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
.
{
"_typeName": "string",
"linkType": "string",
"vcHost": "string",
"user": "string",
"password": "string",
"cert": "string"
}
The user name for login into the standalone remote vCenter.
This information won't be persisted in backend implementation.
The password for login into the standalone remote vCenter.
This information won't be persisted in backend implementation.
The single x509 certificate encoded in PEM format, which the remote vCenter is expected to have.