Uses of Class
com.amazonaws.services.ec2.model.VgwTelemetry
Packages that use VgwTelemetry
-
Uses of VgwTelemetry in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return VgwTelemetryModifier and TypeMethodDescriptionVgwTelemetry.clone()
VgwTelemetry.withAcceptedRouteCount
(Integer acceptedRouteCount) The number of accepted routes.VgwTelemetry.withLastStatusChange
(Date lastStatusChange) The date and time of the last change in status.VgwTelemetry.withOutsideIpAddress
(String outsideIpAddress) The Internet-routable IP address of the virtual private gateway's outside interface.VgwTelemetry.withStatus
(TelemetryStatus status) The status of the VPN tunnel.VgwTelemetry.withStatus
(String status) The status of the VPN tunnel.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 VgwTelemetryModifier and TypeMethodDescriptionVpnConnection.getVgwTelemetry()
Information about the VPN tunnel.Methods in com.amazonaws.services.ec2.model with parameters of type VgwTelemetryModifier and TypeMethodDescriptionVpnConnection.withVgwTelemetry
(VgwTelemetry... vgwTelemetry) Information about the VPN tunnel.Method parameters in com.amazonaws.services.ec2.model with type arguments of type VgwTelemetryModifier and TypeMethodDescriptionvoid
VpnConnection.setVgwTelemetry
(Collection<VgwTelemetry> vgwTelemetry) Information about the VPN tunnel.VpnConnection.withVgwTelemetry
(Collection<VgwTelemetry> vgwTelemetry) Information about the VPN tunnel.