Show / Hide Table of Contents

Class InstanceGroupManagerInstanceFlexibilityPolicyInstanceSelection

Inheritance
object
InstanceGroupManagerInstanceFlexibilityPolicyInstanceSelection
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 InstanceGroupManagerInstanceFlexibilityPolicyInstanceSelection : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

MachineTypes

Full machine-type names, e.g. "n1-standard-16".

Declaration
[JsonProperty("machineTypes")]
public virtual IList<string> MachineTypes { get; set; }
Property Value
Type Description
IList<string>

Rank

Preference of this instance selection. Lower number means higher preference. MIG will first try to create a VM based on the machine-type with lowest rank and fallback to next rank based on availability. Machine types and instance selections with the same rank have the same preference.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX