VZVirtioBlockDeviceConfiguration
The configuration object that requests the creation of a virtual storage device in the guest system.
Declaration
class VZVirtioBlockDeviceConfigurationOverview
Use a VZVirtioBlockDeviceConfiguration object to create an emulated storage device in your virtual machine. When you add this object to your virtual machine configuration, the virtual machine creates an emulated disk for the guest operating system to use to read and write files. The emulated storage device conforms to the Virtio Block Device specification.
When you create a VZVirtioBlockDeviceConfiguration object, specify the attachment object that implements the underlying storage. For example, specify a VZDiskImageStorageDeviceAttachment object to configure the storage device using a disk image in the local file system. Assign your configuration object to the storageDevices property of your VZVirtualMachineConfiguration object before creating your virtual machine.