VsanXVCClientInfo
VsanXVCClientInfo
Client cluster info from remote VC
This structure may be used only with operations rendered under /vsan
.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"cluster": {
"_typeName": "string",
"type": "string",
"value": "string"
},
"clusterName": "string",
"vsanFormatVersion": "string",
"ownerVc": "string",
"vcUuid": "string",
"clusterUuid": "string"
}
cluster
Required
The client cluster which mounts the vSAN datastore across VC.
string
clusterName
Required
The client cluster name which mounts the vSAN datastore across VC.
string
vsanFormatVersion
Required
The client cluster vSAN format version.
This is stored at server side for vSAN version compatibility check.
string
ownerVc
Required
Remote VC address which owns this client cluster
string
vcUuid
Optional
Remote VC uuid which owns this client cluster
string
clusterUuid
Optional
The client cluster uuid which mounts the vSAN datastore across VC.