VsanRemoteVcInfo
VsanRemoteVcInfo
The basic information for communicating with a remote vCenter.
It is used to connect to the remote vCenter from the local.
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"
}
string
linkType
Optional
The link type about how the remote vCenter is linked.
It can be optional for VsanUpdateDatastoreSource and VsanDestroyDatastoreSource APIs.
See also VsanRemoteVcLinkTypeEnum.
string
vcHost
Required
The remote vCenter name (e.g.
FQDN) to identify the remote vCenter.
Used By