Class VpnClientConnectionHealthDetail
java.lang.Object
com.microsoft.azure.management.network.VpnClientConnectionHealthDetail
VPN client connection health detail.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the egress bytes per second.Get the egress packets per second.Get the ingress bytes per second.Get the ingress packets per second.Get the max band width.Get the max packets transferred per second.Get the assigned private Ip of a connected vpn client.Get the public Ip of a connected vpn client.Get the duration time of a connected vpn client.Get the vpn client Id.Get the start time of a connected vpn client.Get the user name of a connected vpn client.
-
Constructor Details
-
VpnClientConnectionHealthDetail
public VpnClientConnectionHealthDetail()
-
-
Method Details
-
vpnConnectionId
Get the vpn client Id.- Returns:
- the vpnConnectionId value
-
vpnConnectionDuration
Get the duration time of a connected vpn client.- Returns:
- the vpnConnectionDuration value
-
vpnConnectionTime
Get the start time of a connected vpn client.- Returns:
- the vpnConnectionTime value
-
publicIpAddress
Get the public Ip of a connected vpn client.- Returns:
- the publicIpAddress value
-
privateIpAddress
Get the assigned private Ip of a connected vpn client.- Returns:
- the privateIpAddress value
-
vpnUserName
Get the user name of a connected vpn client.- Returns:
- the vpnUserName value
-
maxBandwidth
Get the max band width.- Returns:
- the maxBandwidth value
-
egressPacketsTransferred
Get the egress packets per second.- Returns:
- the egressPacketsTransferred value
-
egressBytesTransferred
Get the egress bytes per second.- Returns:
- the egressBytesTransferred value
-
ingressPacketsTransferred
Get the ingress packets per second.- Returns:
- the ingressPacketsTransferred value
-
ingressBytesTransferred
Get the ingress bytes per second.- Returns:
- the ingressBytesTransferred value
-
maxPacketsPerSecond
Get the max packets transferred per second.- Returns:
- the maxPacketsPerSecond value
-