public class TunnelConnectionHealth extends Object
| Constructor and Description |
|---|
TunnelConnectionHealth() |
| Modifier and Type | Method and Description |
|---|---|
VirtualNetworkGatewayConnectionStatus |
connectionStatus()
Get virtual Network Gateway connection status.
|
Long |
egressBytesTransferred()
Get the Egress Bytes Transferred in this connection.
|
Long |
ingressBytesTransferred()
Get the Ingress Bytes Transferred in this connection.
|
String |
lastConnectionEstablishedUtcTime()
Get the time at which connection was established in Utc format.
|
String |
tunnel()
Get tunnel name.
|
public String tunnel()
public VirtualNetworkGatewayConnectionStatus connectionStatus()
public Long ingressBytesTransferred()
public Long egressBytesTransferred()
public String lastConnectionEstablishedUtcTime()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/