Package | Description |
---|---|
com.vmware.esx.settings.clusters.software.reports |
The
com.vmware.esx.settings.clusters.software.reports package provides
interfaces to manage reports pertaining to the desired state software for a
cluster of ESXi hosts. |
Modifier and Type | Method and Description |
---|---|
static DriverFirmwareVersion |
DriverFirmwareVersion._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 DriverFirmwareVersion |
DriverFirmwareVersion._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
DriverFirmwareVersion |
DriverFirmwareVersion.Builder.build() |
DriverFirmwareVersion |
PciDeviceComplianceInfo.getTarget()
Driver and Firmware Version from Image Specification.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<DriverFirmwareVersion> |
PciDeviceComplianceInfo.getSupported()
Deprecated.
As of release vSphere API 8.0.0.1.
|
Modifier and Type | Method and Description |
---|---|
void |
PciDeviceComplianceInfo.setTarget(DriverFirmwareVersion target)
Driver and Firmware Version from Image Specification.
|
Modifier and Type | Method and Description |
---|---|
void |
PciDeviceComplianceInfo.setSupported(java.util.List<DriverFirmwareVersion> supported)
Deprecated.
As of release vSphere API 8.0.0.1.
|
Constructor and Description |
---|
Builder(ComplianceStatus status,
PciDevice device,
java.util.List<java.lang.String> compatibleVersions,
java.util.Map<java.lang.String,HostInfo> hostInfo,
DriverFirmwareVersion target,
java.util.List<DriverFirmwareVersion> supported)
Constructor with parameters for the required properties of
PciDeviceComplianceInfo . |
Constructor and Description |
---|
Builder(ComplianceStatus status,
PciDevice device,
java.util.List<java.lang.String> compatibleVersions,
java.util.Map<java.lang.String,HostInfo> hostInfo,
DriverFirmwareVersion target,
java.util.List<DriverFirmwareVersion> supported)
Constructor with parameters for the required properties of
PciDeviceComplianceInfo . |