public sealed class FeatureState : IMessage<FeatureState>, IEquatable<FeatureState>, IDeepCloneable<FeatureState>, IBufferMessage, IMessageFeatureState describes the high-level state of a Feature. It may be used to describe a Feature's state at the environ-level, or per-membershop, depending on the context.
Implements
IMessage<FeatureState>, IEquatable<FeatureState>, IDeepCloneable<FeatureState>, IBufferMessage, IMessageNamespace
Google.Cloud.GkeHub.V1Assembly
Google.Cloud.GkeHub.V1.dll
Constructors
FeatureState()
public FeatureState()FeatureState(FeatureState)
public FeatureState(FeatureState other)| Parameter | |
|---|---|
| Name | Description |
other |
FeatureState |
Properties
Code
public FeatureState.Types.Code Code { get; set; }The high-level, machine-readable status of this Feature.
| Property Value | |
|---|---|
| Type | Description |
FeatureState.Types.Code |
|
Description
public string Description { get; set; }A human-readable description of the current status.
| Property Value | |
|---|---|
| Type | Description |
String |
|
UpdateTime
public Timestamp UpdateTime { get; set; }The time this status and any related Feature-specific details were updated.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|