Class LoadBalancerStatistics


  • @ApiType("SoftLayer_Network_LBaaS_LoadBalancerStatistics")
    public class LoadBalancerStatistics
    extends Entity
    SoftLayer_Network_LBaaS_LoadBalancerStatistics is a collection of metrics retrieved from a load balancer instance. The available metrics are:
    • NUmber of members up
    • Number of members down
    • Total number of active connections
    • Throughput
    • Data processed by month
    • Connection rate
    See Also:
    SoftLayer_Network_LBaaS_LoadBalancerStatistics
    • Field Detail

      • connectionRateSpecified

        protected boolean connectionRateSpecified
      • dataProcessedByMonthSpecified

        protected boolean dataProcessedByMonthSpecified
      • numberOfMembersDownSpecified

        protected boolean numberOfMembersDownSpecified
      • numberOfMembersUpSpecified

        protected boolean numberOfMembersUpSpecified
      • throughputSpecified

        protected boolean throughputSpecified
      • totalConnectionsSpecified

        protected boolean totalConnectionsSpecified
    • Constructor Detail

      • LoadBalancerStatistics

        public LoadBalancerStatistics()
    • Method Detail

      • getConnectionRate

        public Long getConnectionRate()
      • setConnectionRate

        public void setConnectionRate​(Long connectionRate)
      • isConnectionRateSpecified

        public boolean isConnectionRateSpecified()
      • unsetConnectionRate

        public void unsetConnectionRate()
      • getDataProcessedByMonth

        public Long getDataProcessedByMonth()
      • setDataProcessedByMonth

        public void setDataProcessedByMonth​(Long dataProcessedByMonth)
      • isDataProcessedByMonthSpecified

        public boolean isDataProcessedByMonthSpecified()
      • unsetDataProcessedByMonth

        public void unsetDataProcessedByMonth()
      • getNumberOfMembersDown

        public Long getNumberOfMembersDown()
      • setNumberOfMembersDown

        public void setNumberOfMembersDown​(Long numberOfMembersDown)
      • isNumberOfMembersDownSpecified

        public boolean isNumberOfMembersDownSpecified()
      • unsetNumberOfMembersDown

        public void unsetNumberOfMembersDown()
      • getNumberOfMembersUp

        public Long getNumberOfMembersUp()
      • setNumberOfMembersUp

        public void setNumberOfMembersUp​(Long numberOfMembersUp)
      • isNumberOfMembersUpSpecified

        public boolean isNumberOfMembersUpSpecified()
      • unsetNumberOfMembersUp

        public void unsetNumberOfMembersUp()
      • getThroughput

        public BigDecimal getThroughput()
      • setThroughput

        public void setThroughput​(BigDecimal throughput)
      • isThroughputSpecified

        public boolean isThroughputSpecified()
      • unsetThroughput

        public void unsetThroughput()
      • getTotalConnections

        public Long getTotalConnections()
      • setTotalConnections

        public void setTotalConnections​(Long totalConnections)
      • isTotalConnectionsSpecified

        public boolean isTotalConnectionsSpecified()
      • unsetTotalConnections

        public void unsetTotalConnections()