GKE Hub v1 API - Class ScopeFeatureState (2.8.0)

public sealed class ScopeFeatureState : IMessage<ScopeFeatureState>, IEquatable<ScopeFeatureState>, IDeepCloneable<ScopeFeatureState>, IBufferMessage, IMessage

Reference documentation and code samples for the GKE Hub v1 API class ScopeFeatureState.

ScopeFeatureState contains Scope-wide Feature status information.

Inheritance

object > ScopeFeatureState

Namespace

Google.Cloud.GkeHub.V1

Assembly

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