The Disk element of a service request form.
| name | data type | type | namespace | min/max occurs | description |
|---|---|---|---|---|---|
| RequestedDisks | list of VMRequestDisk | element | 0/unbounded | Gets the requested disks. | |
| allowDiskAddition | string | element | 0/1 | Checks if is allow disk addition. | |
| allowDiskChange | string | element | 0/1 | Checks if is allow disk change. | |
| allowDiskDeletion | string | element | 0/1 | Checks if is allow disk deletion. | |
| allowableStorageTierLabel | list of string | element | 0/unbounded | Gets the allowable storage tier label. | |
| displayStorageTier | string | element | 0/1 | Gets the display storage tier. | |
| maxNewDiskCount | int | element | 1/1 | Gets the max new disk count. | |
| maxNewDiskSizeInMB | long | element | 1/1 | Gets the max new disk size in mb. | |
Properties inherited from RequestFormElement |
|||||
| formType | FormElementType | element | 0/1 | Gets the form type. | |
| label | string | element | 0/1 | Gets the label. | |
| mandatory | string | element | 0/1 | Checks if is mandatory. | |
| value | string | element | 0/1 | Gets the value. | |
Properties inherited from supportTemplating |
|||||
| xsitype | string | attribute | 0/1 | ||
Example
<RequestFormDiskElement xsitype="...">
<RequestedDisks xsitype="...">
<key>...</key>
<allowableStorageTierLabel>...</allowableStorageTierLabel>
<storageTierLabel>...</storageTierLabel>
<diskSizeInKB>...</diskSizeInKB>
<label>...</label>
<uuid>...</uuid>
<existingDisk>...</existingDisk>
<diskType>...</diskType>
<iops>...</iops>
<diskOperation>...</diskOperation>
</RequestedDisks>
<displayStorageTier>...</displayStorageTier>
<allowDiskChange>...</allowDiskChange>
<allowDiskAddition>...</allowDiskAddition>
<allowDiskDeletion>...</allowDiskDeletion>
<allowableStorageTierLabel>...</allowableStorageTierLabel>
<maxNewDiskCount>...</maxNewDiskCount>
<maxNewDiskSizeInMB>...</maxNewDiskSizeInMB>
<label>...</label>
<mandatory>...</mandatory>
<formType>...</formType>
<value>...</value>
</RequestFormDiskElement>