Struct google_dataproc1::NodeInitializationAction [] [src]

pub struct NodeInitializationAction {
    pub execution_timeout: Option<String>,
    pub executable_file: Option<String>,
}

Specifies an executable to run on a fully configured node and a timeout period for executable completion.

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

Fields

[Optional] Amount of time executable has to complete. Default is 10 minutes. Cluster creation fails with an explanatory error message (the name of the executable that caused the error and the exceeded timeout period) if the executable is not completed at end of the timeout period.

[Required] Google Cloud Storage URI of executable file.

Trait Implementations

impl Default for NodeInitializationAction
[src]

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

impl Clone for NodeInitializationAction
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for NodeInitializationAction
[src]

Formats the value using the given formatter.

impl Part for NodeInitializationAction
[src]