VpnClientConnectionHealthDetail Class

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

public class VpnClientConnectionHealthDetail

VPN client connection health detail.

Constructor Summary

Constructor Description
VpnClientConnectionHealthDetail()

Method Summary

Modifier and Type Method and Description
java.lang.Long egressBytesTransferred()

Get the egress bytes per second.

java.lang.Long egressPacketsTransferred()

Get the egress packets per second.

java.lang.Long ingressBytesTransferred()

Get the ingress bytes per second.

java.lang.Long ingressPacketsTransferred()

Get the ingress packets per second.

java.lang.Long maxBandwidth()

Get the max band width.

java.lang.Long maxPacketsPerSecond()

Get the max packets transferred per second.

java.lang.String privateIpAddress()

Get the assigned private Ip of a connected vpn client.

java.lang.String publicIpAddress()

Get the public Ip of a connected vpn client.

java.lang.Long vpnConnectionDuration()

Get the duration time of a connected vpn client.

java.lang.String vpnConnectionId()

Get the vpn client Id.

java.lang.String vpnConnectionTime()

Get the start time of a connected vpn client.

java.lang.String vpnUserName()

Get the user name of a connected vpn client.

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

VpnClientConnectionHealthDetail

public VpnClientConnectionHealthDetail()

Method Details

egressBytesTransferred

public Long egressBytesTransferred()

Get the egress bytes per second.

Returns:

the egressBytesTransferred value

egressPacketsTransferred

public Long egressPacketsTransferred()

Get the egress packets per second.

Returns:

the egressPacketsTransferred value

ingressBytesTransferred

public Long ingressBytesTransferred()

Get the ingress bytes per second.

Returns:

the ingressBytesTransferred value

ingressPacketsTransferred

public Long ingressPacketsTransferred()

Get the ingress packets per second.

Returns:

the ingressPacketsTransferred value

maxBandwidth

public Long maxBandwidth()

Get the max band width.

Returns:

the maxBandwidth value

maxPacketsPerSecond

public Long maxPacketsPerSecond()

Get the max packets transferred per second.

Returns:

the maxPacketsPerSecond value

privateIpAddress

public String privateIpAddress()

Get the assigned private Ip of a connected vpn client.

Returns:

the privateIpAddress value

publicIpAddress

public String publicIpAddress()

Get the public Ip of a connected vpn client.

Returns:

the publicIpAddress value

vpnConnectionDuration

public Long vpnConnectionDuration()

Get the duration time of a connected vpn client.

Returns:

the vpnConnectionDuration value

vpnConnectionId

public String vpnConnectionId()

Get the vpn client Id.

Returns:

the vpnConnectionId value

vpnConnectionTime

public String vpnConnectionTime()

Get the start time of a connected vpn client.

Returns:

the vpnConnectionTime value

vpnUserName

public String vpnUserName()

Get the user name of a connected vpn client.

Returns:

the vpnUserName value

Applies to