VsanDeleteStoragePoolDiskRequestType

VsanDeleteStoragePoolDiskRequestType
VsanDeleteStoragePoolDiskRequestType

The parameters of VsanDeleteStoragePoolDisk.

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 delete vSAN storage pool. Please reference to VimVsanHostDeleteStoragePoolDiskSpec.