MigrateParamsType

Element:
MigrateParams
Type:
MigrateParamsType
Namespace:
http://www.vmware.com/vcloud/extension/v1.5
Description:
Parameters that control virtual machine migration.
Since:
5.1
Schema:
vmwextensions.xsd
Media type(s):
None
Extends:
anyType
XML Representation:
<MigrateParams xmlns="http://www.vmware.com/vcloud/extension/v1.5" xmlns:vcloud_v1.5="http://www.vmware.com/vcloud/v1.5">
    <vcloud_v1.5:VmRef href="xs:anyURI" id="xs:string" type="xs:string" name="xs:string">
        <vcloud_v1.5:VCloudExtension required="xs:boolean"/>
    </vcloud_v1.5:VmRef>
    <ResourcePoolRef>
        <vcloud_v1.5:VimServerRef href="xs:anyURI" id="xs:string" type="xs:string" name="xs:string">
            <vcloud_v1.5:VCloudExtension required="xs:boolean"/>
        </vcloud_v1.5:VimServerRef>
        <MoRef> xs:string </MoRef>
        <VimObjectType> xs:string </VimObjectType>
    </ResourcePoolRef>
</MigrateParams>

Elements

Element Type Required Modifiable Since Deprecated Description
ResourcePoolRef VimObjectRefType Yes always 5.1 Vim object reference to a resource pool to which the virtual machine will be migrated. This parameter is optional. If it is not provided, the system will automatically choose a target resource pool and migrate the VMs to it.
VmRef ReferenceType Yes always 5.1 Entity object reference to a virtual machine which will be migrated. At least one Vm should be provided for migrating to the target resource pool.