Class TunnelConnectionHealth
- java.lang.Object
-
- com.azure.resourcemanager.network.models.TunnelConnectionHealth
-
public final 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 property: Virtual Network Gateway connection status.LongegressBytesTransferred()Get the egressBytesTransferred property: The Egress Bytes Transferred in this connection.LongingressBytesTransferred()Get the ingressBytesTransferred property: The Ingress Bytes Transferred in this connection.StringlastConnectionEstablishedUtcTime()Get the lastConnectionEstablishedUtcTime property: The time at which connection was established in Utc format.Stringtunnel()Get the tunnel property: Tunnel name.voidvalidate()Validates the instance.
-
-
-
Method Detail
-
tunnel
public String tunnel()
Get the tunnel property: Tunnel name.- Returns:
- the tunnel value.
-
connectionStatus
public VirtualNetworkGatewayConnectionStatus connectionStatus()
Get the connectionStatus property: Virtual Network Gateway connection status.- Returns:
- the connectionStatus value.
-
ingressBytesTransferred
public Long ingressBytesTransferred()
Get the ingressBytesTransferred property: The Ingress Bytes Transferred in this connection.- Returns:
- the ingressBytesTransferred value.
-
egressBytesTransferred
public Long egressBytesTransferred()
Get the egressBytesTransferred property: The Egress Bytes Transferred in this connection.- Returns:
- the egressBytesTransferred value.
-
lastConnectionEstablishedUtcTime
public String lastConnectionEstablishedUtcTime()
Get the lastConnectionEstablishedUtcTime property: The time at which connection was established in Utc format.- Returns:
- the lastConnectionEstablishedUtcTime value.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-