Class NeutronHealthMonitorV2

    • Constructor Detail

      • NeutronHealthMonitorV2

        public NeutronHealthMonitorV2()
    • Method Detail

      • getTenantId

        public String getTenantId()
        Specified by:
        getTenantId in interface HealthMonitorV2
        Returns:
        tenantId Owner of the VIP. Only an administrative user can specify a tenant ID other than its own.
      • getType

        public HealthMonitorType getType()
        Specified by:
        getType in interface HealthMonitorV2
        Returns:
        type The type of probe sent by the load balancer to verify the member state, which is TCP, HTTP, or HTTPS.
      • getDelay

        public Integer getDelay()
        Specified by:
        getDelay in interface HealthMonitorV2
        Returns:
        delay The time, in seconds, between sending probes to members.
      • getTimeout

        public Integer getTimeout()
        Specified by:
        getTimeout in interface HealthMonitorV2
        Returns:
        timeout The maximum number of seconds for a monitor to wait for a connection to be established before it times out. This value must be less than the delay value.
      • getMaxRetries

        public Integer getMaxRetries()
        Specified by:
        getMaxRetries in interface HealthMonitorV2
        Returns:
        maxRetries Number of allowed connection failures before changing the status of the member to INACTIVE. A valid value is from 1 to 10.
      • getUrlPath

        public String getUrlPath()
        Description copied from interface: HealthMonitorV2
        Optional.
        Specified by:
        getUrlPath in interface HealthMonitorV2
        Returns:
        urlPath The HTTP path of the request sent by the monitor to test the health of a member. Must be a string beginning with a forward slash (/).
      • isAdminStateUp

        public boolean isAdminStateUp()
        Description copied from interface: HealthMonitorV2
        Optional.
        Specified by:
        isAdminStateUp in interface HealthMonitorV2
        Returns:
        adminstateup The administrative state of the health monitor, which is up (true) or down (false). Default true.