[][src]Module libzetta::zpool::properties

Consumer friendly representation of Zpool's properties.

Structs

ZpoolProperties

All pre-defined properties of Zpool - both immutable and mutable. Majority of this documentation lifted from manual page.

ZpoolPropertiesWrite

Available properties for write at run time. This doesn't include properties that are writable only during creation/import of zpool. See zpool(8) for more information.

ZpoolPropertiesWriteBuilder

Builder for ZpoolPropertiesWrite.

Enums

CacheType

Where to store cache for zpool.

FailMode

Controls the system behavior in the event of catastrophic pool failure.

Health

Represent state of zpool or vdev. Read more.

Traits

PropPair

Implement this for your custom properties.