Data Object - CustomizationSpec(vim.vm.customization.Specification)

Property of
CustomizationSpecItem, VirtualMachineCloneSpec
Parameter to
CheckCustomizationSpec, CustomizeVM_Task
Extends
DynamicData
See also
CustomizationAdapterMapping, CustomizationGlobalIPSettings, CustomizationIdentitySettings, CustomizationOptions

Data Object Description

The Specification data object type contains information required to customize a virtual machine when deploying it or migrating it to a new host.

Properties

Name Type Description
encryptionKey*xsd:byte[]

Byte array containing the public key used to encrypt any passwords stored in the specification. Both the client and the server can use this to determine if stored passwords can be decrypted by the server or if the passwords need to be re-entered and re-encrypted before the specification can be used.
globalIPSettingsCustomizationGlobalIPSettings

Global IP settings constitute the IP settings that are not specific to a particular virtual network adapter.
identityCustomizationIdentitySettings

Network identity and settings, similar to Microsoft's Sysprep tool. This is a Sysprep, LinuxPrep, or SysprepText object.
nicSettingMap*CustomizationAdapterMapping[]

IP settings that are specific to a particular virtual network adapter. The AdapterMapping object maps a network adapter's MAC address to its Adapter settings object. May be empty if there are no network adapters, else should match number of network adapters in the VM.
options*CustomizationOptions

Optional operations (either LinuxOptions or WinOptions).
Properties inherited from DynamicData
None
*Need not be set
Show WSDL type definition