public sealed class NamespaceLifecycleState : IMessage<NamespaceLifecycleState>, IEquatable<NamespaceLifecycleState>, IDeepCloneable<NamespaceLifecycleState>, IBufferMessage, IMessageReference documentation and code samples for the GKE Hub v1 API class NamespaceLifecycleState.
NamespaceLifecycleState describes the state of a Namespace resource.
Implements
IMessageNamespaceLifecycleState, IEquatableNamespaceLifecycleState, IDeepCloneableNamespaceLifecycleState, IBufferMessage, IMessageNamespace
Google.Cloud.GkeHub.V1Assembly
Google.Cloud.GkeHub.V1.dll
Constructors
NamespaceLifecycleState()
public NamespaceLifecycleState()NamespaceLifecycleState(NamespaceLifecycleState)
public NamespaceLifecycleState(NamespaceLifecycleState other)| Parameter | |
|---|---|
| Name | Description |
other |
NamespaceLifecycleState |
Properties
Code
public NamespaceLifecycleState.Types.Code Code { get; set; }Output only. The current state of the Namespace resource.
| Property Value | |
|---|---|
| Type | Description |
NamespaceLifecycleStateTypesCode |
|