View Source GoogleApi.Compute.V1.Model.InstanceGroupManagerStandbyPolicy (google_api_compute v0.70.0)

Attributes

  • initialDelaySec (type: integer(), default: nil) - 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 (type: String.t, default: nil) - Defines how a MIG resumes or starts VMs from a standby pool when the group scales out. The default mode is MANUAL.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Compute.V1.Model.InstanceGroupManagerStandbyPolicy{
  initialDelaySec: integer() | nil,
  mode: String.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.