Class NeutronLbPoolV2Status
- java.lang.Object
-
- org.openstack4j.openstack.networking.domain.ext.LoadBalancerV2StatusTree.Status
-
- org.openstack4j.openstack.networking.domain.ext.LoadBalancerV2StatusTree.NeutronLbPoolV2Status
-
- All Implemented Interfaces:
Serializable,ModelEntity,LbPoolV2Status
public class NeutronLbPoolV2Status extends Status implements LbPoolV2Status
An object to hold status of lbaas v2 loadbalancer pool- Author:
- emjburns
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.openstack4j.openstack.networking.domain.ext.LoadBalancerV2StatusTree.Status
id, operatingStatus, provisioningStatus
-
-
Constructor Summary
Constructors Constructor Description NeutronLbPoolV2Status()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HealthMonitorV2StatusgetHeathMonitorStatus()The status of the healthmonitor associated with this poolList<MemberV2Status>getMemberStatuses()The status of the members of the loadbalancer poolStringgetName()The name of the loadbalancer poolStringtoString()-
Methods inherited from class org.openstack4j.openstack.networking.domain.ext.LoadBalancerV2StatusTree.Status
getId, getOperatingStatus, getProvisioningStatus
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.openstack4j.model.network.ext.status.LbPoolV2Status
getId, getOperatingStatus, getProvisioningStatus
-
-
-
-
Method Detail
-
getMemberStatuses
public List<MemberV2Status> getMemberStatuses()
Description copied from interface:LbPoolV2StatusThe status of the members of the loadbalancer pool- Specified by:
getMemberStatusesin interfaceLbPoolV2Status- Returns:
- list of MemberV2Status
-
getHeathMonitorStatus
public HealthMonitorV2Status getHeathMonitorStatus()
Description copied from interface:LbPoolV2StatusThe status of the healthmonitor associated with this pool- Specified by:
getHeathMonitorStatusin interfaceLbPoolV2Status- Returns:
- HealthMonitorV2Status
-
getName
public String getName()
Description copied from interface:LbPoolV2StatusThe name of the loadbalancer pool- Specified by:
getNamein interfaceLbPoolV2Status- Returns:
- name
-
-