| Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |
Properties
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:
|
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.
|
snapshot* | ManagedObjectReference
to a VirtualMachineSnapshot |
Snapshot reference from which to base the clone.
If this parameter is set, the clone is based off of the snapshot point. This means that the newly created virtual machine will have the same configuration as the virtual machine at the time the snapshot was taken. If this property is not set then the clone is based off of the virtual machine's current configuration. Setting this is only supported if the host this virtual machine is currently residing on supports cloning from a snapshot point. Such support does not need to exist on the destination host for the clone. Setting this is only supported if the virtual machine supports reporting snapshot configuration information. See snapshotConfigSupported. Such support does not need to exist on the destination host for the clone. Since vSphere API 4.0 |
template | xsd:boolean |
Specifies whether or not the new virtual machine should be marked as a template.
|
Properties inherited from DynamicData | ||
dynamicProperty, dynamicType |
Top of page | Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |