Uses of Interface
org.openstack4j.model.network.ext.status.LbPoolV2Status
-
Packages that use LbPoolV2Status Package Description org.openstack4j.model.network.ext.status org.openstack4j.openstack.networking.domain.ext.LoadBalancerV2StatusTree -
-
Uses of LbPoolV2Status in org.openstack4j.model.network.ext.status
Methods in org.openstack4j.model.network.ext.status that return types with arguments of type LbPoolV2Status Modifier and Type Method Description List<LbPoolV2Status>ListenerV2Status. getLbPoolV2Statuses()The statuses of the pools associated with this listener -
Uses of LbPoolV2Status in org.openstack4j.openstack.networking.domain.ext.LoadBalancerV2StatusTree
Classes in org.openstack4j.openstack.networking.domain.ext.LoadBalancerV2StatusTree that implement LbPoolV2Status Modifier and Type Class Description classNeutronLbPoolV2StatusAn object to hold status of lbaas v2 loadbalancer poolMethods in org.openstack4j.openstack.networking.domain.ext.LoadBalancerV2StatusTree that return types with arguments of type LbPoolV2Status Modifier and Type Method Description List<LbPoolV2Status>NeutronListenerV2Status. getLbPoolV2Statuses()
-