Lcm_Common_Connection
The Connection structure contains information for deployment location
{
"hostname": "string",
"username": "string",
"password": "string",
"https_port": 0,
"ssl_verify": false,
"ssl_thumbprint": "string"
}
The IP address or DNS resolvable name of the ESX/VC host. If a DNS resolvable name is provided, it must be resolvable from the source appliance.
A username with administrative privileges on the ESX/VC host.
The password of the Connection.username on the ESX/VC host.
The port number for the ESX/VC. If unset, defaults to 443
A flag to indicate whether the ssl verification is required. If Connection.ssl-thumbprint is provided, this field can be omitted If unset, defaults to True
Thumbprint for SSL verification. If Connection.ssl-verify if false, this field is not required