public class VpnClientConnectionHealthDetail extends Object
| Constructor and Description |
|---|
VpnClientConnectionHealthDetail() |
| Modifier and Type | Method and Description |
|---|---|
Long |
egressBytesTransferred()
Get the egress bytes per second.
|
Long |
egressPacketsTransferred()
Get the egress packets per second.
|
Long |
ingressBytesTransferred()
Get the ingress bytes per second.
|
Long |
ingressPacketsTransferred()
Get the ingress packets per second.
|
Long |
maxBandwidth()
Get the max band width.
|
Long |
maxPacketsPerSecond()
Get the max packets transferred per second.
|
String |
privateIpAddress()
Get the assigned private Ip of a connected vpn client.
|
String |
publicIpAddress()
Get the public Ip of a connected vpn client.
|
Long |
vpnConnectionDuration()
Get the duration time of a connected vpn client.
|
String |
vpnConnectionId()
Get the vpn client Id.
|
String |
vpnConnectionTime()
Get the start time of a connected vpn client.
|
String |
vpnUserName()
Get the user name of a connected vpn client.
|
public String vpnConnectionId()
public Long vpnConnectionDuration()
public String vpnConnectionTime()
public String publicIpAddress()
public String privateIpAddress()
public String vpnUserName()
public Long maxBandwidth()
public Long egressPacketsTransferred()
public Long egressBytesTransferred()
public Long ingressPacketsTransferred()
public Long ingressBytesTransferred()
public Long maxPacketsPerSecond()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/