Class ShieldedNodes (2.3.0)

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

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
Boolean