esx kms providers: network address
The
network_address
structure contains an IP address or hostname 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 the hostname. |
Optional | ||
port | long | The port for the connection. Optional. If unset, a default port depending on the server type will be used or 443 if it's not explicitly specified. |