ClusterStatusResponse

data class ClusterStatusResponse(val detail: String, val state: String, val stateStartTime: String, val substate: String)

The status of a cluster and its instances.

Constructors

Link copied to clipboard
fun ClusterStatusResponse(detail: String, state: String, stateStartTime: String, substate: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Optional details of cluster's state.

Link copied to clipboard

The cluster's state.

Link copied to clipboard

Time when this state was entered (see JSON representation of Timestamp (https://developers.google.com/protocol-buffers/docs/proto3#json)).

Link copied to clipboard

Additional state information that includes status reported by the agent.