public sealed class CommonFeatureState : IMessage<CommonFeatureState>, IEquatable<CommonFeatureState>, IDeepCloneable<CommonFeatureState>, IBufferMessage, IMessage
CommonFeatureState contains Hub-wide Feature status information.
Implements
IMessage<CommonFeatureState>, IEquatable<CommonFeatureState>, IDeepCloneable<CommonFeatureState>, IBufferMessage, IMessageNamespace
Google.Cloud.GkeHub.V1Assembly
Google.Cloud.GkeHub.V1.dll
Constructors
CommonFeatureState()
public CommonFeatureState()
CommonFeatureState(CommonFeatureState)
public CommonFeatureState(CommonFeatureState other)
Parameter | |
---|---|
Name | Description |
other | CommonFeatureState |
Properties
State
public FeatureState State { get; set; }
Output only. The "running state" of the Feature in this Hub.
Property Value | |
---|---|
Type | Description |
FeatureState |