vcenter VM: inventory placement spec
The
inventory_placement_spec
structure contains information used to place a virtual machine in the vCenter inventory.Representation:
{
"folder" : "obj-103"
}
"folder" : "obj-103"
}
Attributes:
Name | Type | Description |
---|---|---|
Optional | ||
folder | string | Virtual machine folder into which the virtual machine should be placed. Optional. This field is currently required. In the future, if this field is unset, the system will attempt to choose a suitable folder for the virtual machine; if a folder cannot be chosen, the virtual machine creation operation will fail.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 . |