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.
Implements
IMessageClusterStatus, IEquatableClusterStatus, IDeepCloneableClusterStatus, IBufferMessage, IMessageNamespace
Google.Cloud.Dataproc.V1Assembly
Google.Cloud.Dataproc.V1.dll
Constructors
ClusterStatus()
public ClusterStatus()
ClusterStatus(ClusterStatus)
public ClusterStatus(ClusterStatus other)
Parameter | |
---|---|
Name | Description |
other |
ClusterStatus |
Properties
Detail
public string Detail { get; set; }
Optional. Output only. Details of cluster's state.
Property Value | |
---|---|
Type | Description |
string |
State
public ClusterStatus.Types.State State { get; set; }
Output only. The cluster's state.
Property Value | |
---|---|
Type | Description |
ClusterStatusTypesState |
StateStartTime
public Timestamp StateStartTime { get; set; }
Output only. Time when this state was entered (see JSON representation of Timestamp).
Property Value | |
---|---|
Type | Description |
Timestamp |
Substate
public ClusterStatus.Types.Substate Substate { get; set; }
Output only. Additional state information that includes status reported by the agent.
Property Value | |
---|---|
Type | Description |
ClusterStatusTypesSubstate |