Show / Hide Table of Contents

Class ClusterStatus

The status of a cluster and its instances.

Inheritance
System.Object
ClusterStatus
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 ClusterStatus : IDirectResponseSchema

Properties

Detail

Output only. Optional details of cluster's state.

Declaration
[JsonProperty("detail")]
public virtual string Detail { 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

State

Output only. The cluster's state.

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

StateStartTime

Output only. Time when this state was entered (see JSON representation of Timestamp (https://developers.google.com/protocol-buffers/docs/proto3#json)).

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

Substate

Output only. Additional state information that includes status reported by the agent.

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

Implements

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