SourcedVmInstantiationParamsType

Type:
SourcedVmInstantiationParamsType
Namespace:
http://www.vmware.com/vcloud/v1.5
Description:
Represents instantiation parameters. Deprecated in favor of SourcedCompositionItemParamType
Since:
5.1
Deprecated:
5.6
Schema:
vApp.xsd
Media type(s):
None
Extends:
VCloudExtensibleType
XML Representation:
<SourcedVmInstantiationParamsType xmlns="http://www.vmware.com/vcloud/v1.5">
    <Source href="xs:anyURI" id="xs:string" type="xs:string" name="xs:string"/>
    <StorageProfile href="xs:anyURI" id="xs:string" type="xs:string" name="xs:string"/>
    <LocalityParams>
        <ResourceEntity href="xs:anyURI" id="xs:string" type="xs:string" name="xs:string"/>
    </LocalityParams>
    <HardwareCustomization>
        <NumberOfCpus> xs:int </NumberOfCpus>
        <CoresPerSocket> xs:int </CoresPerSocket>
        <MemorySize> xs:long </MemorySize>
        <Disk instanceId="xs:string">
            <Size> xs:long </Size>
        </Disk>
    </HardwareCustomization>
</SourcedVmInstantiationParamsType>

Elements

Element Type Required Modifiable Since Deprecated Description
HardwareCustomization InstantiateVmHardwareCustomizationParamsType No always 5.5 Specification of common hardware parameters that should be applied to the VM upon instantiation. This only applies when instantiating a vApp template and is otherwise ignored.
LocalityParams LocalityParamsType No always 5.1 Locality parameters provide a hint that may help optimize placement of a VM with respect to another VM or an independent disk. See KB 2105352.
Source ReferenceType Yes always 5.1 A reference to a source Vm.
StorageProfile ReferenceType No always 5.1 A reference to a storage profile to be used for this object. The specified storage profile must exist in the organization vDC that contains the object. If not specified, the default storage profile for the vDC is used.
VCloudExtension VCloudExtensionType No always 5.1 An optional extension element that can contain an arbitrary number of elements and attributes. Not related to extension services.