VpnClientConnectionHealth Class
- java.
lang. Object - com.
azure. resourcemanager. network. models. VpnClientConnectionHealth
- com.
Implements
public final class VpnClientConnectionHealth
implements JsonSerializable<VpnClientConnectionHealth>
VpnClientConnectionHealth properties.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| List<String> |
allocatedIpAddresses()
Get the allocated |
|
static
Vpn |
fromJson(JsonReader jsonReader)
Reads an instance of Vpn |
|
Json |
toJson(JsonWriter jsonWriter) |
| Long |
totalEgressBytesTransferred()
Get the total |
| Long |
totalIngressBytesTransferred()
Get the total |
| void |
validate()
Validates the instance. |
| Integer |
vpnClientConnectionsCount()
Get the vpn |
Methods inherited from java.lang.Object
Method Details
allocatedIpAddresses
public List<String> allocatedIpAddresses()
Get the allocatedIpAddresses property: List of allocated ip addresses to the connected p2s vpn clients.
Returns:
fromJson
public static VpnClientConnectionHealth fromJson(JsonReader jsonReader)
Reads an instance of VpnClientConnectionHealth from the JsonReader.
Parameters:
Returns:
Throws:
toJson
totalEgressBytesTransferred
public Long totalEgressBytesTransferred()
Get the totalEgressBytesTransferred property: Total of the Egress Bytes Transferred in this connection.
Returns:
totalIngressBytesTransferred
public Long totalIngressBytesTransferred()
Get the totalIngressBytesTransferred property: Total of the Ingress Bytes Transferred in this P2S Vpn connection.
Returns:
validate
public void validate()
Validates the instance.
vpnClientConnectionsCount
public Integer vpnClientConnectionsCount()
Get the vpnClientConnectionsCount property: The total of p2s vpn clients connected at this time to this P2SVpnGateway.
Returns: