Struct google_file1_beta1::FileShareConfig[][src]

pub struct FileShareConfig {
    pub capacity_gb: Option<String>,
    pub name: Option<String>,
}

File share configuration for the instance.

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

Fields

File share capacity in gigabytes (GB). Cloud Filestore defines 1 GB as 1024^3 bytes.

The name of the file share (must be 16 characters or less).

Trait Implementations

impl Default for FileShareConfig
[src]

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

impl Clone for FileShareConfig
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for FileShareConfig
[src]

Formats the value using the given formatter. Read more

impl Part for FileShareConfig
[src]

Auto Trait Implementations