Class InstanceSelection
Defines machines types and a rank to which the machines types belong.
Implements
Inherited Members
Namespace: Google.Apis.Dataproc.v1.Data
Assembly: Google.Apis.Dataproc.v1.dll
Syntax
public class InstanceSelection : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
MachineTypes
Optional. 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
Optional. Preference of this instance selection. Lower number means higher preference. Dataproc will first try to create a VM based on the machine-type with priority rank and fallback to next rank based on availability. Machine types and instance selections with the same priority have the same preference.
Declaration
[JsonProperty("rank")]
public virtual int? Rank { get; set; }
Property Value
Type | Description |
---|---|
int? |