Lcm_Common_Connection

Lcm_Common_Connection
Lcm_Common_Connection

The Connection structure contains information for deployment location

JSON Example
{
    "hostname": "string",
    "username": "string",
    "password": "string",
    "https_port": 0,
    "ssl_verify": false,
    "ssl_thumbprint": "string"
}
string
hostname
Required

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.

string
username
Required

A username with administrative privileges on the ESX/VC host.

string As password
password
Required

The password of the Connection.username on the ESX/VC host.

integer As int64
https_port
Optional

The port number for the ESX/VC. If unset, defaults to 443

boolean
ssl_verify
Optional

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

string
ssl_thumbprint
Optional

Thumbprint for SSL verification. If Connection.ssl-verify if false, this field is not required