Uses of Class
com.amazonaws.services.ec2.model.VgwTelemetry
-
Packages that use VgwTelemetry Package Description com.amazonaws.services.ec2.model -
-
Uses of VgwTelemetry in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return VgwTelemetry Modifier and Type Method 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(TelemetryStatus status)
The status of the VPN tunnel.VgwTelemetry
VgwTelemetry. withStatus(String status)
The status of the VPN tunnel.VgwTelemetry
VgwTelemetry. withStatusMessage(String statusMessage)
If an error occurs, a description of the error.Methods in com.amazonaws.services.ec2.model that return types with arguments of type VgwTelemetry Modifier and Type Method Description List<VgwTelemetry>
VpnConnection. getVgwTelemetry()
Information about the VPN tunnel.Methods in com.amazonaws.services.ec2.model with parameters of type VgwTelemetry Modifier and Type Method Description VpnConnection
VpnConnection. withVgwTelemetry(VgwTelemetry... vgwTelemetry)
Information about the VPN tunnel.Method parameters in com.amazonaws.services.ec2.model with type arguments of type VgwTelemetry Modifier and Type Method Description void
VpnConnection. setVgwTelemetry(Collection<VgwTelemetry> vgwTelemetry)
Information about the VPN tunnel.VpnConnection
VpnConnection. withVgwTelemetry(Collection<VgwTelemetry> vgwTelemetry)
Information about the VPN tunnel.
-