Package com.ibm.cloud.is.vpc.v1.model
Class LoadBalancerStatistics
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.is.vpc.v1.model.LoadBalancerStatistics
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class LoadBalancerStatistics extends com.ibm.cloud.sdk.core.service.model.GenericModel
LoadBalancerStatistics.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Long
getActiveConnections()
Gets the activeConnections.Float
getConnectionRate()
Gets the connectionRate.Long
getDataProcessedThisMonth()
Gets the dataProcessedThisMonth.Float
getThroughput()
Gets the throughput.
-
-
-
Method Detail
-
getActiveConnections
public Long getActiveConnections()
Gets the activeConnections. Number of active connections of this load balancer.- Returns:
- the activeConnections
-
getConnectionRate
public Float getConnectionRate()
Gets the connectionRate. Current connection rate (connections per second) of this load balancer.- Returns:
- the connectionRate
-
getDataProcessedThisMonth
public Long getDataProcessedThisMonth()
Gets the dataProcessedThisMonth. Total number of data processed (bytes) of this load balancer within current calendar month.- Returns:
- the dataProcessedThisMonth
-
getThroughput
public Float getThroughput()
Gets the throughput. Current throughput (Mbps) of this load balancer.- Returns:
- the throughput
-
-