VMware Engine v1 API - Class NodeTypeConfig (1.3.0)

public sealed class NodeTypeConfig : IMessage<NodeTypeConfig>, IEquatable<NodeTypeConfig>, IDeepCloneable<NodeTypeConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the VMware Engine v1 API class NodeTypeConfig.

Information about the type and number of nodes associated with the cluster.

Inheritance

object > NodeTypeConfig

Namespace

Google.Cloud.VmwareEngine.V1

Assembly

Google.Cloud.VmwareEngine.V1.dll

Constructors

NodeTypeConfig()

public NodeTypeConfig()

NodeTypeConfig(NodeTypeConfig)

public NodeTypeConfig(NodeTypeConfig other)
Parameter
NameDescription
otherNodeTypeConfig

Properties

CustomCoreCount

public int CustomCoreCount { get; set; }

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.

Property Value
TypeDescription
int

NodeCount

public int NodeCount { get; set; }

Required. The number of nodes of this type in the cluster

Property Value
TypeDescription
int