Package | Description |
---|---|
com.amazonaws.services.ec2.model | |
com.amazonaws.services.ec2.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<VgwTelemetry> |
VpnConnection.vgwTelemetry
Information about the VPN tunnel.
|
Modifier and Type | Method and Description |
---|---|
VgwTelemetry |
VgwTelemetry.clone() |
VgwTelemetry |
VgwTelemetry.withAcceptedRouteCount(java.lang.Integer acceptedRouteCount)
The number of accepted routes.
|
VgwTelemetry |
VgwTelemetry.withLastStatusChange(java.util.Date lastStatusChange)
The date and time of the last change in status.
|
VgwTelemetry |
VgwTelemetry.withOutsideIpAddress(java.lang.String outsideIpAddress)
The Internet-routable IP address of the virtual private gateway's outside
interface.
|
VgwTelemetry |
VgwTelemetry.withStatus(java.lang.String status)
The status of the VPN tunnel.
|
VgwTelemetry |
VgwTelemetry.withStatus(TelemetryStatus status)
The status of the VPN tunnel.
|
VgwTelemetry |
VgwTelemetry.withStatusMessage(java.lang.String statusMessage)
If an error occurs, a description of the error.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<VgwTelemetry> vgwTelemetry)
Information about the VPN tunnel.
|
VpnConnection |
VpnConnection.withVgwTelemetry(java.util.Collection<VgwTelemetry> vgwTelemetry)
Information about the VPN tunnel.
|
Modifier and Type | Method and Description |
---|---|
VgwTelemetry |
VgwTelemetryStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |