Uses of Class
org.jclouds.azurecompute.arm.domain.vpn.TunnelConnectionHealth
Packages that use TunnelConnectionHealth
-
Uses of TunnelConnectionHealth in org.jclouds.azurecompute.arm.domain.vpn
Methods in org.jclouds.azurecompute.arm.domain.vpn that return TunnelConnectionHealthModifier and TypeMethodDescriptionstatic TunnelConnectionHealth
TunnelConnectionHealth.create
(VirtualNetworkGatewayConnection.Status connectionStatus, int egressBytesTransferred, int ingressBytesTransferred, String lastConnectionEstablishedUtcTime, String tunnel) Methods in org.jclouds.azurecompute.arm.domain.vpn that return types with arguments of type TunnelConnectionHealthModifier and TypeMethodDescriptionabstract List
<TunnelConnectionHealth> VirtualNetworkGatewayConnectionProperties.tunnelConnectionStatus()
Method parameters in org.jclouds.azurecompute.arm.domain.vpn with type arguments of type TunnelConnectionHealthModifier and TypeMethodDescriptionVirtualNetworkGatewayConnectionProperties.Builder.tunnelConnectionStatus
(List<TunnelConnectionHealth> tunnelConnectionStatus)