public sealed class MembershipFeatureState : IMessage<MembershipFeatureState>, IEquatable<MembershipFeatureState>, IDeepCloneable<MembershipFeatureState>, IBufferMessage, IMessage
Reference documentation and code samples for the GKE Hub v1 API class MembershipFeatureState.
MembershipFeatureState contains Feature status information for a single
Membership.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `MembershipFeatureState` class in the GKE Hub v1 API provides status information for a single Membership."],["This class, found in the `Google.Cloud.GkeHub.V1` namespace and `Google.Cloud.GkeHub.V1.dll` assembly, implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of the API documentation available is version 2.5.0, while it also includes a record of 8 other previous versions, beginning with version 1.0.0."],["`MembershipFeatureState` includes properties such as `Configmanagement`, which provides config management-specific state, `FeatureStateCase`, which tells the state of a feature, and `State`, which provides the high-level feature state for a membership."],["The class offers two constructors, a default constructor `MembershipFeatureState()` and another `MembershipFeatureState(MembershipFeatureState other)` to create a new one based on another existing `MembershipFeatureState`."]]],[]]