public class TunnelConnectionHealth extends Object
| Constructor and Description |
|---|
TunnelConnectionHealth() |
| Modifier and Type | Method and Description |
|---|---|
VirtualNetworkGatewayConnectionStatus |
connectionStatus()
Get the connectionStatus value.
|
Long |
egressBytesTransferred()
Get the egressBytesTransferred value.
|
Long |
ingressBytesTransferred()
Get the ingressBytesTransferred value.
|
String |
lastConnectionEstablishedUtcTime()
Get the lastConnectionEstablishedUtcTime value.
|
String |
tunnel()
Get the tunnel value.
|
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.
*/