Class NodeTypeConfig
Information about the type and number of nodes associated with the cluster.
Implements
Inherited Members
Namespace: Google.Apis.VMwareEngine.v1.Data
Assembly: Google.Apis.VMwareEngine.v1.dll
Syntax
public class NodeTypeConfig : IDirectResponseSchema
Properties
CustomCoreCount
Optional. Customized number of cores available to each node of the type. This number must always be one of
nodeType.availableCustomCoreCounts. If zero is provided max value from
nodeType.availableCustomCoreCounts will be used.
Declaration
[JsonProperty("customCoreCount")]
public virtual int? CustomCoreCount { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
NodeCount
Required. The number of nodes of this type in the cluster
Declaration
[JsonProperty("nodeCount")]
public virtual int? NodeCount { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |