VMware Cloud Director API - ImportVmIntoExistingVAppParams
ImportVmIntoExistingVAppParamsType
- Element:
- ImportVmIntoExistingVAppParams
- Type:
- ImportVmIntoExistingVAppParamsType
- Namespace:
- http://www.vmware.com/vcloud/extension/v1.5
- Description:
- Parameters to import a virtual machine into an existing VApp.
- Since:
- 1.5
- Schema:
- vmwextensions.xsd
- Media type(s):
-
application/vnd.vmware.admin.importVmIntoExistingVAppParams+xml
application/vnd.vmware.admin.importVmIntoExistingVAppParams+json
- Extends:
- VCloudExtensibleType
- XML Representation:
-
<ImportVmIntoExistingVAppParams xmlns="http://www.vmware.com/vcloud/extension/v1.5" xmlns:vcloud_v1.5="http://www.vmware.com/vcloud/v1.5" sourceMove="xs:boolean">
<VmName> xs:string </VmName>
<VmDescription> xs:string </VmDescription>
<VAppScopedLocalId> xs:string </VAppScopedLocalId>
<ComputerName> xs:string </ComputerName>
<VmMoRef> xs:string </VmMoRef>
<vcloud_v1.5:VdcStorageProfile href="xs:anyURI" id="xs:string" type="xs:string" name="xs:string"/>
<vcloud_v1.5:VApp href="xs:anyURI" id="xs:string" type="xs:string" name="xs:string"/>
<ImportedDisk instanceId="xs:string" iops="xs:long">
<vcloud_v1.5:VdcStorageProfile href="xs:anyURI" id="xs:string" type="xs:string" name="xs:string"/>
</ImportedDisk>
</ImportVmIntoExistingVAppParams>
-
Attributes
-
Attribute Type Required Modifiable Since Deprecated Description sourceMove boolean No always 1.5 Set to true to delete the source object after the import is complete. -
Elements
-
Element Type Required Modifiable Since Deprecated Description ComputerName string No always 1.5 Computer name to be used for imported VM. ImportedDisk ImportedDiskType No always 5.7 Represents a disk of the VM in order to specify per-disk Storage Profile. VApp ReferenceType Yes always 1.5 vApp to hold imported VM. VAppScopedLocalId string No always 1.5 vApp scoped local id to be used for imported VM. VCloudExtension VCloudExtensionType No always 1.5 An optional extension element that can contain an arbitrary number of elements and attributes. Not related to extension services. VdcStorageProfile ReferenceType No always 5.1 Reference to a vDC storage profile for imported VM. VmDescription string No always 1.5 Description to be used for imported VM. VmMoRef string Yes always 1.5 Managed object reference of VM to import. VmName string Yes always 1.5 Name to be used for imported VM. -
Operations
-
CRUD Operation Description Since Deprecated as input POST /admin/extension/vimServer/{id}/importVmIntoExistingVApp Import a virtual machine from vCenter into an existing vCloud Director vApp. 1.5