Class OctaviaListenerV2Status
- java.lang.Object
-
- org.openstack4j.openstack.octavia.domain.LoadBalancerV2StatusTree.Status
-
- org.openstack4j.openstack.octavia.domain.LoadBalancerV2StatusTree.OctaviaListenerV2Status
-
- All Implemented Interfaces:
Serializable,ModelEntity,ListenerV2Status
public class OctaviaListenerV2Status extends Status implements ListenerV2Status
An object to hold status of lbaas v2 listener- Author:
- wei
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.openstack4j.openstack.octavia.domain.LoadBalancerV2StatusTree.Status
id, operatingStatus, provisioningStatus
-
-
Constructor Summary
Constructors Constructor Description OctaviaListenerV2Status()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<LbPoolV2Status>getLbPoolV2Statuses()The statuses of the pools associated with this listenerStringgetName()The name of the listenerStringtoString()-
Methods inherited from class org.openstack4j.openstack.octavia.domain.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.octavia.status.ListenerV2Status
getId, getOperatingStatus, getProvisioningStatus
-
-
-
-
Method Detail
-
getLbPoolV2Statuses
public List<LbPoolV2Status> getLbPoolV2Statuses()
Description copied from interface:ListenerV2StatusThe statuses of the pools associated with this listener- Specified by:
getLbPoolV2Statusesin interfaceListenerV2Status- Returns:
- list of the status of the pools
-
getName
public String getName()
Description copied from interface:ListenerV2StatusThe name of the listener- Specified by:
getNamein interfaceListenerV2Status- Returns:
- name
-
-