public class VpnClientConnectionHealth extends Object
| Constructor and Description |
|---|
VpnClientConnectionHealth() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
allocatedIpAddresses()
Get list of allocated ip addresses to the connected p2s vpn clients.
|
Long |
totalEgressBytesTransferred()
Get total of the Egress Bytes Transferred in this connection.
|
Long |
totalIngressBytesTransferred()
Get total of the Ingress Bytes Transferred in this P2S Vpn connection.
|
Integer |
vpnClientConnectionsCount()
Get the total of p2s vpn clients connected at this time to this P2SVpnGateway.
|
VpnClientConnectionHealth |
withAllocatedIpAddresses(List<String> allocatedIpAddresses)
Set list of allocated ip addresses to the connected p2s vpn clients.
|
VpnClientConnectionHealth |
withVpnClientConnectionsCount(Integer vpnClientConnectionsCount)
Set 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 setpublic List<String> allocatedIpAddresses()
public VpnClientConnectionHealth withAllocatedIpAddresses(List<String> allocatedIpAddresses)
allocatedIpAddresses - the allocatedIpAddresses value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/