VmGeneralParamsType

Type:
VmGeneralParamsType
Namespace:
http://www.vmware.com/vcloud/v1.5
Description:
A set of overrides to source VM properties to apply to target VM during copying.
Since:
5.6
Schema:
vApp.xsd
Media type(s):
None
Extends:
VCloudExtensibleType
XML Representation:
<VmGeneralParamsType xmlns="http://www.vmware.com/vcloud/v1.5">
    <Name> xs:string </Name>
    <Description> xs:string </Description>
    <NeedsCustomization> xs:boolean </NeedsCustomization>
</VmGeneralParamsType>

Elements

Element Type Required Modifiable Since Deprecated Description
Description string No always 5.6 VM description
Name string No always 5.6 Name of VM
NeedsCustomization boolean No always 5.6 True if this VM needs guest customization
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.