Struct google_dataproc1::Cluster [] [src]

pub struct Cluster {
    pub status: Option<ClusterStatus>,
    pub cluster_uuid: Option<String>,
    pub cluster_name: Option<String>,
    pub project_id: Option<String>,
    pub status_history: Option<Vec<ClusterStatus>>,
    pub config: Option<ClusterConfig>,
}

Describes the identifying information, config, and status of a cluster of Google Compute Engine instances.

Activities

This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).

Fields

[Output-only] Cluster status.

[Output-only] A cluster UUID (Unique Universal Identifier). Cloud Dataproc generates this value when it creates the cluster.

[Required] The cluster name. Cluster names within a project must be unique. Names of deleted clusters can be reused.

[Required] The Google Cloud Platform project ID that the cluster belongs to.

[Output-only] The previous cluster status.

[Required] The cluster config. Note that Cloud Dataproc may set default values, and values may change when clusters are updated.

Trait Implementations

impl Debug for Cluster
[src]

Formats the value using the given formatter.

impl Clone for Cluster
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Cluster
[src]

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

impl RequestValue for Cluster
[src]

impl ResponseResult for Cluster
[src]