public sealed class FeatureResourceState : IMessage<FeatureResourceState>, IEquatable<FeatureResourceState>, IDeepCloneable<FeatureResourceState>, IBufferMessage, IMessage
Reference documentation and code samples for the GKE Hub v1 API class FeatureResourceState.
FeatureResourceState describes the state of a Feature resource in the
GkeHub API. See FeatureState
for the "running state" of the Feature in the
Hub and across Memberships.
Implements
IMessage<FeatureResourceState>, IEquatable<FeatureResourceState>, IDeepCloneable<FeatureResourceState>, IBufferMessage, IMessageNamespace
Google.Cloud.GkeHub.V1Assembly
Google.Cloud.GkeHub.V1.dll
Constructors
FeatureResourceState()
public FeatureResourceState()
FeatureResourceState(FeatureResourceState)
public FeatureResourceState(FeatureResourceState other)
Parameter | |
---|---|
Name | Description |
other | FeatureResourceState |
Properties
State
public FeatureResourceState.Types.State State { get; set; }
The current state of the Feature resource in the Hub API.
Property Value | |
---|---|
Type | Description |
FeatureResourceState.Types.State |