CnsDeleteVolumeRequestType

CnsDeleteVolumeRequestType
CnsDeleteVolumeRequestType

The parameters of CnsDeleteVolume.

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

JSON Example
{
    "volumeIds": [
        {
            "_typeName": "string",
            "id": "string"
        }
    ],
    "deleteDisk": false
}
array of CnsVolumeId
volumeIds
Required

List of CnsVolumeId for the volumes to be deleted.

boolean
deleteDisk
Required

Disk is the backing object for each container volume specified in volumeIds list. If set to true, the backing objects specified in volumeIds list will be deleted. If set to false, the backing objects specified in volumeIds list will not be deleted but will no longer be a container volume.