CnsUnregisterVolumeRequestType
CnsUnregisterVolumeRequestType
The parameters of CnsUnregisterVolume.
This structure may be used only with operations rendered under /vsan.
JSON Example
{
"unregisterSpec": [
{
"_typeName": "string",
"volumeId": {
"_typeName": "string",
"id": "string"
},
"targetVolumeType": "string"
}
]
}
array of
CnsUnregisterVolumeSpec
unregisterSpec
Optional
An array of CnsUnregisterVolumeSpec objects, each specifying a unique volume or PVC to be unregistered along with optional parameters for its post-unregistration state. At most one specification is supported for this operation.