Test Search vSphere Web Services API
| Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |
Data Object - VirtualMachineInstantCloneSpec(vim.vm.InstantCloneSpec)
- Parameter to
- CheckInstantClone_Task, InstantClone_Task
- Extends
- DynamicData
- See also
- OptionValue, VirtualMachineRelocateSpec
- Since
- vSphere API Release 6.7
Data Object Description
Specification for creating an Instant Clone of a powered-on virtual machine.Properties
Name | Type | Description |
---|---|---|
biosUuid* | xsd:string |
128-bit SMBIOS UUID of a virtual machine represented as a hexadecimal string
in "12345678-abcd-1234-cdef-123456789abc" format.
|
config* | OptionValue[] |
A list of key value pairs that will be passed to the destination VM.
These pairs should be used to provide user-defined customization to
differentiate the destination VM from the source VM. Values will be
queryable via destination VM's extraConfig.
|
location | VirtualMachineRelocateSpec |
A type of VirtualMachineRelocateSpec that specifies the location of
resources the newly created virtual machine will use.
The location might be empty or specify:
|
name | xsd:string |
The name of the cloned virtual machine.
|
Properties inherited from DynamicData | ||
None |
Show WSDL type definition
Top of page | Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |