Class ClusterStatus (3.2.0)

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

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
ClusterStatus.Types.State

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
ClusterStatus.Types.Substate