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.
Implements
Inherited Members
Namespace: Google.Apis.GKEHub.v2.Data
Assembly: Google.Apis.GKEHub.v2.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 |