StorageProfile interface

Specifies the storage settings for the virtual machine disks.

Properties

disks

Gets or sets the list of virtual disks associated with the virtual machine.

scsiControllers

Gets or sets the list of virtual SCSI controllers associated with the virtual machine. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

disks

Gets or sets the list of virtual disks associated with the virtual machine.

disks?: VirtualDisk[]

Property Value

scsiControllers

Gets or sets the list of virtual SCSI controllers associated with the virtual machine. NOTE: This property will not be serialized. It can only be populated by the server.

scsiControllers?: VirtualScsiController[]

Property Value