CnsRelocateVolumeRequestType
CnsRelocateVolumeRequestType
The parameters of CnsRelocateVolume.
This structure may be used only with operations rendered under /vsan
.
JSON Example
{
"relocateSpecs": [
{
"_typeName": "string",
"volumeId": {
"_typeName": "string",
"id": "string"
},
"datastore": {
"_typeName": "string",
"type": "string",
"value": "string"
},
"profile": [
{
"_typeName": "string"
}
]
}
]
}
array of
CnsVolumeRelocateSpec
relocateSpecs
Required
Specifications for volumes to be relocated. Block volume relocation should use the child class spec, see CnsBlockVolumeRelocateSpec.