Struct google_dataproc1::WorkflowTemplatePlacement[][src]

pub struct WorkflowTemplatePlacement {
    pub cluster_selector: Option<ClusterSelector>,
    pub managed_cluster: Option<ManagedCluster>,
}

Specifies workflow execution target.Either managed_cluster or cluster_selector is required.

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

Fields

Optional. A selector that chooses target cluster for jobs based on metadata.The selector is evaluated at the time each job is submitted.

Optional. A cluster that is managed by the workflow.

Trait Implementations

impl Default for WorkflowTemplatePlacement
[src]

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

impl Clone for WorkflowTemplatePlacement
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for WorkflowTemplatePlacement
[src]

Formats the value using the given formatter. Read more

impl Part for WorkflowTemplatePlacement
[src]

Auto Trait Implementations