VsanDeleteStoragePoolDiskSpec
Specification to delete a single or multiple disks on the vSAN cluster.
The disk(s) can be specified by their uniquely identifiable disk uuid.
This structure may be used only with operations rendered under /vsan
.
{
"_typeName": "string",
"diskUuids": [
"string"
],
"maintenanceSpec": {
"_typeName": "string",
"vsanMode": {
"_typeName": "string",
"objectAction": "string"
},
"purpose": "string"
}
}
diskUuids
The HostMaintenanceSpec data object may be used to specify actions to be taken by a host upon entering maintenance mode.
If the HostMaintenanceSpec or any of its fields are omitted in a call to EnterMaintenanceMode_Task, default actions will be chosen as documented for each field's type.
See also EnterMaintenanceMode_Task, VsanHostDecommissionMode.