Uses of Class
org.jclouds.azurecompute.arm.domain.vpn.TunnelConnectionHealth
-
Packages that use TunnelConnectionHealth Package Description org.jclouds.azurecompute.arm.domain.vpn -
-
Uses of TunnelConnectionHealth in org.jclouds.azurecompute.arm.domain.vpn
Methods in org.jclouds.azurecompute.arm.domain.vpn that return TunnelConnectionHealth Modifier and Type Method Description static 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 TunnelConnectionHealth Modifier and Type Method Description abstract List<TunnelConnectionHealth>
VirtualNetworkGatewayConnectionProperties. tunnelConnectionStatus()
Method parameters in org.jclouds.azurecompute.arm.domain.vpn with type arguments of type TunnelConnectionHealth Modifier and Type Method Description abstract VirtualNetworkGatewayConnectionProperties.Builder
VirtualNetworkGatewayConnectionProperties.Builder. tunnelConnectionStatus(List<TunnelConnectionHealth> tunnelConnectionStatus)
-