Struct google_manager1_beta2::DiskAttachment[][src]

pub struct DiskAttachment {
    pub device_name: Option<String>,
    pub index: Option<u32>,
}

How to attach a disk to a Replica.

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

Fields

The device name of this disk.

A zero-based index to assign to this disk, where 0 is reserved for the boot disk. If not specified, this is assigned by the server.

Trait Implementations

impl Default for DiskAttachment
[src]

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

impl Clone for DiskAttachment
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for DiskAttachment
[src]

Formats the value using the given formatter. Read more

impl Part for DiskAttachment
[src]

Auto Trait Implementations