Class TunnelConnectionHealth
java.lang.Object
com.microsoft.azure.management.network.TunnelConnectionHealth
VirtualNetworkGatewayConnection properties.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet virtual Network Gateway connection status.Get the Egress Bytes Transferred in this connection.Get the Ingress Bytes Transferred in this connection.Get the time at which connection was established in Utc format.tunnel()
Get tunnel name.
-
Constructor Details
-
TunnelConnectionHealth
public TunnelConnectionHealth()
-
-
Method Details
-
tunnel
Get tunnel name.- Returns:
- the tunnel value
-
connectionStatus
Get virtual Network Gateway connection status. Possible values include: 'Unknown', 'Connecting', 'Connected', 'NotConnected'.- Returns:
- the connectionStatus value
-
ingressBytesTransferred
Get the Ingress Bytes Transferred in this connection.- Returns:
- the ingressBytesTransferred value
-
egressBytesTransferred
Get the Egress Bytes Transferred in this connection.- Returns:
- the egressBytesTransferred value
-
lastConnectionEstablishedUtcTime
Get the time at which connection was established in Utc format.- Returns:
- the lastConnectionEstablishedUtcTime value
-