Lcm_Common_Location

Lcm_Common_Location
Lcm_Common_Location

The Location structure contains configuration of appliance location.

JSON Example
{
    "esx": {
        "connection": {
            "hostname": "string",
            "username": "string",
            "password": "string",
            "https_port": 0,
            "ssl_verify": false,
            "ssl_thumbprint": "string"
        },
        "placement_config": {
            "datastore_name": "string",
            "network_name": "string",
            "resource_pool_path": "string"
        }
    },
    "vcenter": {
        "connection": "Lcm_Common_Connection Object",
        "placement_config": {
            "vm_folder_path": "string",
            "resource_pool_path": "string",
            "cluster_path": "string",
            "host_path": "string",
            "datastore_name": "string",
            "datastore_cluster_name": "string",
            "network_name": "string"
        }
    }
}
esx
Optional

The Esx structure contains ESX configuration.

vcenter
Optional

The VCenter structure contains configuration of the VC that hosts/will host an appliance.