VM_InstantClonePlacementSpec

VM_InstantClonePlacementSpec
VM_InstantClonePlacementSpec

The VM.InstantClonePlacementSpec structure contains information used to place an InstantClone of a virtual machine onto resources within the vCenter inventory.

JSON Example
{
    "folder": "string",
    "resource_pool": "string",
    "datastore": "string"
}
string
folder
Optional

Virtual machine folder into which the InstantCloned virtual machine should be placed. If field is unset, the system will use the virtual machine folder of the source virtual machine. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: Folder. When operations return a value of this structure as a result, the field will be an identifier for the resource type: Folder.

string
resource_pool
Optional

Resource pool into which the InstantCloned virtual machine should be placed. If field is unset, the system will use the resource pool of the source virtual machine. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: ResourcePool. When operations return a value of this structure as a result, the field will be an identifier for the resource type: ResourcePool.

string
datastore
Optional

Datastore on which the InstantCloned virtual machine's configuration state should be stored. This datastore will also be used for any virtual disks that are created as part of the virtual machine InstantClone operation. If field is unset, the system will use the datastore of the source virtual machine. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: Datastore. When operations return a value of this structure as a result, the field will be an identifier for the resource type: Datastore.