Lcm_Common_Esx
Lcm_Common_Esx
The Esx structure contains ESX configuration.
JSON Example
{
"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"
}
}
connection
Required
The Connection structure contains information for deployment location
placement_config
Required
The EsxPlacementConfig structure contains configuration of ESX placement of the target appliance.