esx 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.Representation:
{
"hostname" : "string",
"port" : 1
}
"hostname" : "string",
"port" : 1
}
Attributes:
Name | Type | Description |
---|---|---|
Required | ||
hostname | string | The IP address or DNS resolvable name of the service. |
Optional | ||
port | long | The port of the service. Optional. If unset, port 443 will be used. |