Class TunnelConnectionHealth
- java.lang.Object
-
- com.microsoft.azure.management.network.TunnelConnectionHealth
-
public class TunnelConnectionHealth extends Object
VirtualNetworkGatewayConnection properties.
-
-
Constructor Summary
Constructors Constructor Description TunnelConnectionHealth()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VirtualNetworkGatewayConnectionStatusconnectionStatus()Get the connectionStatus value.LongegressBytesTransferred()Get the egressBytesTransferred value.LongingressBytesTransferred()Get the ingressBytesTransferred value.StringlastConnectionEstablishedUtcTime()Get the lastConnectionEstablishedUtcTime value.Stringtunnel()Get the tunnel value.
-
-
-
Method Detail
-
tunnel
public String tunnel()
Get the tunnel value.- Returns:
- the tunnel value
-
connectionStatus
public VirtualNetworkGatewayConnectionStatus connectionStatus()
Get the connectionStatus value.- Returns:
- the connectionStatus value
-
ingressBytesTransferred
public Long ingressBytesTransferred()
Get the ingressBytesTransferred value.- Returns:
- the ingressBytesTransferred value
-
egressBytesTransferred
public Long egressBytesTransferred()
Get the egressBytesTransferred value.- Returns:
- the egressBytesTransferred value
-
lastConnectionEstablishedUtcTime
public String lastConnectionEstablishedUtcTime()
Get the lastConnectionEstablishedUtcTime value.- Returns:
- the lastConnectionEstablishedUtcTime value
-
-