Class HealthMonitorStatus


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

      • id

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

        @Named("status_description")
        protected final String statusDescription
    • Method Detail

      • 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
      • string

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