public sealed class ScopeFeatureState : IMessage<ScopeFeatureState>, IEquatable<ScopeFeatureState>, IDeepCloneable<ScopeFeatureState>, IBufferMessage, IMessageReference documentation and code samples for the GKE Hub v1 API class ScopeFeatureState.
ScopeFeatureState contains Scope-wide Feature status information.
Implements
IMessageScopeFeatureState, IEquatableScopeFeatureState, IDeepCloneableScopeFeatureState, IBufferMessage, IMessageNamespace
Google.Cloud.GkeHub.V1Assembly
Google.Cloud.GkeHub.V1.dll
Constructors
ScopeFeatureState()
public ScopeFeatureState()ScopeFeatureState(ScopeFeatureState)
public ScopeFeatureState(ScopeFeatureState other)| Parameter | |
|---|---|
| Name | Description |
other |
ScopeFeatureState |
Properties
State
public FeatureState State { get; set; }Output only. The "running state" of the Feature in this Scope.
| Property Value | |
|---|---|
| Type | Description |
FeatureState |
|