public sealed class NodePool.Types.ExclusionUntilEndOfSupport : IMessage<NodePool.Types.ExclusionUntilEndOfSupport>, IEquatable<NodePool.Types.ExclusionUntilEndOfSupport>, IDeepCloneable<NodePool.Types.ExclusionUntilEndOfSupport>, IBufferMessage, IMessageReference documentation and code samples for the Google Kubernetes Engine v1 API class NodePool.Types.ExclusionUntilEndOfSupport.
Defines the maintenance exclusion for the node pool.
Implements
IMessageNodePoolTypesExclusionUntilEndOfSupport, IEquatableNodePoolTypesExclusionUntilEndOfSupport, IDeepCloneableNodePoolTypesExclusionUntilEndOfSupport, IBufferMessage, IMessageNamespace
Google.Cloud.Container.V1Assembly
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 |
|