TunnelConnectionHealth Class

  • java.lang.Object
    • com.microsoft.azure.management.network.TunnelConnectionHealth

public class TunnelConnectionHealth

VirtualNetworkGatewayConnection properties.

Method Summary

Modifier and Type Method and Description
VirtualNetworkGatewayConnectionStatus connectionStatus()

Get the connectionStatus value.

Long egressBytesTransferred()

Get the egressBytesTransferred value.

Long ingressBytesTransferred()

Get the ingressBytesTransferred value.

String lastConnectionEstablishedUtcTime()

Get the lastConnectionEstablishedUtcTime value.

String tunnel()

Get the tunnel value.

Method Details

connectionStatus

public VirtualNetworkGatewayConnectionStatus connectionStatus()

Get the connectionStatus value.

Returns:

the connectionStatus value

egressBytesTransferred

public Long egressBytesTransferred()

Get the egressBytesTransferred value.

Returns:

the egressBytesTransferred value

ingressBytesTransferred

public Long ingressBytesTransferred()

Get the ingressBytesTransferred value.

Returns:

the ingressBytesTransferred value

lastConnectionEstablishedUtcTime

public String lastConnectionEstablishedUtcTime()

Get the lastConnectionEstablishedUtcTime value.

Returns:

the lastConnectionEstablishedUtcTime value

tunnel

public String tunnel()

Get the tunnel value.

Returns:

the tunnel value

Applies to