Show / Hide Table of Contents

Class InstanceGroupManagerStandbyPolicy

Inheritance
object
InstanceGroupManagerStandbyPolicy
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Compute.v1.Data
Assembly: Google.Apis.Compute.v1.dll
Syntax
public class InstanceGroupManagerStandbyPolicy : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

InitialDelaySec

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.

Declaration
[JsonProperty("initialDelaySec")]
public virtual int? InitialDelaySec { get; set; }
Property Value
Type Description
int?

Mode

Defines how a MIG resumes or starts VMs from a standby pool when the group scales out. The default mode is MANUAL.

Declaration
[JsonProperty("mode")]
public virtual string Mode { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX