GKE Hub v1 API - Class CommonFeatureState (2.8.0)

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

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

CommonFeatureState contains Fleet-wide Feature status information.

Inheritance

object > CommonFeatureState

Namespace

Google.Cloud.GkeHub.V1

Assembly

Google.Cloud.GkeHub.V1.dll

Constructors

CommonFeatureState()

public CommonFeatureState()

CommonFeatureState(CommonFeatureState)

public CommonFeatureState(CommonFeatureState other)
Parameter
Name Description
other CommonFeatureState

Properties

FeatureStateCase

public CommonFeatureState.FeatureStateOneofCase FeatureStateCase { get; }
Property Value
Type Description
CommonFeatureStateFeatureStateOneofCase

Rbacrolebindingactuation

public FeatureState Rbacrolebindingactuation { get; set; }

RBAC Role Binding Actuation feature state

Property Value
Type Description
FeatureState

State

public FeatureState State { get; set; }

Output only. The "running state" of the Feature in this Fleet.

Property Value
Type Description
FeatureState