Show / Hide Table of Contents

Class ClusterOperationStatus

The status of the operation.

Inheritance
System.Object
ClusterOperationStatus
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Dataproc.v1beta2.Data
Assembly: Google.Apis.Dataproc.v1beta2.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
System.String

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

InnerState

Output only. A message containing the detailed operation state.

Declaration
[JsonProperty("innerState")]
public virtual string InnerState { get; set; }
Property Value
Type Description
System.String

State

Output only. A message containing the operation state.

Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
Type Description
System.String

StateStartTime

Output only. The time this state was entered.

Declaration
[JsonProperty("stateStartTime")]
public virtual object StateStartTime { get; set; }
Property Value
Type Description
System.Object

Implements

Google.Apis.Requests.IDirectResponseSchema
In This Article
Back to top