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 Summary
FieldsModifier and TypeFieldDescriptionprotected final String
protected final LBaaSStatus
protected final String
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
PoolStatus
(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.
-
hashCode
public int hashCode() -
equals
-
string
protected com.google.common.base.MoreObjects.ToStringHelper string() -
toString
-