VsanClientDatastoreConfig
VsanClientDatastoreConfig
This represents a single local vSAN datastore in the server cluster and the list of client clusters mounting it.
This is read only and shouldn't be set by users.
This structure may be used only with operations rendered under /vsan
.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"uuid": "string",
"name": "string",
"clusters": [
{
"_typeName": "string",
"type": "string",
"value": "string"
}
]
}
array of
MoRefClusterComputeResource
clusters
Required
The client clusters which mount the vSAN datastore.