Interface ComputeRegionInstanceGroupManagerInstanceLifecyclePolicy
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ComputeRegionInstanceGroupManagerInstanceLifecyclePolicy.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:18.750Z") @Stability(Stable) public interface ComputeRegionInstanceGroupManagerInstanceLifecyclePolicy extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classComputeRegionInstanceGroupManagerInstanceLifecyclePolicy.BuilderA builder forComputeRegionInstanceGroupManagerInstanceLifecyclePolicystatic classComputeRegionInstanceGroupManagerInstanceLifecyclePolicy.Jsii$ProxyAn implementation forComputeRegionInstanceGroupManagerInstanceLifecyclePolicy
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static ComputeRegionInstanceGroupManagerInstanceLifecyclePolicy.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_region_instance_group_manager#default_action_on_failure ComputeRegionInstanceGroupManager#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_region_instance_group_manager#force_update_on_repair ComputeRegionInstanceGroupManager#force_update_on_repair}
-
builder
@Stability(Stable) static ComputeRegionInstanceGroupManagerInstanceLifecyclePolicy.Builder builder()
-
-