Anthos Multi-Cloud v1 API - Class NodeTaint (2.5.0)

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.

Inheritance

object > NodeTaint

Namespace

Google.Cloud.GkeMultiCloud.V1

Assembly

Google.Cloud.GkeMultiCloud.V1.dll

Constructors

NodeTaint()

public NodeTaint()

NodeTaint(NodeTaint)

public NodeTaint(NodeTaint other)
Parameter
NameDescription
otherNodeTaint

Properties

Effect

public NodeTaint.Types.Effect Effect { get; set; }

Required. The taint effect.

Property Value
TypeDescription
NodeTaintTypesEffect

Key

public string Key { get; set; }

Required. Key for the taint.

Property Value
TypeDescription
string

Value

public string Value { get; set; }

Required. Value for the taint.

Property Value
TypeDescription
string