Class ComputeInstanceGroupManagerInstanceLifecyclePolicy.Jsii$Proxy

    • Method Detail

      • getForceUpdateOnRepair

        public final String getForceUpdateOnRepair()
        Description copied from interface: ComputeInstanceGroupManagerInstanceLifecyclePolicy
        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}

        Specified by:
        getForceUpdateOnRepair in interface ComputeInstanceGroupManagerInstanceLifecyclePolicy
      • $jsii$toJson

        @Internal
        public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
        Specified by:
        $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object