Package org.openstack4j.model.octavia
Interface LoadBalancerV2StatusTree
-
- All Superinterfaces:
ModelEntity,Serializable
- All Known Implementing Classes:
OctaviaLoadBalancerV2StatusTree
public interface LoadBalancerV2StatusTree extends ModelEntity
The status tree of an lbaas v2 loadbalancer- Author:
- wei
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LoadBalancerV2StatusgetLoadBalancerV2Status()Get the status tree of a loadbalancer
-
-
-
Method Detail
-
getLoadBalancerV2Status
LoadBalancerV2Status getLoadBalancerV2Status()
Get the status tree of a loadbalancer- Returns:
- the loadbalancer status tree
-
-