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