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
DiskConfig
Optional. Disk configuration to apply to the instances in this instance selection. If specified on any entry in instanceSelectionList, then it must be specified on every entry in instanceSelectionList and the instanceGroupConfig must not specify any diskConfig.
Declaration
[JsonProperty("diskConfig")]
public virtual DiskConfig DiskConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| DiskConfig |
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. The service 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? |