Reference documentation and code samples for the Compute V1 Client class InstanceGroupManagerStandbyPolicy.
Generated from protobuf message google.cloud.compute.v1.InstanceGroupManagerStandbyPolicy
Namespace
Google \ Cloud \ Compute \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ initial_delay_sec
int
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.
↳ mode
string
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.
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.
int
hasInitialDelaySec
clearInitialDelaySec
setInitialDelaySec
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.
var
int
$this
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.
string
hasMode
clearMode
setMode
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.
var
string
$this

