Enum zone::CreationOptions[][src]

pub enum CreationOptions {
    FromDetached(PathBuf),
    Blank,
    Default,
    Template(String),
}
Expand description

Describes the options for creation a new zone.

Variants

FromDetached(PathBuf)

Configures detached zone onto a new host.

The provided path is the zonepath location of the detached zone that has been moved onto this new host.

Blank

Creates a blank configuration.

Default

Creates a configuration based on the system defaults.

Template(String)

Creates a configuration identical to another configured zone. The supplied string is the name of the zone to copy.

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.