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