Struct zone::Fs[][src]

pub struct Fs {
    pub ty: String,
    pub dir: String,
    pub special: String,
    pub raw: Option<String>,
    pub options: Vec<String>,
}
Expand description

Values for the resource “fs”.

Fields

ty: String

Type of filesystem mounted within the zone.

dir: String

Directory (in the zone) where the filesystem will be mounted.

special: String

Directory (in the GZ) which will be mounted into the zone.

raw: Option<String>options: Vec<String>

Trait Implementations

Returns the “default value” for a type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.