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 Firmware |
Firmware._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 Firmware |
Firmware._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
Firmware |
Firmware.Builder.build() |
Firmware |
Server.getBios()
Currently installed BIOS of the server.
|
Firmware |
PCIDevice.getFirmware()
Currently installed firmware used by the device.
|
Modifier and Type | Method and Description |
---|---|
void |
Server.setBios(Firmware bios)
Currently installed BIOS of the server.
|
void |
PCIDevice.setFirmware(Firmware firmware)
Currently installed firmware used by the device.
|
PCIDevice.Builder |
PCIDevice.Builder.setFirmware(Firmware firmware)
Currently installed firmware used by the device.
|
Constructor and Description |
---|
Builder(java.lang.String modelName,
java.lang.String vendor,
java.lang.String cpuSeries,
java.lang.String cpuFeatures,
Firmware bios)
Constructor with parameters for the required properties of
Server . |
Modifier and Type | Method and Description |
---|---|
Firmware |
CompatibilityReportTypes.BiosConstraint.getBios()
The BIOS information about the constraint.
|
Firmware |
CompatibilityReportTypes.DeviceConstraint.getFirmware()
The firmware information about the constraint.
|
Modifier and Type | Method and Description |
---|---|
void |
CompatibilityReportTypes.BiosConstraint.setBios(Firmware bios)
The BIOS information about the constraint.
|
void |
CompatibilityReportTypes.DeviceConstraint.setFirmware(Firmware firmware)
The firmware information about the constraint.
|
CompatibilityReportTypes.DeviceConstraint.Builder |
CompatibilityReportTypes.DeviceConstraint.Builder.setFirmware(Firmware firmware)
The firmware information about the constraint.
|
Constructor and Description |
---|
Builder(Firmware bios,
java.util.List<LocalizableMessage> notes)
Constructor with parameters for the required properties of
CompatibilityReportTypes.BiosConstraint . |