Disk resource
name | data type | type | namespace | min/max occurs | description |
---|---|---|---|---|---|
dataStoreType | DataStoreType | element | 0/1 | the datastore type | |
diskSizeInKB | long | element | 0/1 | the diskSizeInKB | |
label | string | element | 0/1 | the label | |
locked | string | element | 0/1 | Checks if this disk is locked. | |
operation | VirtualMachineDiskOperation | element | 0/1 | the operation | |
storageTierName | string | element | 0/1 | the storageTierName | |
Properties inherited from supportTemplating |
|||||
xsitype | string | attribute | 0/1 |
Example
<DiskResource xsitype="..."> <dataStoreType>...</dataStoreType> <diskSizeInKB>...</diskSizeInKB> <label>...</label> <storageTierName>...</storageTierName> <operation>...</operation> <locked>...</locked> </DiskResource>