Class InstanceGroupManagerInstanceFlexibilityPolicyInstanceSelection
Implements
Inherited Members
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class InstanceGroupManagerInstanceFlexibilityPolicyInstanceSelection : IDirectResponseSchema
Properties
Disks
List of disks to be attached to the instances created from this selection.
Declaration
[JsonProperty("disks")]
public virtual IList<AttachedDisk> Disks { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<AttachedDisk> |
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> |
MinCpuPlatform
Name of the minimum CPU platform to be used by this instance selection. e.g. 'Intel Ice Lake'.
Declaration
[JsonProperty("minCpuPlatform")]
public virtual string MinCpuPlatform { get; set; }
Property Value
| Type | Description |
|---|---|
| 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? |