public final class TunnelConnectionHealth extends Object
| Constructor and Description |
|---|
TunnelConnectionHealth() |
| Modifier and Type | Method and Description |
|---|---|
VirtualNetworkGatewayConnectionStatus |
connectionStatus()
Get the connectionStatus property: Virtual Network Gateway connection status.
|
Long |
egressBytesTransferred()
Get the egressBytesTransferred property: The Egress Bytes Transferred in this connection.
|
Long |
ingressBytesTransferred()
Get the ingressBytesTransferred property: The Ingress Bytes Transferred in this connection.
|
String |
lastConnectionEstablishedUtcTime()
Get the lastConnectionEstablishedUtcTime property: The time at which connection was established in Utc format.
|
String |
tunnel()
Get the tunnel property: Tunnel name.
|
void |
validate()
Validates the instance.
|
public String tunnel()
public VirtualNetworkGatewayConnectionStatus connectionStatus()
public Long ingressBytesTransferred()
public Long egressBytesTransferred()
public String lastConnectionEstablishedUtcTime()
public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.