GKE Hub v1 API - Class FeatureState (2.3.0)

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

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

FeatureState 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.

Inheritance

object > FeatureState

Namespace

Google.Cloud.GkeHub.V1

Assembly

Google.Cloud.GkeHub.V1.dll

Constructors

FeatureState()

public FeatureState()

FeatureState(FeatureState)

public FeatureState(FeatureState other)
Parameter
NameDescription
otherFeatureState

Properties

Code

public FeatureState.Types.Code Code { get; set; }

The high-level, machine-readable status of this Feature.

Property Value
TypeDescription
FeatureStateTypesCode

Description

public string Description { get; set; }

A human-readable description of the current status.

Property Value
TypeDescription
string

UpdateTime

public Timestamp UpdateTime { get; set; }

The time this status and any related Feature-specific details were updated.

Property Value
TypeDescription
Timestamp