Google Kubernetes Engine v1 API - Class NodePool.Types.ExclusionUntilEndOfSupport (3.38.0)

public sealed class NodePool.Types.ExclusionUntilEndOfSupport : IMessage<NodePool.Types.ExclusionUntilEndOfSupport>, IEquatable<NodePool.Types.ExclusionUntilEndOfSupport>, IDeepCloneable<NodePool.Types.ExclusionUntilEndOfSupport>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Kubernetes Engine v1 API class NodePool.Types.ExclusionUntilEndOfSupport.

Defines the maintenance exclusion for the node pool.

Inheritance

object > NodePool.Types.ExclusionUntilEndOfSupport

Namespace

Google.Cloud.Container.V1

Assembly

Google.Cloud.Container.V1.dll

Constructors

ExclusionUntilEndOfSupport()

public ExclusionUntilEndOfSupport()

ExclusionUntilEndOfSupport(ExclusionUntilEndOfSupport)

public ExclusionUntilEndOfSupport(NodePool.Types.ExclusionUntilEndOfSupport other)
Parameter
Name Description
other NodePoolTypesExclusionUntilEndOfSupport

Properties

Enabled

public bool Enabled { get; set; }

Optional. Indicates whether the exclusion is enabled.

Property Value
Type Description
bool

EndTime

public Timestamp EndTime { get; set; }

Output only. The end time of the maintenance exclusion. It is output only. It is the cluster control plane version's end of support time, or end of extended support time when the cluster is on extended support channel.

Property Value
Type Description
Timestamp

StartTime

public Timestamp StartTime { get; set; }

Output only. The start time of the maintenance exclusion. It is output only. It is the exclusion creation time.

Property Value
Type Description
Timestamp