public final class VpnClientConnectionHealthDetail extends Object
| Constructor and Description |
|---|
VpnClientConnectionHealthDetail() |
| Modifier and Type | Method and Description |
|---|---|
Long |
egressBytesTransferred()
Get the egressBytesTransferred property: The egress bytes per second.
|
Long |
egressPacketsTransferred()
Get the egressPacketsTransferred property: The egress packets per second.
|
Long |
ingressBytesTransferred()
Get the ingressBytesTransferred property: The ingress bytes per second.
|
Long |
ingressPacketsTransferred()
Get the ingressPacketsTransferred property: The ingress packets per second.
|
Long |
maxBandwidth()
Get the maxBandwidth property: The max band width.
|
Long |
maxPacketsPerSecond()
Get the maxPacketsPerSecond property: The max packets transferred per second.
|
String |
privateIpAddress()
Get the privateIpAddress property: The assigned private Ip of a connected vpn client.
|
String |
publicIpAddress()
Get the publicIpAddress property: The public Ip of a connected vpn client.
|
void |
validate()
Validates the instance.
|
Long |
vpnConnectionDuration()
Get the vpnConnectionDuration property: The duration time of a connected vpn client.
|
String |
vpnConnectionId()
Get the vpnConnectionId property: The vpn client Id.
|
String |
vpnConnectionTime()
Get the vpnConnectionTime property: The start time of a connected vpn client.
|
String |
vpnUsername()
Get the vpnUsername property: 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()
public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.