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 Driver |
Driver._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 Driver |
Driver._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
Driver |
Driver.Builder.build() |
Driver |
PCIDevice.getDriver()
Currently installed driver used by the device.
|
Modifier and Type | Method and Description |
---|---|
void |
PCIDevice.setDriver(Driver driver)
Currently installed driver used by the device.
|
Constructor and Description |
---|
Builder(java.lang.String pciAddress,
java.lang.String vid,
java.lang.String did,
java.lang.String svid,
java.lang.String ssid,
java.lang.String vendor,
java.lang.String modelName,
java.lang.String classCode,
java.lang.String subClassCode,
Driver driver,
boolean usedByVsan)
Constructor with parameters for the required properties of
PCIDevice . |
Modifier and Type | Method and Description |
---|---|
Driver |
CompatibilityReportTypes.DeviceConstraint.getDriver()
The driver information about the constraint.
|
Modifier and Type | Method and Description |
---|---|
void |
CompatibilityReportTypes.DeviceConstraint.setDriver(Driver driver)
The driver information about the constraint.
|
Constructor and Description |
---|
Builder(Driver driver,
java.util.List<LocalizableMessage> notes)
Constructor with parameters for the required properties of
CompatibilityReportTypes.DeviceConstraint . |