Interface InstanceGroupManagerInstanceLifecyclePolicyOrBuilder (1.41.0)

public interface InstanceGroupManagerInstanceLifecyclePolicyOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getForceUpdateOnRepair()

public abstract String getForceUpdateOnRepair()

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. Check the ForceUpdateOnRepair enum for the list of possible values.

optional string force_update_on_repair = 356302027;

Returns
TypeDescription
String

The forceUpdateOnRepair.

getForceUpdateOnRepairBytes()

public abstract ByteString getForceUpdateOnRepairBytes()

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. Check the ForceUpdateOnRepair enum for the list of possible values.

optional string force_update_on_repair = 356302027;

Returns
TypeDescription
ByteString

The bytes for forceUpdateOnRepair.

hasForceUpdateOnRepair()

public abstract boolean hasForceUpdateOnRepair()

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. Check the ForceUpdateOnRepair enum for the list of possible values.

optional string force_update_on_repair = 356302027;

Returns
TypeDescription
boolean

Whether the forceUpdateOnRepair field is set.