TunnelConnectionHealth Class

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

public class TunnelConnectionHealth

VirtualNetworkGatewayConnection properties.

Constructor Summary

Constructor Description
TunnelConnectionHealth()

Method Summary

Modifier and Type Method and Description
VirtualNetworkGatewayConnectionStatus connectionStatus()

Get virtual Network Gateway connection status.

java.lang.Long egressBytesTransferred()

Get the Egress Bytes Transferred in this connection.

java.lang.Long ingressBytesTransferred()

Get the Ingress Bytes Transferred in this connection.

java.lang.String lastConnectionEstablishedUtcTime()

Get the time at which connection was established in Utc format.

java.lang.String tunnel()

Get tunnel name.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

TunnelConnectionHealth

public TunnelConnectionHealth()

Method Details

connectionStatus

public VirtualNetworkGatewayConnectionStatus connectionStatus()

Get virtual Network Gateway connection status. Possible values include: 'Unknown', 'Connecting', 'Connected', 'NotConnected'.

Returns:

the connectionStatus value

egressBytesTransferred

public Long egressBytesTransferred()

Get the Egress Bytes Transferred in this connection.

Returns:

the egressBytesTransferred value

ingressBytesTransferred

public Long ingressBytesTransferred()

Get the Ingress Bytes Transferred in this connection.

Returns:

the ingressBytesTransferred value

lastConnectionEstablishedUtcTime

public String lastConnectionEstablishedUtcTime()

Get the time at which connection was established in Utc format.

Returns:

the lastConnectionEstablishedUtcTime value

tunnel

public String tunnel()

Get tunnel name.

Returns:

the tunnel value

Applies to