Contents

storageDevices

The array of storage devices that you expose to the guest operating system.

Declaration

var storageDevices: [VZStorageDeviceConfiguration] { get set }

Discussion

The default value of this property is an empty array. If your VM exposes one or more storage devices, assign an array of VZVirtioBlockDeviceConfiguration objects to this property.

See Also

Adding devices to the VM