Google Kubernetes Engine v1 API - Class NodePoolAutoConfig (3.23.0)

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

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

Node pool configs that apply to all auto-provisioned node pools in autopilot clusters and node auto-provisioning enabled clusters.

Inheritance

object > NodePoolAutoConfig

Namespace

Google.Cloud.Container.V1

Assembly

Google.Cloud.Container.V1.dll

Constructors

NodePoolAutoConfig()

public NodePoolAutoConfig()

NodePoolAutoConfig(NodePoolAutoConfig)

public NodePoolAutoConfig(NodePoolAutoConfig other)
Parameter
NameDescription
otherNodePoolAutoConfig

Properties

NetworkTags

public NetworkTags NetworkTags { get; set; }

The list of instance tags applied to all nodes. Tags are used to identify valid sources or targets for network firewalls and are specified by the client during cluster creation. Each tag within the list must comply with RFC1035.

Property Value
TypeDescription
NetworkTags

ResourceManagerTags

public ResourceManagerTags ResourceManagerTags { get; set; }

Resource manager tag keys and values to be attached to the nodes for managing Compute Engine firewalls using Network Firewall Policies.

Property Value
TypeDescription
ResourceManagerTags