LcmCommonVcPlacementConfig
The VcPlacementConfig structure contains configuration of VC placement of the target appliance.
Properties
Absolute path to the cluster. Format: /{datacenter folder}/{datacenter name}/host/{cluster_name}. e.g: /Your Datacenter Folder/Your Datacenter/host/Your Cluster Mutually exclusive between {@vm_folder_path}, #resource_pool_path, #cluster_path, and #host_path
The datastore cluster on which to store the files of the appliance. The datastore cluster must have the space defined as appliance storage size. Mutually exclusive between #datastore_name and #datastore_cluster_name
The datastore on which to store the files of the appliance. This value has to be either a specific datastore name, or a specific datastore in a datastore cluster. The datastore must have the space defined as appliance storage size. Mutually exclusive between #datastore_name and #datastore_cluster_name
Absolute path of the ESX host (FQDN/IP) in the vCenter inventory tree. Mutually exclusive between {@vm_folder_path}, #resource_pool_path, #cluster_path, and #host_path
Name of the network. e.g. VM Network
Absolute path to resource pool. Format: /{datacenter folder}/{datacenter name}/host/{host name}/{cluster_name}/Resources/{resource pool}. e.g: Your Datacenter Folder/Your Datacenter/host/Your Cluster/Resources/Your Resource Pool Mutually exclusive between {@vm_folder_path}, #resource_pool_path, #cluster_path, and #host_path
Aboslute path of the VM folder. VM folder must be visible by the Data Center of the compute resourceFormat:/{dc}/{vm_folder1}/{vm_folder2}e.g.:‘/DCenter/VM Folder 0/VM Folder1’. Mutually exclusive between {@vm_folder_path}, #resource_pool_path, #cluster_path, and #host_path
JSON Example
{
"network_name": "string"
}