VMware Cloud Director API - DiskMoveParams
DiskMoveParamsType
- Element:
- DiskMoveParams
- Type:
- DiskMoveParamsType
- Namespace:
- http://www.vmware.com/vcloud/v1.5
- Description:
- Parameters for moving a named disk to a different Org VDC.
- Since:
- 36.0
- Schema:
- disk.xsd
- Media type(s):
-
application/vnd.vmware.vcloud.diskMoveParams+json
application/vnd.vmware.vcloud.diskMoveParams+xml
- Extends:
- VCloudExtensibleType
- XML Representation:
-
<DiskMoveParams xmlns="http://www.vmware.com/vcloud/v1.5">
<Vdc href="xs:anyURI" id="xs:string" type="xs:string" name="xs:string"/>
<StoragePolicy href="xs:anyURI" id="xs:string" type="xs:string" name="xs:string"/>
<Iops> xs:long </Iops>
</DiskMoveParams>
-
Elements
-
Element Type Required Modifiable Since Deprecated Description Iops long No always 36.0 The IOPS that should be set on the disk. If unset, the default disk IOPS value of the storage policy will be used. StoragePolicy ReferenceType No always 36.0 A reference to the storage policy that will be used for the disk in the destination Org VDC. If unset, the default storage policy of the destination Org VDC will be used. VCloudExtension VCloudExtensionType No always 36.0 An optional extension element that can contain an arbitrary number of elements and attributes. Not related to extension services. Vdc ReferenceType Yes always 36.0 A reference to the destination Org VDC. -
Operations
-
CRUD Operation Description Since Deprecated as input POST /disk/{id}/action/moveDisk Move a disk to a different Org VDC. 36.0