Class HealthMonitorStatus

java.lang.Object
org.jclouds.openstack.neutron.v2.domain.lbaas.v1.HealthMonitorStatus

public class HealthMonitorStatus extends Object
A Neutron LBaaS v1 HealthMonitorStatus. Contains an id and status describing the health monitor's status.
See Also:
  • Field Details

    • id

      @Named("monitor_id") protected final String id
    • status

      protected final LBaaSStatus status
    • statusDescription

      @Named("status_description") protected final String statusDescription
  • Constructor Details

  • Method Details

    • getId

      @Nullable public String getId()
      Returns:
      the id of the HealthMonitorStatus.
    • getStatus

      @Nullable public LBaaSStatus getStatus()
      Returns:
      the status of the HealthMonitorStatus
    • getStatusDescription

      @Nullable public String getStatusDescription()
      Returns:
      the status description of the HealthMonitorStatus
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • string

      protected com.google.common.base.MoreObjects.ToStringHelper string()
    • toString

      public String toString()
      Overrides:
      toString in class Object