|
Name
|
Type
|
Description
|
| config | VirtualMachineConfigSpec |
An optional specification of changes to the virtual hardware. For example,
this can be used to, (but not limited to) reconfigure the networks the virtual
switches are hooked up to in the cloned virtual machine.
|
| customization | CustomizationSpec |
An optional guest operating system customization specification. This value
is ignored if a template is being created.
|
| location | VirtualMachineRelocateSpec |
A type of RelocateSpec that specifies the location of resources the newly cloned
virtual machine will use. The location specifies:
- A datastore where the virtual machine will be located on physical storage.
This is always provided because it indicates where the newly created close
will be copied.
- a resource pool and optionally a host. The resource pool determines what
compute resources will be available to the clone and the host indicates
which machine will host the clone.
|
| powerOn | xsd:boolean |
Specifies whether or not the new VirtualMachine should be powered on after
creation. As part of a customization, this flag is normally set to true,
since the first power-on operation completes the customization process.
This flag is ignored if a template is being created.
|
| template | xsd:boolean |
Specifies whether or not the new virtual machine should be marked as a template.
|
|
Properties inherited from DynamicData |
| dynamicProperty, dynamicType |