public sealed class NodeTaint : IMessage<NodeTaint>, IEquatable<NodeTaint>, IDeepCloneable<NodeTaint>, IBufferMessage, IMessage
Reference documentation and code samples for the Anthos Multi-Cloud v1 API class NodeTaint.
The taint content for the node taint.
Implements
IMessage<NodeTaint>, IEquatable<NodeTaint>, IDeepCloneable<NodeTaint>, IBufferMessage, IMessageNamespace
Google.Cloud.GkeMultiCloud.V1Assembly
Google.Cloud.GkeMultiCloud.V1.dll
Constructors
NodeTaint()
public NodeTaint()
NodeTaint(NodeTaint)
public NodeTaint(NodeTaint other)
Parameter | |
---|---|
Name | Description |
other | NodeTaint |
Properties
Effect
public NodeTaint.Types.Effect Effect { get; set; }
Required. The taint effect.
Property Value | |
---|---|
Type | Description |
NodeTaint.Types.Effect |
Key
public string Key { get; set; }
Required. Key for the taint.
Property Value | |
---|---|
Type | Description |
String |
Value
public string Value { get; set; }
Required. Value for the taint.
Property Value | |
---|---|
Type | Description |
String |