vSAN Management API


Data Object - VsanHclDiskConstraint(vim.vsan.VsanHclDiskConstraint)

Returned by
VsanGetDiskHclConstraints
Extends
DynamicData
See also
VsanHclDeviceConstraint, VsanHclMinFwConstraint
Since
vSAN 7.0U3

Data Object Description

Information about the HCL constraint for a disk drive.

Properties

Name Type Description
constraints*VsanHclMinFwConstraint[]

VCG HCL constraints for the disk(SAS/SATA) drive. In case the disk drive to query is not a SAS/SATA drive or not certified by VMware, this field will be empty.
partNumber*xsd:string

Part number of the disk drive. E.g., HDEBL02LPA51F. When it is present, it will replace the product id as the key identifier of the disk

Since 7.4
pcieConstraints*VsanHclDeviceConstraint[]

VCG HCL constraints for the PCI-e based disk drive. In case this disk drive is not a PCIe device or not certified by VMware, this field will be empty.

Since 8.0.0.2
productIdxsd:string

Product ID of the disk drive. E.g., AL15SEB120N
vendorxsd:string

Vendor of the disk drive. E.g., TOSHIBA
Properties inherited from DynamicData
None
*Need not be set
Show WSDL type definition