Struct google_dataproc1::EncryptionConfig[][src]

pub struct EncryptionConfig {
    pub gce_pd_kms_key_name: Option<String>,
}

Encryption settings for the cluster.

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

Fields

Optional. The Cloud KMS key name to use for PD disk encryption for all instances in the cluster.

Trait Implementations

impl Default for EncryptionConfig
[src]

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

impl Clone for EncryptionConfig
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for EncryptionConfig
[src]

Formats the value using the given formatter. Read more

impl Part for EncryptionConfig
[src]

Auto Trait Implementations