Class ClusterStatus
The status of a cluster and its instances.
Implements
Inherited Members
Namespace: Google.Apis.Dataproc.v1.Data
Assembly: Google.Apis.Dataproc.v1.dll
Syntax
public class ClusterStatus : IDirectResponseSchema
Properties
Detail
Optional. Output only. Details of cluster's state.
Declaration
[JsonProperty("detail")]
public virtual string Detail { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
State
Output only. The cluster's state.
Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
Type | Description |
---|---|
string |
StateStartTime
object representation of StateStartTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use StateStartTimeDateTimeOffset instead.")]
public virtual object StateStartTime { get; set; }
Property Value
Type | Description |
---|---|
object |
StateStartTimeDateTimeOffset
DateTimeOffset representation of StateStartTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? StateStartTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
StateStartTimeRaw
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 string StateStartTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
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 |
---|---|
string |