esx kms providers: server
The
server
structure contains fields that describe a connection endpoint.Representation:
{
"address" : {
"hostname" : "string",
"port" : 1
},
"name" : "string"
}
"address" : {
"hostname" : "string",
"port" : 1
},
"name" : "string"
}
Attributes:
Name | Type | Description |
---|---|---|
Required | ||
name | string | Name of the server. A unique string chosen by the client. |
address | network_address | The server's address. |
address.hostname | string | The IP address or the hostname. |
Optional | ||
address.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. |