Struct google_manager1_beta2::NewDisk[][src]

pub struct NewDisk {
    pub boot: Option<bool>,
    pub initialize_params: Option<NewDiskInitializeParams>,
    pub attachment: Option<DiskAttachment>,
    pub auto_delete: Option<bool>,
}

A Persistent Disk resource that will be created and attached to each Replica in the Pool. Each Replica will have a unique persistent disk that is created and attached to that Replica.

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

Fields

If true, indicates that this is the root persistent disk.

Create the new disk using these parameters. The name of the disk will be <instance_name>-<five_random_charactersgt;.

How the disk will be attached to the Replica.

If true, then this disk will be deleted when the instance is deleted.

Trait Implementations

impl Default for NewDisk
[src]

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

impl Clone for NewDisk
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for NewDisk
[src]

Formats the value using the given formatter. Read more

impl Part for NewDisk
[src]

Auto Trait Implementations

impl Send for NewDisk

impl Sync for NewDisk