VimVsanHostQueryVsanDisksSpec
Specification to filter vSAN disks by diskName, or by VsanDiskTypeEnum which is diskGroup type or storagePool type or vSAN directDisk type.
If only diskName specified, it will check ssd canonicalName in diskGroup type, disk canonicalName in storagePool and directDisk type. Return when disk name is matched in any type. If only vsanDiskType is specified, it will return all disks belonging to that diskType. If both diskName and vsanDiskType specified, it will find disk(ssd for diskGroup) under this specified disk type.
This structure may be used only with operations rendered under /vsan
.
{
"_typeName": "string",
"diskName": "string",
"vsanDiskType": "string"
}
diskName
vsanDiskType