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.
Implements
IMessage<NodeTypeConfig>, IEquatable<NodeTypeConfig>, IDeepCloneable<NodeTypeConfig>, IBufferMessage, IMessageNamespace
Google.Cloud.VmwareEngine.V1Assembly
Google.Cloud.VmwareEngine.V1.dll
Constructors
NodeTypeConfig()
public NodeTypeConfig()
NodeTypeConfig(NodeTypeConfig)
public NodeTypeConfig(NodeTypeConfig other)
Parameter | |
---|---|
Name | Description |
other | NodeTypeConfig |
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 | |
---|---|
Type | Description |
Int32 |
NodeCount
public int NodeCount { get; set; }
Required. The number of nodes of this type in the cluster
Property Value | |
---|---|
Type | Description |
Int32 |