Java com.amazonaws.services.elasticloadbalancing.model HealthCheck fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.elasticloadbalancing.model HealthCheck fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.elasticloadbalancing.model HealthCheck.

The text is from its open source code.

Constructor

HealthCheck()
Default constructor for HealthCheck object.

Method

IntegergetHealthyThreshold()

The number of consecutive health checks successes required before moving the instance to the Healthy state.

IntegergetInterval()

The approximate interval, in seconds, between health checks of an individual instance.

StringgetTarget()

The instance being checked.

IntegergetTimeout()

The amount of time, in seconds, during which no response means a failed health check.

IntegergetUnhealthyThreshold()

The number of consecutive health check failures required before moving the instance to the Unhealthy state.

HealthCheckwithHealthyThreshold(Integer healthyThreshold)

The number of consecutive health checks successes required before moving the instance to the Healthy state.

HealthCheckwithInterval(Integer interval)

The approximate interval, in seconds, between health checks of an individual instance.

HealthCheckwithTarget(String target)

The instance being checked.

HealthCheckwithTimeout(Integer timeout)

The amount of time, in seconds, during which no response means a failed health check.

HealthCheckwithUnhealthyThreshold(Integer unhealthyThreshold)

The number of consecutive health check failures required before moving the instance to the Unhealthy state.