Package | Description |
---|---|
com.vmware.esx.hcl |
The
com.vmware.esx.hcl package provides interfaces to query the hardware
compatibility for an ESXi or a cluster. |
com.vmware.esx.hcl.hosts |
Modifier and Type | Method and Description |
---|---|
static PCIDevice |
PCIDevice._newInstance(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Returns new instance of this binding class and injects the provided data value. WARNING: The returned object is not fully initialized. |
static PCIDevice |
PCIDevice._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
PCIDevice |
PCIDevice.Builder.build() |
Modifier and Type | Method and Description |
---|---|
PCIDevice |
CompatibilityReportTypes.DeviceHclInfo.getDevice()
Information about the PCI device.
|
Modifier and Type | Method and Description |
---|---|
void |
CompatibilityReportTypes.DeviceHclInfo.setDevice(PCIDevice device)
Information about the PCI device.
|
Constructor and Description |
---|
Builder(CompatibilityStatus compatibility,
PCIDevice device)
Constructor with parameters for the required properties of
CompatibilityReportTypes.DeviceHclInfo . |