Interface protos.google.cloud.dataproc.v1.IClusterStatus (3.0.0)

Properties of a ClusterStatus.

Package

@google-cloud/dataproc!

Properties

detail

detail?: (string|null);

ClusterStatus detail

Property Value
TypeDescription
(string|null)

state

state?: (google.cloud.dataproc.v1.ClusterStatus.State|keyof typeof google.cloud.dataproc.v1.ClusterStatus.State|null);

ClusterStatus state

Property Value
TypeDescription
(google.cloud.dataproc.v1.ClusterStatus.State|keyof typeof google.cloud.dataproc.v1.ClusterStatus.State|null)

stateStartTime

stateStartTime?: (google.protobuf.ITimestamp|null);

ClusterStatus stateStartTime

Property Value
TypeDescription
(google.protobuf.ITimestamp|null)

substate

substate?: (google.cloud.dataproc.v1.ClusterStatus.Substate|keyof typeof google.cloud.dataproc.v1.ClusterStatus.Substate|null);

ClusterStatus substate

Property Value
TypeDescription
(google.cloud.dataproc.v1.ClusterStatus.Substate|keyof typeof google.cloud.dataproc.v1.ClusterStatus.Substate|null)