Struct google_manager1_beta2::NewDiskInitializeParams [] [src]

pub struct NewDiskInitializeParams {
    pub disk_size_gb: Option<String>,
    pub source_image: Option<String>,
    pub disk_type: Option<String>,
}

Initialization parameters for creating a new disk.

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

Fields

The size of the created disk in gigabytes.

The fully-qualified URL of a source image to use to create this disk.

Name of the disk type resource describing which disk type to use to create the disk. For example 'pd-ssd' or 'pd-standard'. Default is 'pd-standard'

Trait Implementations

impl Debug for NewDiskInitializeParams
[src]

Formats the value using the given formatter.

impl Clone for NewDiskInitializeParams
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for NewDiskInitializeParams
[src]

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

impl Part for NewDiskInitializeParams
[src]