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
state: Option<String>
[Output-only] The cluster's state.
state_start_time: Option<String>
[Output-only] Time when this state was entered.
detail: Option<String>
[Output-only] Optional details of cluster's state.
Trait Implementations
impl Debug for ClusterStatus[src]
impl Clone for ClusterStatus[src]
fn clone(&self) -> ClusterStatus
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl Default for ClusterStatus[src]
fn default() -> ClusterStatus
Returns the "default value" for a type. Read more