Package com.google.cloud.compute.v1
Interface InstanceGroupManagerInstanceLifecyclePolicyOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
InstanceGroupManagerInstanceLifecyclePolicy
,InstanceGroupManagerInstanceLifecyclePolicy.Builder
public interface InstanceGroupManagerInstanceLifecyclePolicyOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getForceUpdateOnRepair()
A bit indicating whether to forcefully apply the group's latest configuration when repairing a VM.com.google.protobuf.ByteString
getForceUpdateOnRepairBytes()
A bit indicating whether to forcefully apply the group's latest configuration when repairing a VM.boolean
hasForceUpdateOnRepair()
A bit indicating whether to forcefully apply the group's latest configuration when repairing a VM.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasForceUpdateOnRepair
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:
- Whether the forceUpdateOnRepair field is set.
-
getForceUpdateOnRepair
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:
- The forceUpdateOnRepair.
-
getForceUpdateOnRepairBytes
com.google.protobuf.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:
- The bytes for forceUpdateOnRepair.
-
-