Struct google_dataproc1::ClusterStatus[][src]

pub struct ClusterStatus {
    pub state: Option<String>,
    pub state_start_time: Option<String>,
    pub substate: Option<String>,
    pub detail: Option<String>,
}

The status of a cluster and its instances.

This type is not used in any activity, and only used as part of another schema.

Fields

Output only. The cluster's state.

Output only. Time when this state was entered.

Output only. Additional state information that includes status reported by the agent.

Output only. Optional details of cluster's state.

Trait Implementations

impl Default for ClusterStatus
[src]

Returns the "default value" for a type. Read more

impl Clone for ClusterStatus
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ClusterStatus
[src]

Formats the value using the given formatter. Read more

impl Part for ClusterStatus
[src]

Auto Trait Implementations