public sealed class NodeCreationConfig : IMessage<NodeCreationConfig>, IEquatable<NodeCreationConfig>, IDeepCloneable<NodeCreationConfig>, IBufferMessage, IMessageReference documentation and code samples for the Google Kubernetes Engine v1 API class NodeCreationConfig.
NodeCreationConfig defines the settings of node creation mode.
Implements
IMessageNodeCreationConfig, IEquatableNodeCreationConfig, IDeepCloneableNodeCreationConfig, IBufferMessage, IMessageNamespace
Google.Cloud.Container.V1Assembly
Google.Cloud.Container.V1.dll
Constructors
NodeCreationConfig()
public NodeCreationConfig()NodeCreationConfig(NodeCreationConfig)
public NodeCreationConfig(NodeCreationConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
NodeCreationConfig |
Properties
NodeCreationMode
public NodeCreationConfig.Types.Mode NodeCreationMode { get; set; }The mode of node creation.
| Property Value | |
|---|---|
| Type | Description |
NodeCreationConfigTypesMode |
|