Class OctaviaLoadBalancerV2Stats
- java.lang.Object
-
- org.openstack4j.openstack.octavia.domain.OctaviaLoadBalancerV2Stats
-
- All Implemented Interfaces:
Serializable,ModelEntity,LoadBalancerV2Stats
public class OctaviaLoadBalancerV2Stats extends Object implements LoadBalancerV2Stats
The statistics about an lbaas v2 loadbalancer- Author:
- wei
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OctaviaLoadBalancerV2Stats()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegergetActiveConnections()LonggetBytesIn()LonggetBytesOut()IntegergetTotalConnections()StringtoString()
-
-
-
Method Detail
-
getBytesIn
public Long getBytesIn()
- Specified by:
getBytesInin interfaceLoadBalancerV2Stats- Returns:
- The inbound bytes of the loadbalancer.
-
getBytesOut
public Long getBytesOut()
- Specified by:
getBytesOutin interfaceLoadBalancerV2Stats- Returns:
- The inbound bytes of the loadbalancer.
-
getTotalConnections
public Integer getTotalConnections()
- Specified by:
getTotalConnectionsin interfaceLoadBalancerV2Stats- Returns:
- The number of total connections of the loadbalancer.
-
getActiveConnections
public Integer getActiveConnections()
- Specified by:
getActiveConnectionsin interfaceLoadBalancerV2Stats- Returns:
- The number of active connections of the loadbalancer.
-
-