public final class VpnClientConnectionHealth extends Object
| Constructor and Description |
|---|
VpnClientConnectionHealth() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
allocatedIpAddresses()
Get the allocatedIpAddresses property: List of allocated ip addresses to the connected p2s vpn clients.
|
Long |
totalEgressBytesTransferred()
Get the totalEgressBytesTransferred property: Total of the Egress Bytes Transferred in this connection.
|
Long |
totalIngressBytesTransferred()
Get the totalIngressBytesTransferred property: Total of the Ingress Bytes Transferred in this P2S Vpn connection.
|
void |
validate()
Validates the instance.
|
Integer |
vpnClientConnectionsCount()
Get the vpnClientConnectionsCount property: The total of p2s vpn clients connected at this time to this
P2SVpnGateway.
|
VpnClientConnectionHealth |
withAllocatedIpAddresses(List<String> allocatedIpAddresses)
Set the allocatedIpAddresses property: List of allocated ip addresses to the connected p2s vpn clients.
|
VpnClientConnectionHealth |
withVpnClientConnectionsCount(Integer vpnClientConnectionsCount)
Set the vpnClientConnectionsCount property: The total of p2s vpn clients connected at this time to this
P2SVpnGateway.
|
public Long totalIngressBytesTransferred()
public Long totalEgressBytesTransferred()
public Integer vpnClientConnectionsCount()
public VpnClientConnectionHealth withVpnClientConnectionsCount(Integer vpnClientConnectionsCount)
vpnClientConnectionsCount - the vpnClientConnectionsCount value to set.public List<String> allocatedIpAddresses()
public VpnClientConnectionHealth withAllocatedIpAddresses(List<String> allocatedIpAddresses)
allocatedIpAddresses - the allocatedIpAddresses value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.