Show / Hide Table of Contents

Class ClusterUpgradeIgnoredMembership

IgnoredMembership represents a membership ignored by the feature. A membership can be ignored because it was manually upgraded to a newer version than RC default.

Inheritance
object
ClusterUpgradeIgnoredMembership
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.v2beta.Data
Assembly: Google.Apis.GKEHub.v2beta.dll
Syntax
public class ClusterUpgradeIgnoredMembership : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

IgnoredTime

object representation of IgnoredTimeRaw.

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

IgnoredTimeDateTimeOffset

DateTimeOffset representation of IgnoredTimeRaw.

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

IgnoredTimeRaw

Time when the membership was first set to ignored.

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

Reason

Reason why the membership is ignored.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX