Class VpnClientConnectionHealthDetail

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

public class VpnClientConnectionHealthDetail extends Object
VPN client connection health detail.
  • Constructor Details

    • VpnClientConnectionHealthDetail

      public VpnClientConnectionHealthDetail()
  • Method Details

    • vpnConnectionId

      public String vpnConnectionId()
      Get the vpn client Id.
      Returns:
      the vpnConnectionId value
    • vpnConnectionDuration

      public Long vpnConnectionDuration()
      Get the duration time of a connected vpn client.
      Returns:
      the vpnConnectionDuration value
    • vpnConnectionTime

      public String vpnConnectionTime()
      Get the start time of a connected vpn client.
      Returns:
      the vpnConnectionTime value
    • publicIpAddress

      public String publicIpAddress()
      Get the public Ip of a connected vpn client.
      Returns:
      the publicIpAddress value
    • privateIpAddress

      public String privateIpAddress()
      Get the assigned private Ip of a connected vpn client.
      Returns:
      the privateIpAddress value
    • vpnUserName

      public String vpnUserName()
      Get the user name of a connected vpn client.
      Returns:
      the vpnUserName value
    • maxBandwidth

      public Long maxBandwidth()
      Get the max band width.
      Returns:
      the maxBandwidth value
    • egressPacketsTransferred

      public Long egressPacketsTransferred()
      Get the egress packets per second.
      Returns:
      the egressPacketsTransferred value
    • egressBytesTransferred

      public Long egressBytesTransferred()
      Get the egress bytes per second.
      Returns:
      the egressBytesTransferred value
    • ingressPacketsTransferred

      public Long ingressPacketsTransferred()
      Get the ingress packets per second.
      Returns:
      the ingressPacketsTransferred value
    • ingressBytesTransferred

      public Long ingressBytesTransferred()
      Get the ingress bytes per second.
      Returns:
      the ingressBytesTransferred value
    • maxPacketsPerSecond

      public Long maxPacketsPerSecond()
      Get the max packets transferred per second.
      Returns:
      the maxPacketsPerSecond value