Elements
Element | Type | Required | Modifiable | Since | Deprecated | Description |
---|---|---|---|---|---|---|
AdapterType | string | Yes | always | 32.0 | The type of disk controller, e.g. IDE vs SCSI and if SCSI bus-logic vs LSI logic. | |
BusNumber | int | Yes | always | 32.0 | The number of the SCSI or IDE controller itself. | |
Disk | ReferenceType | No | always | 32.0 | Specifies reference to a named disk. | |
DiskId | string | No | always | 32.0 | Specifies a unique identifier for this disk in the scope of the corresponding VM. This element is optional when creating a VM, but if it is provided it should be unique. This element is mandatory when updating an existing disk. | |
SizeMb | long | Yes | always | 32.0 | The size of the disk in MB. | |
StorageProfile | ReferenceType | No | always | 32.0 | Specifies reference to a storage profile to be associated with the disk. | |
ThinProvisioned | boolean | No | always | 32.0 | Specifies whether the disk storage is pre-allocated or allocated on demand. | |
UnitNumber | int | Yes | always | 32.0 | The device number on the SCSI or IDE controller of the disk. | |
VCloudExtension | VCloudExtensionType | No | always | 32.0 | An optional extension element that can contain an arbitrary number of elements and attributes. Not related to extension services. | |
VirtualQuantity | long | No | none | 32.0 | The actual size of the disk. | |
VirtualQuantityUnit | string | No | none | 32.0 | The units in which VirtualQuantity is measured. | |
iops | long | No | always | 32.0 | Specifies the IOPS for the disk. | |
overrideVmDefault | boolean | No | always | 32.0 | Specifies that the disk storage profile overrides the VM's default storage profile. |