Struct google_dataproc1::JobPlacement
[−]
[src]
pub struct JobPlacement {
pub cluster_name: Option<String>,
pub cluster_uuid: Option<String>,
}Cloud Dataproc job config.
This type is not used in any activity, and only used as part of another schema.
Fields
cluster_name: Option<String>
[Required] The name of the cluster where the job will be submitted.
cluster_uuid: Option<String>
[Output-only] A cluster UUID generated by the Cloud Dataproc service when the job is submitted.
Trait Implementations
impl Debug for JobPlacement[src]
impl Clone for JobPlacement[src]
fn clone(&self) -> JobPlacement
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 JobPlacement[src]
fn default() -> JobPlacement
Returns the "default value" for a type. Read more