Class TunnelConnectionHealth

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

public class TunnelConnectionHealth extends Object
VirtualNetworkGatewayConnection properties.
  • Constructor Details

    • TunnelConnectionHealth

      public TunnelConnectionHealth()
  • Method Details

    • tunnel

      public String tunnel()
      Get tunnel name.
      Returns:
      the tunnel value
    • connectionStatus

      public VirtualNetworkGatewayConnectionStatus connectionStatus()
      Get virtual Network Gateway connection status. Possible values include: 'Unknown', 'Connecting', 'Connected', 'NotConnected'.
      Returns:
      the connectionStatus value
    • ingressBytesTransferred

      public Long ingressBytesTransferred()
      Get the Ingress Bytes Transferred in this connection.
      Returns:
      the ingressBytesTransferred value
    • egressBytesTransferred

      public Long egressBytesTransferred()
      Get the Egress Bytes Transferred in this connection.
      Returns:
      the egressBytesTransferred value
    • lastConnectionEstablishedUtcTime

      public String lastConnectionEstablishedUtcTime()
      Get the time at which connection was established in Utc format.
      Returns:
      the lastConnectionEstablishedUtcTime value