esx health: connection spec

A class containing all the data needed to establish a connection to a given ESXi host.

Representation:

{
    "hostname""string",
    "password""secret string",
    "ssl_thumbprint""string",
    "username""string"
}

Attributes:

Name Type Description
Required
username string Username to access the server.

password secret Password for the passed user.

Optional
hostname string The IP Address or DNS of the vCenter Server.

Optional. If unset will default to '127.0.0.1'.

ssl_thumbprint string SHA1 hash of the server SSL certificate.

Optional. If unset will not perform SSL certificate validations.