Lcm_Common_VcPlacementConfig

Lcm_Common_VcPlacementConfig
Lcm_Common_VcPlacementConfig

The VcPlacementConfig structure contains configuration of VC placement of the target appliance.

JSON Example
{
    "vm_folder_path": "string",
    "resource_pool_path": "string",
    "cluster_path": "string",
    "host_path": "string",
    "datastore_name": "string",
    "datastore_cluster_name": "string",
    "network_name": "string"
}
string
vm_folder_path
Optional

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

string
resource_pool_path
Optional

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

string
cluster_path
Optional

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

string
host_path
Optional

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

string
datastore_name
Optional

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

string
datastore_cluster_name
Optional

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

string
network_name
Required

Name of the network. e.g. VM Network