vcenter trusted infrastructure: network address

The network_address structure contains an IP address or DNS resolvable name and a port on which a connection can be established. This structure was added in vSphere API 7.0.0.

Representation:

{
    "hostname""string",
    "port"1
}

Attributes:

Name Type Description
Required
hostname string The IP address or DNS resolvable name of the service. This attribute was added in vSphere API 7.0.0.

Optional
port long The port of the service. This attribute was added in vSphere API 7.0.0.

Optional. If unset, port 443 will be used.