Google Cloud Dataproc v1 API - Class ClusterStatus (5.10.0)

public sealed class ClusterStatus : IMessage<ClusterStatus>, IEquatable<ClusterStatus>, IDeepCloneable<ClusterStatus>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Dataproc v1 API class ClusterStatus.

The status of a cluster and its instances.

Inheritance

object > ClusterStatus

Namespace

Google.Cloud.Dataproc.V1

Assembly

Google.Cloud.Dataproc.V1.dll

Constructors

ClusterStatus()

public ClusterStatus()

ClusterStatus(ClusterStatus)

public ClusterStatus(ClusterStatus other)
Parameter
NameDescription
otherClusterStatus

Properties

Detail

public string Detail { get; set; }

Optional. Output only. Details of cluster's state.

Property Value
TypeDescription
string

State

public ClusterStatus.Types.State State { get; set; }

Output only. The cluster's state.

Property Value
TypeDescription
ClusterStatusTypesState

StateStartTime

public Timestamp StateStartTime { get; set; }

Output only. Time when this state was entered (see JSON representation of Timestamp).

Property Value
TypeDescription
Timestamp

Substate

public ClusterStatus.Types.Substate Substate { get; set; }

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

Property Value
TypeDescription
ClusterStatusTypesSubstate