VimVsanHostTrimDiskSpec
VimVsanHostTrimDiskSpec
Specification of disks in a trim operation.
This structure may be used only with operations rendered under /vsan
.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"disks": [
{
"_typeName": "string",
"diskName": "string",
"diskType": "string"
}
]
}