Class InstanceSelectionResult
Defines a mapping from machine types to the number of VMs that are created with each machine type.
Implements
Inherited Members
Namespace: Google.Apis.Dataproc.v1.Data
Assembly: Google.Apis.Dataproc.v1.dll
Syntax
public class InstanceSelectionResult : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
MachineType
Output only. Full machine-type names, e.g. "n1-standard-16".
Declaration
[JsonProperty("machineType")]
public virtual string MachineType { get; set; }
Property Value
Type | Description |
---|---|
string |
VmCount
Output only. Number of VM provisioned with the machine_type.
Declaration
[JsonProperty("vmCount")]
public virtual int? VmCount { get; set; }
Property Value
Type | Description |
---|---|
int? |