VsanUnmountStoragePoolDisksRequestType
VsanUnmountStoragePoolDisksRequestType
The parameters of VsanUnmountStoragePoolDisks.
This structure may be used only with operations rendered under /vsan
.
JSON Example
{
"cluster": {
"_typeName": "string",
"type": "string",
"value": "string"
},
"spec": {
"_typeName": "string",
"diskUuids": [
"string"
],
"maintenanceSpec": {
"_typeName": "string",
"vsanMode": {
"_typeName": "string",
"objectAction": "string"
},
"purpose": "string"
}
}
}
cluster
Required
The vSAN cluster which owns the given storage pool disk(s).
spec
Required
The specification to unmount vSAN storage pool. Please reference to VimVsanHostDeleteStoragePoolDiskSpec.