public sealed class ClusterStatus : IMessage<ClusterStatus>, IEquatable<ClusterStatus>, IDeepCloneable<ClusterStatus>, IBufferMessage, IMessageThe status of a cluster and its instances.
Implements
IMessage<ClusterStatus>, IEquatable<ClusterStatus>, IDeepCloneable<ClusterStatus>, 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 |
ClusterStatus.Types.State |
|
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 |
ClusterStatus.Types.Substate |
|