Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
VgwTelemetry |
VgwTelemetry.clone() |
VgwTelemetry |
VgwTelemetry.withAcceptedRouteCount(Integer acceptedRouteCount)
The number of accepted routes.
|
VgwTelemetry |
VgwTelemetry.withLastStatusChange(Date lastStatusChange)
The date and time of the last change in status.
|
VgwTelemetry |
VgwTelemetry.withOutsideIpAddress(String outsideIpAddress)
The Internet-routable IP address of the virtual private gateway's outside
interface.
|
VgwTelemetry |
VgwTelemetry.withStatus(String status)
The status of the VPN tunnel.
|
VgwTelemetry |
VgwTelemetry.withStatus(TelemetryStatus status)
The status of the VPN tunnel.
|
VgwTelemetry |
VgwTelemetry.withStatusMessage(String statusMessage)
If an error occurs, a description of the error.
|
Modifier and Type | Method and Description |
---|---|
List<VgwTelemetry> |
VpnConnection.getVgwTelemetry()
Information about the VPN tunnel.
|
Modifier and Type | Method and Description |
---|---|
VpnConnection |
VpnConnection.withVgwTelemetry(VgwTelemetry... vgwTelemetry)
Information about the VPN tunnel.
|
Modifier and Type | Method and Description |
---|---|
void |
VpnConnection.setVgwTelemetry(Collection<VgwTelemetry> vgwTelemetry)
Information about the VPN tunnel.
|
VpnConnection |
VpnConnection.withVgwTelemetry(Collection<VgwTelemetry> vgwTelemetry)
Information about the VPN tunnel.
|
Copyright © 2018. All rights reserved.