Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 2.01 KB

V1Disk.md

File metadata and controls

22 lines (18 loc) · 2.01 KB

V1Disk

Properties

Name Type Description Notes
block_size V1BlockSize If specified, the virtual disk will be presented with the given block sizes. [optional]
boot_order int BootOrder is an integer value > 0, used to determine ordering of boot devices. Lower values take precedence. Each disk or interface that has a boot order must have a unique value. Disks without a boot order are not tried if a disk with a boot order exists. [optional]
cache str Cache specifies which kvm disk cache mode should be used. Supported values are: CacheNone, CacheWriteThrough. [optional]
cdrom V1CDRomTarget Attach a volume as a cdrom to the vmi. [optional]
dedicated_io_thread bool dedicatedIOThread indicates this disk should have an exclusive IO Thread. Enabling this implies useIOThreads = true. Defaults to false. [optional]
disk V1DiskTarget Attach a volume as a disk to the vmi. [optional]
error_policy str If specified, it can change the default error policy (stop) for the disk [optional]
io str IO specifies which QEMU disk IO mode should be used. Supported values are: native, default, threads. [optional]
lun V1LunTarget Attach a volume as a LUN to the vmi. [optional]
name str Name is the device name [default to '']
serial str Serial provides the ability to specify a serial number for the disk device. [optional]
shareable bool If specified the disk is made sharable and multiple write from different VMs are permitted [optional]
tag str If specified, disk address and its tag will be provided to the guest via config drive metadata [optional]

[Back to Model list] [Back to API list] [Back to README]