public sealed class ShieldedNodes : IMessage<ShieldedNodes>, IEquatable<ShieldedNodes>, IDeepCloneable<ShieldedNodes>, IBufferMessage, IMessageReference documentation and code samples for the Google Kubernetes Engine v1 API class ShieldedNodes.
Configuration of Shielded Nodes feature.
Implements
IMessage<ShieldedNodes>, IEquatable<ShieldedNodes>, IDeepCloneable<ShieldedNodes>, IBufferMessage, IMessageNamespace
Google.Cloud.Container.V1Assembly
Google.Cloud.Container.V1.dll
Constructors
ShieldedNodes()
public ShieldedNodes()ShieldedNodes(ShieldedNodes)
public ShieldedNodes(ShieldedNodes other)| Parameter | |
|---|---|
| Name | Description |
other |
ShieldedNodes |
Properties
Enabled
public bool Enabled { get; set; }Whether Shielded Nodes features are enabled on all nodes in this cluster.
| Property Value | |
|---|---|
| Type | Description |
Boolean |
|