The disk requested for a VM.
name | data type | type | namespace | min/max occurs | description |
---|---|---|---|---|---|
allowableStorageTierLabel | list of string | element | 0/unbounded | Gets the allowable storage tier label. | |
diskOperation | VirtualMachineDiskOperation | element | 0/1 | Gets the disk operation. Used for AWS Disks only. | |
diskSizeInKB | long | element | 0/1 | Gets the disk size in kb. | |
diskType | string | element | 0/1 | Gets the disk type. Used for AWS Disks only. | |
existingDisk | string | element | 0/1 | Checks if is existing disk. | |
iops | int | element | 0/1 | Gets the IOPS value. The IOPS has a value when the disk type is Provisioned IOPS. Used for AWS Disks only. | |
key | int | element | 0/1 | Gets the key. | |
label | string | element | 0/1 | Gets the label. | |
storageTierLabel | string | element | 0/1 | Gets the storage tier label. | |
uuid | string | element | 0/1 | Gets the uuid. | |
Properties inherited from supportTemplating |
|||||
xsitype | string | attribute | 0/1 |
Example
<VMRequestDisk xsitype="..."> <key>...</key> <allowableStorageTierLabel>...</allowableStorageTierLabel> <storageTierLabel>...</storageTierLabel> <diskSizeInKB>...</diskSizeInKB> <label>...</label> <uuid>...</uuid> <existingDisk>...</existingDisk> <diskType>...</diskType> <iops>...</iops> <diskOperation>...</diskOperation> </VMRequestDisk>