VpnClientConnectionHealth Class

  • java.lang.Object
    • com.microsoft.azure.management.network.VpnClientConnectionHealth

public class VpnClientConnectionHealth

VpnClientConnectionHealth properties.

Constructor Summary

Constructor Description
VpnClientConnectionHealth()

Method Summary

Modifier and Type Method and Description
java.util.List<java.lang.String> allocatedIpAddresses()

Get list of allocated ip addresses to the connected p2s vpn clients.

java.lang.Long totalEgressBytesTransferred()

Get total of the Egress Bytes Transferred in this connection.

java.lang.Long totalIngressBytesTransferred()

Get total of the Ingress Bytes Transferred in this P2S Vpn connection.

java.lang.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.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

VpnClientConnectionHealth

public VpnClientConnectionHealth()

Method Details

allocatedIpAddresses

public List allocatedIpAddresses()

Get list of allocated ip addresses to the connected p2s vpn clients.

Returns:

the allocatedIpAddresses value

totalEgressBytesTransferred

public Long totalEgressBytesTransferred()

Get total of the Egress Bytes Transferred in this connection.

Returns:

the totalEgressBytesTransferred value

totalIngressBytesTransferred

public Long totalIngressBytesTransferred()

Get total of the Ingress Bytes Transferred in this P2S Vpn connection.

Returns:

the totalIngressBytesTransferred value

vpnClientConnectionsCount

public Integer vpnClientConnectionsCount()

Get the total of p2s vpn clients connected at this time to this P2SVpnGateway.

Returns:

the vpnClientConnectionsCount value

withAllocatedIpAddresses

public VpnClientConnectionHealth withAllocatedIpAddresses(List allocatedIpAddresses)

Set list of allocated ip addresses to the connected p2s vpn clients.

Parameters:

allocatedIpAddresses - the allocatedIpAddresses value to set

Returns:

the VpnClientConnectionHealth object itself.

withVpnClientConnectionsCount

public VpnClientConnectionHealth withVpnClientConnectionsCount(Integer vpnClientConnectionsCount)

Set the total of p2s vpn clients connected at this time to this P2SVpnGateway.

Parameters:

vpnClientConnectionsCount - the vpnClientConnectionsCount value to set

Returns:

the VpnClientConnectionHealth object itself.

Applies to