InstanceGroupManagerInstanceLifecyclePolicyArgs

data class InstanceGroupManagerInstanceLifecyclePolicyArgs(val forceUpdateOnRepair: Output<InstanceGroupManagerInstanceLifecyclePolicyForceUpdateOnRepair>? = null) : ConvertibleToJava<InstanceGroupManagerInstanceLifecyclePolicyArgs>

Constructors

Functions

Link copied to clipboard
open override fun toJava(): InstanceGroupManagerInstanceLifecyclePolicyArgs

Properties

Link copied to clipboard

A bit indicating whether to forcefully apply the group's latest configuration when repairing a VM. Valid options are: - NO (default): If configuration updates are available, they are not forcefully applied during repair. Instead, configuration updates are applied according to the group's update policy. - YES: If configuration updates are available, they are applied during repair.