Google Kubernetes Engine v1 API - Class NodeCreationConfig (3.38.0)

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

Reference documentation and code samples for the Google Kubernetes Engine v1 API class NodeCreationConfig.

NodeCreationConfig defines the settings of node creation mode.

Inheritance

object > NodeCreationConfig

Namespace

Google.Cloud.Container.V1

Assembly

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