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_thumbprint

array of string
password
Required

Password to use for the connection

integer As int32 As int32
port
Optional

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.