Struct google_appengine1_beta4::Volume [] [src]

pub struct Volume {
    pub volume_type: Option<String>,
    pub name: Option<String>,
    pub size_gb: Option<f64>,
}

Volumes mounted within the app container. Only applicable for VM runtimes.

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

Fields

Underlying volume type, e.g. 'tmpfs'.

Unique name for the volume.

Volume size in gigabytes.

Trait Implementations

impl Default for Volume
[src]

[src]

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

impl Clone for Volume
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Volume
[src]

[src]

Formats the value using the given formatter.

impl Part for Volume
[src]