CnsVolumeRelocateSpec

CnsVolumeRelocateSpec
CnsVolumeRelocateSpec

Base class for the volume relocation spec.

This structure may be used only with operations rendered under /vsan.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "volumeId": {
        "_typeName": "string",
        "id": "string"
    },
    "datastore": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    },
    "profile": [
        {
            "_typeName": "string"
        }
    ]
}
volumeId
Required

Unique identifier for the volume.

datastore
Required

The destination datastore that the volume is relocated to.

profile
Optional

Volume relocation profile requirement.

While relocating the volume, the default policy of the destination datastore is applied if this is unset.