VsanDeleteObjectsRequestType
VsanDeleteObjectsRequestType
The parameters of VsanDeleteObjects_Task.
This structure may be used only with operations rendered under /vsan
.
JSON Example
{
"cluster": {
"_typeName": "string",
"type": "string",
"value": "string"
},
"objUuids": [
"string"
],
"force": false
}
cluster
Optional
vSAN cluster. Ignored if called against host.
Required privileges: Host.Config.Storage
array of
string
objUuids
Required
The vSAN object UUIDs to delete.
boolean
force
Optional
The force flag, inaccessible objects can't be deleted without this flag. WARNING: it's at your own risk.