Class RestHealthCheckStepAttributesResponse
- java.lang.Object
-
- com.pulumi.azurenative.deploymentmanager.outputs.RestHealthCheckStepAttributesResponse
-
public final class RestHealthCheckStepAttributesResponse extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
RestHealthCheckStepAttributesResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RestHealthCheckStepAttributesResponse.Builder
builder()
static RestHealthCheckStepAttributesResponse.Builder
builder(RestHealthCheckStepAttributesResponse defaults)
java.util.List<RestHealthCheckResponse>
healthChecks()
java.lang.String
healthyStateDuration()
java.util.Optional<java.lang.String>
maxElasticDuration()
java.lang.String
type()
java.util.Optional<java.lang.String>
waitDuration()
-
-
-
Method Detail
-
healthChecks
public java.util.List<RestHealthCheckResponse> healthChecks()
- Returns:
- The list of checks that form the health check step.
-
healthyStateDuration
public java.lang.String healthyStateDuration()
- Returns:
- The duration in ISO 8601 format for which the resource is expected to be continuously healthy. If maxElasticDuration is specified, healthy state duration is enforced after the detection of first healthy signal.
-
maxElasticDuration
public java.util.Optional<java.lang.String> maxElasticDuration()
- Returns:
- The duration in ISO 8601 format for which the health check waits for the resource to become healthy. Health check fails if it doesn't. Health check starts to enforce healthyStateDuration once resource becomes healthy.
-
type
public java.lang.String type()
- Returns:
- The type of health check. Expected value is 'REST'.
-
waitDuration
public java.util.Optional<java.lang.String> waitDuration()
- Returns:
- The duration in ISO 8601 format for which health check waits idly without any checks.
-
builder
public static RestHealthCheckStepAttributesResponse.Builder builder()
-
builder
public static RestHealthCheckStepAttributesResponse.Builder builder(RestHealthCheckStepAttributesResponse defaults)
-
-