• Home
  • Raw
  • Download

Lines Matching refs:disk

16   // Path to the disk image that should be used as the root file system for
21 // The type of disk image.
26 // A qcow2-compatible disk image.
30 // Describes any additional disk images that should be mounted inside the VM.
32 // Path to the disk image on the host.
35 // Path where this disk image will be mounted inside the VM.
38 // The file system type for this disk image.
48 // If true, the disk image will be mounted writable.
51 // If true, the disk image will be mounted.
54 // Image type of the disk.
132 // The type of storage location for a disk image.
145 // The disk image was created.
148 // The disk already existed.
151 // Unable to create the disk image.
157 // The specified disk was destroyed.
161 // Request to concierge to create a disk image.
166 // The path to the disk image. This must be a relative path, and any
170 // The logical size of the new disk image, in bytes.
173 // The type of disk image to be created.
176 // The storage location for the disk image.
182 // If true, the disk image has been successfully created.
185 // The absolute path to the created disk image, if it was successfully
189 // The failure reason if the disk image could not be created or doesn't exist.
193 // Request to concierge to destroy a disk image.
198 // The path to the disk image. This must be a relative path.
201 // The storage location for the disk image.
207 // If DISK_STATUS_DESTROYED, the disk image has been successfully destroyed.
208 // If DISK_STATUS_DOES_NOT_EXIST, the disk image had already been removed.
211 // The failure reason if the disk image could not be destroyed or doesn't exist.