Lcm_Common_VCenter

Lcm_Common_VCenter
Lcm_Common_VCenter

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

JSON Example
{
    "connection": {
        "hostname": "string",
        "username": "string",
        "password": "string",
        "https_port": 0,
        "ssl_verify": false,
        "ssl_thumbprint": "string"
    },
    "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"
    }
}
connection
Required

The Connection structure contains information for deployment location

placement_config
Required

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