Show / Hide Table of Contents

Class RolloutMembershipState

Metadata about single cluster (GKE Hub membership) that's part of this Rollout.

Inheritance
object
RolloutMembershipState
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.GKEHub.v1beta.Data
Assembly: Google.Apis.GKEHub.v1beta.dll
Syntax
public class RolloutMembershipState : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

LastUpdateTime

object representation of LastUpdateTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use LastUpdateTimeDateTimeOffset instead.")]
public virtual object LastUpdateTime { get; set; }
Property Value
Type Description
object

LastUpdateTimeDateTimeOffset

DateTimeOffset representation of LastUpdateTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? LastUpdateTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

LastUpdateTimeRaw

Optional. Output only. The time this status and any related Rollout-specific details for the membership were updated.

Declaration
[JsonProperty("lastUpdateTime")]
public virtual string LastUpdateTimeRaw { get; set; }
Property Value
Type Description
string

StageAssignment

Output only. The stage assignment of this cluster in this rollout.

Declaration
[JsonProperty("stageAssignment")]
public virtual int? StageAssignment { get; set; }
Property Value
Type Description
int?

Targets

Output only. The targets of the rollout - clusters or node pools that are being upgraded. All targets belongs to the same cluster, identified by the membership name (key of membership_states map).

Declaration
[JsonProperty("targets")]
public virtual IList<RolloutTarget> Targets { get; set; }
Property Value
Type Description
IList<RolloutTarget>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX