ServerDetailsSpec

ServerDetailsSpec
ServerDetailsSpec

Server information.

JSON Example
{
    "certificate_thumbprint": {
        "certificate": "string",
        "type": "PEM"
    },
    "password": [
        "<password>"
    ],
    "port": 443,
    "server_name": "vc1.example.com",
    "user_name": "[email protected]"
}
certificate_thumbprint
Optional

Certificate details and type information, which can be used to override thumbprint details.

array of string
password
Required

Password to use for the connection

integer As int32 As int32
port
Optional
Constraints: minimum: 1 maximum: 65535

Port of the virtual center to connect to.

string
server_name
Required

Virtual Center’s server name or IP address

string
user_name
Required

User name to use for the connection.