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