VMware Cloud Director API - VmGeneralParamsType
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>
<RegenerateBiosUuid> xs:boolean </RegenerateBiosUuid>
</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 RegenerateBiosUuid boolean No always 29.0 True if BIOS UUID of the virtual machine should be regenerated so that it is unique, and not the same as the source virtual machine's BIOS UUID. 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.