Class ClusterOperationStatus
The status of the operation.
Implements
Inherited Members
Namespace: Google.Apis.Dataproc.v1.Data
Assembly: Google.Apis.Dataproc.v1.dll
Syntax
public class ClusterOperationStatus : IDirectResponseSchema
Properties
Details
Output only. A message containing any operation metadata details.
Declaration
[JsonProperty("details")]
public virtual string Details { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
InnerState
Output only. A message containing the detailed operation state.
Declaration
[JsonProperty("innerState")]
public virtual string InnerState { get; set; }
Property Value
Type | Description |
---|---|
string |
State
Output only. A message containing the operation state.
Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
Type | Description |
---|---|
string |
StateStartTime
object representation of StateStartTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use StateStartTimeDateTimeOffset instead.")]
public virtual object StateStartTime { get; set; }
Property Value
Type | Description |
---|---|
object |
StateStartTimeDateTimeOffset
DateTimeOffset representation of StateStartTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? StateStartTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
StateStartTimeRaw
Output only. The time this state was entered.
Declaration
[JsonProperty("stateStartTime")]
public virtual string StateStartTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |