Struct google_dataproc1::ClusterStatus [] [src]

pub struct ClusterStatus {
    pub state: Option<String>,
    pub state_start_time: 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

The cluster's state.

Time when this state was entered.

Optional details of cluster's state.

Trait Implementations

impl Debug for ClusterStatus
[src]

Formats the value using the given formatter.

impl Clone for ClusterStatus
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for ClusterStatus
[src]

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

impl Part for ClusterStatus
[src]