Interface ComputeInstanceGroupManagerInstanceLifecyclePolicy
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ComputeInstanceGroupManagerInstanceLifecyclePolicy.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:18.522Z") @Stability(Stable) public interface ComputeInstanceGroupManagerInstanceLifecyclePolicy extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classComputeInstanceGroupManagerInstanceLifecyclePolicy.BuilderA builder forComputeInstanceGroupManagerInstanceLifecyclePolicystatic classComputeInstanceGroupManagerInstanceLifecyclePolicy.Jsii$ProxyAn implementation forComputeInstanceGroupManagerInstanceLifecyclePolicy
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static ComputeInstanceGroupManagerInstanceLifecyclePolicy.Builderbuilder()default StringgetDefaultActionOnFailure()Default behavior for all instance or health check failures.default StringgetForceUpdateOnRepair()Specifies whether to apply the group's latest configuration when repairing a VM.
-
-
-
Method Detail
-
getDefaultActionOnFailure
@Stability(Stable) @Nullable default String getDefaultActionOnFailure()
Default behavior for all instance or health check failures.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_instance_group_manager#default_action_on_failure ComputeInstanceGroupManager#default_action_on_failure}
-
getForceUpdateOnRepair
@Stability(Stable) @Nullable default String getForceUpdateOnRepair()
Specifies whether to apply the group's latest configuration when repairing a VM.Valid options are: YES, NO. If YES and you updated the group's instance template or per-instance configurations after the VM was created, then these changes are applied when VM is repaired. If NO (default), then updates are applied in accordance with the group's update policy type. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_instance_group_manager#force_update_on_repair ComputeInstanceGroupManager#force_update_on_repair}
-
builder
@Stability(Stable) static ComputeInstanceGroupManagerInstanceLifecyclePolicy.Builder builder()
-
-