VMware Cloud Director API - ImportedDiskType
ImportedDiskType
- Type:
- ImportedDiskType
- Namespace:
- http://www.vmware.com/vcloud/extension/v1.5
- Description:
- Represents a virtual disk of the VM.
- Since:
- 5.6
- Schema:
- vmwextensions.xsd
- Media type(s):
- None
- Extends:
- VCloudExtensibleType
- XML Representation:
-
<ImportedDiskType xmlns="http://www.vmware.com/vcloud/extension/v1.5" xmlns:vcloud_v1.5="http://www.vmware.com/vcloud/v1.5" instanceId="xs:string" iops="xs:long">
<vcloud_v1.5:VdcStorageProfile href="xs:anyURI" id="xs:string" type="xs:string" name="xs:string"/>
</ImportedDiskType>
-
Attributes
-
Attribute Type Required Modifiable Since Deprecated Description instanceId string No always 5.6 The instance ID of the disk as specified in the VM's settings in Virtual Center Server, or the VM's configuration file. iops long No none 9.0 IOPS request for the imported disk -
Elements
-
Element Type Required Modifiable Since Deprecated Description VCloudExtension VCloudExtensionType No always 5.6 An optional extension element that can contain an arbitrary number of elements and attributes. Not related to extension services. VdcStorageProfile ReferenceType Yes always 5.6 Reference to a vDC storage profile to associate with this virtual disk.