public sealed class MembershipState : IMessage<MembershipState>, IEquatable<MembershipState>, IDeepCloneable<MembershipState>, IBufferMessage, IMessage
Reference documentation and code samples for the GKE Hub v1beta1 API class MembershipState.
State of the Membership resource.
Implements
IMessageMembershipState, IEquatableMembershipState, IDeepCloneableMembershipState, IBufferMessage, IMessageNamespace
Google.Cloud.GkeHub.V1Beta1Assembly
Google.Cloud.GkeHub.V1Beta1.dll
Constructors
MembershipState()
public MembershipState()
MembershipState(MembershipState)
public MembershipState(MembershipState other)
Parameter | |
---|---|
Name | Description |
other |
MembershipState |
Properties
Code
public MembershipState.Types.Code Code { get; set; }
Output only. The current state of the Membership resource.
Property Value | |
---|---|
Type | Description |
MembershipStateTypesCode |
Description
[Obsolete]
public string Description { get; set; }
This field is never set by the Hub Service.
Property Value | |
---|---|
Type | Description |
string |
UpdateTime
[Obsolete]
public Timestamp UpdateTime { get; set; }
This field is never set by the Hub Service.
Property Value | |
---|---|
Type | Description |
Timestamp |