Class OperationalState
Operational state of the Rollout Sequence.
Implements
Inherited Members
Namespace: Google.Apis.GKEHub.v1alpha.Data
Assembly: Google.Apis.GKEHub.v1alpha.dll
Syntax
public class OperationalState : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Reasons
Output only. Reasons for the Rollout Sequence state.
Declaration
[JsonProperty("reasons")]
public virtual IList<string> Reasons { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |
State
Output only. State of the Rollout Sequence.
Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
StateChangeTime
object representation of StateChangeTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use StateChangeTimeDateTimeOffset instead.")]
public virtual object StateChangeTime { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
StateChangeTimeDateTimeOffset
DateTimeOffset representation of StateChangeTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? StateChangeTimeDateTimeOffset { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTimeOffset? |
StateChangeTimeRaw
Output only. The timestamp at which the operational state was last changed. Used to track how long it has been in the current state.
Declaration
[JsonProperty("stateChangeTime")]
public virtual string StateChangeTimeRaw { get; set; }
Property Value
| Type | Description |
|---|---|
| string |