Show / Hide Table of Contents

Class InstanceSelectionResult

Defines a mapping from machine types to the number of VMs that are created with each machine type.

Inheritance
object
InstanceSelectionResult
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.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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX