Show / Hide Table of Contents

Class ClusterOperationStatus

The status of the operation.

Inheritance
object
ClusterOperationStatus
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.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX