Interface LoadBalancerV2Stats

    • Method Detail

      • getBytesIn

        Long getBytesIn()
        Returns:
        The inbound bytes of the loadbalancer.
      • getBytesOut

        Long getBytesOut()
        Returns:
        The inbound bytes of the loadbalancer.
      • getTotalConnections

        Integer getTotalConnections()
        Returns:
        The number of total connections of the loadbalancer.
      • getActiveConnections

        Integer getActiveConnections()
        Returns:
        The number of active connections of the loadbalancer.