VsanStoragePoolDisk

VsanStoragePoolDisk
VsanStoragePoolDisk

Entity to represent storage pool disk identifier and type.

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

Canonical name of the disk.

string
diskType
Required

Indicates storage tier of the disk.

See also StoragePoolDiskTypeEnum.