Show / Hide Table of Contents

Class InstanceGroupManagerInstanceLifecyclePolicyOnRepair

Configuration for VM repairs in the MIG.

Inheritance
object
InstanceGroupManagerInstanceLifecyclePolicyOnRepair
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.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class InstanceGroupManagerInstanceLifecyclePolicyOnRepair : IDirectResponseSchema

Properties

AllowChangingZone

Specifies whether the MIG can change a VM's zone during a repair. Valid values are: - NO (default): MIG cannot change a VM's zone during a repair. - YES: MIG can select a different zone for the VM during a repair.

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

ETag

The ETag of the item.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX