public interface InstanceGroupManagerStandbyPolicyOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getInitialDelaySec()
Specifies the number of seconds that the MIG should wait to suspend or stop a VM after that VM was created.
|
String |
getMode()
Defines how a MIG resumes or starts VMs from a standby pool when the group scales out.
|
com.google.protobuf.ByteString |
getModeBytes()
Defines how a MIG resumes or starts VMs from a standby pool when the group scales out.
|
boolean |
hasInitialDelaySec()
Specifies the number of seconds that the MIG should wait to suspend or stop a VM after that VM was created.
|
boolean |
hasMode()
Defines how a MIG resumes or starts VMs from a standby pool when the group scales out.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasInitialDelaySec()
Specifies the number of seconds that the MIG should wait to suspend or stop a VM after that VM was created. The initial delay gives the initialization script the time to prepare your VM for a quick scale out. The value of initial delay must be between 0 and 3600 seconds. The default value is 0.
optional int32 initial_delay_sec = 263207002;int getInitialDelaySec()
Specifies the number of seconds that the MIG should wait to suspend or stop a VM after that VM was created. The initial delay gives the initialization script the time to prepare your VM for a quick scale out. The value of initial delay must be between 0 and 3600 seconds. The default value is 0.
optional int32 initial_delay_sec = 263207002;boolean hasMode()
Defines how a MIG resumes or starts VMs from a standby pool when the group scales out. The default mode is `MANUAL`. Check the Mode enum for the list of possible values.
optional string mode = 3357091;String getMode()
Defines how a MIG resumes or starts VMs from a standby pool when the group scales out. The default mode is `MANUAL`. Check the Mode enum for the list of possible values.
optional string mode = 3357091;com.google.protobuf.ByteString getModeBytes()
Defines how a MIG resumes or starts VMs from a standby pool when the group scales out. The default mode is `MANUAL`. Check the Mode enum for the list of possible values.
optional string mode = 3357091;Copyright © 2025 Google LLC. All rights reserved.