Class PoolStatus
java.lang.Object
org.jclouds.openstack.neutron.v2.domain.lbaas.v1.PoolStatus
A Neutron LBaaS v1 PoolStatus.
 Contains an id and status describing the pool's status.
- See Also:
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected final Stringprotected final LBaaSStatusprotected final String
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedPoolStatus(String id, LBaaSStatus status, String statusDescription) 
- 
Method Summary
- 
Field Details- 
id
- 
status
- 
statusDescription
 
- 
- 
Constructor Details- 
PoolStatus@ConstructorProperties({"pool_id","status","status_description"}) protected PoolStatus(String id, LBaaSStatus status, String statusDescription) 
 
- 
- 
Method Details- 
getId- Returns:
- the id of the PoolStatus.
 
- 
getStatus- Returns:
- the status of the PoolStatus.
 
- 
getStatusDescription- Returns:
- the status description of the PoolStatus.
 
- 
hashCodepublic int hashCode()
- 
equals
- 
stringprotected com.google.common.base.MoreObjects.ToStringHelper string()
- 
toString
 
-