Class VpnClientConnectionHealth
java.lang.Object
com.microsoft.azure.management.network.VpnClientConnectionHealth
VpnClientConnectionHealth properties.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet list of allocated ip addresses to the connected p2s vpn clients.Get total of the Egress Bytes Transferred in this connection.Get total of the Ingress Bytes Transferred in this P2S Vpn connection.Get the total of p2s vpn clients connected at this time to this P2SVpnGateway.withAllocatedIpAddresses
(List<String> allocatedIpAddresses) Set list of allocated ip addresses to the connected p2s vpn clients.withVpnClientConnectionsCount
(Integer vpnClientConnectionsCount) Set the total of p2s vpn clients connected at this time to this P2SVpnGateway.
-
Constructor Details
-
VpnClientConnectionHealth
public VpnClientConnectionHealth()
-
-
Method Details
-
totalIngressBytesTransferred
Get total of the Ingress Bytes Transferred in this P2S Vpn connection.- Returns:
- the totalIngressBytesTransferred value
-
totalEgressBytesTransferred
Get total of the Egress Bytes Transferred in this connection.- Returns:
- the totalEgressBytesTransferred value
-
vpnClientConnectionsCount
Get the total of p2s vpn clients connected at this time to this P2SVpnGateway.- Returns:
- the vpnClientConnectionsCount value
-
withVpnClientConnectionsCount
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.
-
allocatedIpAddresses
Get list of allocated ip addresses to the connected p2s vpn clients.- Returns:
- the allocatedIpAddresses value
-
withAllocatedIpAddresses
Set list of allocated ip addresses to the connected p2s vpn clients.- Parameters:
allocatedIpAddresses
- the allocatedIpAddresses value to set- Returns:
- the VpnClientConnectionHealth object itself.
-