Class RestHealthCheckStepAttributesArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.azurenative.deploymentmanager.inputs.RestHealthCheckStepAttributesArgs
-
public final class RestHealthCheckStepAttributesArgs extends com.pulumi.resources.ResourceArgs
Defines the REST health check step properties.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
RestHealthCheckStepAttributesArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static RestHealthCheckStepAttributesArgs
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RestHealthCheckStepAttributesArgs.Builder
builder()
static RestHealthCheckStepAttributesArgs.Builder
builder(RestHealthCheckStepAttributesArgs defaults)
com.pulumi.core.Output<java.util.List<RestHealthCheckArgs>>
healthChecks()
com.pulumi.core.Output<java.lang.String>
healthyStateDuration()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
maxElasticDuration()
com.pulumi.core.Output<java.lang.String>
type()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
waitDuration()
-
-
-
Field Detail
-
Empty
public static final RestHealthCheckStepAttributesArgs Empty
-
-
Method Detail
-
healthChecks
public com.pulumi.core.Output<java.util.List<RestHealthCheckArgs>> healthChecks()
- Returns:
- The list of checks that form the health check step.
-
healthyStateDuration
public com.pulumi.core.Output<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<com.pulumi.core.Output<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 com.pulumi.core.Output<java.lang.String> type()
- Returns:
- The type of health check. Expected value is 'REST'.
-
waitDuration
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> waitDuration()
- Returns:
- The duration in ISO 8601 format for which health check waits idly without any checks.
-
builder
public static RestHealthCheckStepAttributesArgs.Builder builder()
-
builder
public static RestHealthCheckStepAttributesArgs.Builder builder(RestHealthCheckStepAttributesArgs defaults)
-
-