Crate disk_backend_resources

Source
Expand description

Disk resources, for use with [vm_resource].

Modules§

layer
Disk layer resources.

Structs§

AutoFormattedDiskHandle
Configuration for a disk that is automatically formatted (if it is not already formatted) while being resolved.
BlobDiskHandle
Handle for a read-only disk backed by a blob served over HTTP.
DiskLayerDescription
Description of a disk layer.
DiskWithReservationsHandle
Disk handle for a disk that emulates persistent reservation support.
FileDiskHandle
File-backed disk handle.
FixedVhd1DiskHandle
Disk handle for a fixed VHD1 disk.
LayeredDiskHandle
Handle for a disk that is backed by one or more layers.
StripedDiskHandle
Disk configuration for a striped disk.

Enums§

BlobDiskFormat
The format of a disk blob.