Class NeutronLoadBalancerV2Status
- java.lang.Object
-
- org.openstack4j.openstack.networking.domain.ext.LoadBalancerV2StatusTree.Status
-
- org.openstack4j.openstack.networking.domain.ext.LoadBalancerV2StatusTree.NeutronLoadBalancerV2Status
-
- All Implemented Interfaces:
Serializable,ModelEntity,LoadBalancerV2Status
public class NeutronLoadBalancerV2Status extends Status implements LoadBalancerV2Status
An object to hold status of lbaas v2 loadbalancer- 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 NeutronLoadBalancerV2Status()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ListenerV2Status>getListenerStatuses()The listeners associated with the loadbalancerStringgetName()The name of the loadbalancerStringtoString()-
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.LoadBalancerV2Status
getId, getOperatingStatus, getProvisioningStatus
-
-
-
-
Method Detail
-
getListenerStatuses
public List<ListenerV2Status> getListenerStatuses()
Description copied from interface:LoadBalancerV2StatusThe listeners associated with the loadbalancer- Specified by:
getListenerStatusesin interfaceLoadBalancerV2Status- Returns:
- list of listener statuses
-
getName
public String getName()
Description copied from interface:LoadBalancerV2StatusThe name of the loadbalancer- Specified by:
getNamein interfaceLoadBalancerV2Status- Returns:
- name
-
-