VsanAdvancedDatastoreConfig
The advanced vSAN datastore configuration.
This data type extendes original VsanDatastoreConfig, which which provides datastore management limited to local vSAN datastores. With the new data type, we can not only manage local vSAN datastores, but also mount remote vSAN datastores hosted in server clusters.
This structure may be used only with operations rendered under /vsan
.
{
"_typeName": "string",
"datastores": [
{
"_typeName": "string",
"uuid": "string",
"name": "string"
}
],
"remoteDatastores": [
{
"_typeName": "string",
"type": "string",
"value": "string"
}
]
}
The remote vSAN datastores to be mounted to target vSAN cluster, which are provided by other vSAN clusters.
All in use remote vSAN datastores of target vSAN cluster will be unmounted if this field is omitted.