Interface ComputeInstanceGroupManagerAutoHealingPolicies
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ComputeInstanceGroupManagerAutoHealingPolicies.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:18.520Z") @Stability(Stable) public interface ComputeInstanceGroupManagerAutoHealingPolicies extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classComputeInstanceGroupManagerAutoHealingPolicies.BuilderA builder forComputeInstanceGroupManagerAutoHealingPoliciesstatic classComputeInstanceGroupManagerAutoHealingPolicies.Jsii$ProxyAn implementation forComputeInstanceGroupManagerAutoHealingPolicies
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static ComputeInstanceGroupManagerAutoHealingPolicies.Builderbuilder()StringgetHealthCheck()The health check resource that signals autohealing.NumbergetInitialDelaySec()The number of seconds that the managed instance group waits before it applies autohealing policies to new instances or recently recreated instances.
-
-
-
Method Detail
-
getHealthCheck
@Stability(Stable) @NotNull String getHealthCheck()
The health check resource that signals autohealing.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_instance_group_manager#health_check ComputeInstanceGroupManager#health_check}
-
getInitialDelaySec
@Stability(Stable) @NotNull Number getInitialDelaySec()
The number of seconds that the managed instance group waits before it applies autohealing policies to new instances or recently recreated instances.Between 0 and 3600. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_instance_group_manager#initial_delay_sec ComputeInstanceGroupManager#initial_delay_sec}
-
builder
@Stability(Stable) static ComputeInstanceGroupManagerAutoHealingPolicies.Builder builder()
-
-