Google Kubernetes Engine v1 API - Class ShieldedNodes (3.20.0)

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

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

Configuration of Shielded Nodes feature.

Inheritance

object > ShieldedNodes

Namespace

Google.Cloud.Container.V1

Assembly

Google.Cloud.Container.V1.dll

Constructors

ShieldedNodes()

public ShieldedNodes()

ShieldedNodes(ShieldedNodes)

public ShieldedNodes(ShieldedNodes other)
Parameter
NameDescription
otherShieldedNodes

Properties

Enabled

public bool Enabled { get; set; }

Whether Shielded Nodes features are enabled on all nodes in this cluster.

Property Value
TypeDescription
bool