VimVsanHostTrimDiskEntry

VimVsanHostTrimDiskEntry
VimVsanHostTrimDiskEntry

An entity to represent a disk being trimmed.

This structure may be used only with operations rendered under /vsan.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "diskName": "string",
    "diskType": "string"
}
string
diskName
Required

The identifier of this disk.

string
diskType
Optional

This represents the disk type hint (optional) provided to trimming operation.

It is used to specify erasing disk behavior when trimming fails. Refer TrimDiskTypeEnum. If it is not specified, the behavior of "CacheDisk" in TrimDiskTypeEnum will be followed.

See also TrimDiskTypeEnum.