VpnClientConnectionHealthDetail Class
- java.
lang. Object - com.
azure. resourcemanager. network. models. VpnClientConnectionHealthDetail
- com.
Implements
public final class VpnClientConnectionHealthDetail
implements JsonSerializable<VpnClientConnectionHealthDetail>
VPN client connection health detail.
Constructor Summary
Constructor | Description |
---|---|
VpnClientConnectionHealthDetail() |
Creates an instance of Vpn |
Method Summary
Modifier and Type | Method and Description |
---|---|
Long |
egressBytesTransferred()
Get the egress |
Long |
egressPacketsTransferred()
Get the egress |
static
Vpn |
fromJson(JsonReader jsonReader)
Reads an instance of Vpn |
Long |
ingressBytesTransferred()
Get the ingress |
Long |
ingressPacketsTransferred()
Get the ingress |
Long |
maxBandwidth()
Get the max |
Long |
maxPacketsPerSecond()
Get the max |
String |
privateIpAddress()
Get the private |
String |
publicIpAddress()
Get the public |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Long |
vpnConnectionDuration()
Get the vpn |
String |
vpnConnectionId()
Get the vpn |
String |
vpnConnectionTime()
Get the vpn |
String |
vpnUsername()
Get the vpn |
Methods inherited from java.lang.Object
Constructor Details
VpnClientConnectionHealthDetail
public VpnClientConnectionHealthDetail()
Creates an instance of VpnClientConnectionHealthDetail class.
Method Details
egressBytesTransferred
public Long egressBytesTransferred()
Get the egressBytesTransferred property: The egress bytes per second.
Returns:
egressPacketsTransferred
public Long egressPacketsTransferred()
Get the egressPacketsTransferred property: The egress packets per second.
Returns:
fromJson
public static VpnClientConnectionHealthDetail fromJson(JsonReader jsonReader)
Reads an instance of VpnClientConnectionHealthDetail from the JsonReader.
Parameters:
Returns:
Throws:
ingressBytesTransferred
public Long ingressBytesTransferred()
Get the ingressBytesTransferred property: The ingress bytes per second.
Returns:
ingressPacketsTransferred
public Long ingressPacketsTransferred()
Get the ingressPacketsTransferred property: The ingress packets per second.
Returns:
maxBandwidth
public Long maxBandwidth()
Get the maxBandwidth property: The max band width.
Returns:
maxPacketsPerSecond
public Long maxPacketsPerSecond()
Get the maxPacketsPerSecond property: The max packets transferred per second.
Returns:
privateIpAddress
public String privateIpAddress()
Get the privateIpAddress property: The assigned private Ip of a connected vpn client.
Returns:
publicIpAddress
public String publicIpAddress()
Get the publicIpAddress property: The public Ip of a connected vpn client.
Returns:
toJson
validate
public void validate()
Validates the instance.
vpnConnectionDuration
public Long vpnConnectionDuration()
Get the vpnConnectionDuration property: The duration time of a connected vpn client.
Returns:
vpnConnectionId
public String vpnConnectionId()
Get the vpnConnectionId property: The vpn client Id.
Returns:
vpnConnectionTime
public String vpnConnectionTime()
Get the vpnConnectionTime property: The start time of a connected vpn client.
Returns:
vpnUsername
public String vpnUsername()
Get the vpnUsername property: The user name of a connected vpn client.
Returns:
Applies to
Azure SDK for Java