ManagerPeer

ManagerPeer
ManagerPeer

Represents information related to peer Manager srevice.

JSON Example
{
    "apiUrl": "string",
    "apiVersion": "string",
    "certThumbprint": "string",
    "description": "string",
    "id": "string",
    "isLocal": true,
    "localPassword": "string",
    "localUser": "string",
    "owner": "string"
}
string
apiUrl
Optional

The URL address of the Manager Service.

string
apiVersion
Optional

The API version used for communication to this Manager Service.

string
certThumbprint
Optional

The certificate thumbprint of the Manager Service.

string
description
Optional

The pairing description.

string As uuid As uuid
id
Optional

UUID of the pairing.

boolean
isLocal
Optional

Indicates whether the site is local.

string
localPassword
Optional

vCenter password.

string
localUser
Optional

vCenter username.

string
owner
Optional

The user who requested the pairing.