StorageProfileResponse

data class StorageProfileResponse(val disks: List<VirtualDiskResponse>? = null, val scsiControllers: List<VirtualSCSIControllerResponse>)

Specifies the storage settings for the virtual machine disks.

Constructors

Link copied to clipboard
constructor(disks: List<VirtualDiskResponse>? = null, scsiControllers: List<VirtualSCSIControllerResponse>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

Gets or sets the list of virtual SCSI controllers associated with the virtual machine.