VsanRemoteVcInfoStandalone

VsanRemoteVcInfoStandalone
VsanRemoteVcInfoStandalone

The information for communicating with a standalone remote vCenter.

It is an inherit class from VsanRemoteVcInfo, with adding specific information for a standalone remote vCenter.

This structure may be used only with operations rendered under /vsan.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "linkType": "string",
    "vcHost": "string",
    "user": "string",
    "password": "string",
    "cert": "string"
}
string
user
Optional

The user name for login into the standalone remote vCenter.

This information won't be persisted in backend implementation.

string As password As password
password
Optional

The password for login into the standalone remote vCenter.

This information won't be persisted in backend implementation.

string
cert
Optional

The single x509 certificate encoded in PEM format, which the remote vCenter is expected to have.