VsanDeleteStoragePoolDiskSpec

VsanDeleteStoragePoolDiskSpec
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.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "diskUuids": [
        "string"
    ],
    "maintenanceSpec": {
        "_typeName": "string",
        "vsanMode": {
            "_typeName": "string",
            "objectAction": "string"
        },
        "purpose": "string"
    }
}
array of string
diskUuids
Required

diskUuids

maintenanceSpec
Required

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.