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 VgwTelemetryVgwTelemetry. clone()VgwTelemetryVgwTelemetry. withAcceptedRouteCount(Integer acceptedRouteCount)The number of accepted routes.VgwTelemetryVgwTelemetry. withLastStatusChange(Date lastStatusChange)The date and time of the last change in status.VgwTelemetryVgwTelemetry. withOutsideIpAddress(String outsideIpAddress)The Internet-routable IP address of the virtual private gateway's outside interface.VgwTelemetryVgwTelemetry. withStatus(TelemetryStatus status)The status of the VPN tunnel.VgwTelemetryVgwTelemetry. withStatus(String status)The status of the VPN tunnel.VgwTelemetryVgwTelemetry. 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 VpnConnectionVpnConnection. 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 voidVpnConnection. setVgwTelemetry(Collection<VgwTelemetry> vgwTelemetry)Information about the VPN tunnel.VpnConnectionVpnConnection. withVgwTelemetry(Collection<VgwTelemetry> vgwTelemetry)Information about the VPN tunnel.
-