Class MembershipState (1.0.0-beta04)

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

State of the Membership resource.

Inheritance

Object > MembershipState

Namespace

Google.Cloud.GkeHub.V1Beta1

Assembly

Google.Cloud.GkeHub.V1Beta1.dll

Constructors

MembershipState()

public MembershipState()

MembershipState(MembershipState)

public MembershipState(MembershipState other)
Parameter
NameDescription
otherMembershipState

Properties

Code

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

Output only. The current state of the Membership resource.

Property Value
TypeDescription
MembershipState.Types.Code

Description

[Obsolete]
public string Description { get; set; }

This field is never set by the Hub Service.

Property Value
TypeDescription
String

UpdateTime

[Obsolete]
public Timestamp UpdateTime { get; set; }

This field is never set by the Hub Service.

Property Value
TypeDescription
Timestamp