Struct google_manager1_beta2::ExistingDisk [] [src]

pub struct ExistingDisk {
    pub source: Option<String>,
    pub attachment: Option<DiskAttachment>,
}

A pre-existing persistent disk that will be attached to every Replica in the Pool.

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

Fields

The fully-qualified URL of the Persistent Disk resource. It must be in the same zone as the Pool.

Optional. How the disk will be attached to the Replica.

Trait Implementations

impl Default for ExistingDisk
[src]

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

impl Clone for ExistingDisk
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ExistingDisk
[src]

Formats the value using the given formatter.

impl Part for ExistingDisk
[src]