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 PciDeviceComplianceInfo |
PciDeviceComplianceInfo._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 PciDeviceComplianceInfo |
PciDeviceComplianceInfo._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
PciDeviceComplianceInfo |
PciDeviceComplianceInfo.Builder.build() |
Modifier and Type | Method and Description |
---|---|
java.util.List<PciDeviceComplianceInfo> |
PciDeviceCompliance.getCompatibleDevices()
Compatible Device Compliance result for all devices present on all hosts in the
cluster compared with the corresponding component in the software specification.
|
java.util.List<PciDeviceComplianceInfo> |
PciDeviceCompliance.getIncompatibleDevices()
Incompatible Device Compliance result for all devices present on all hosts in
the cluster compared with the corresponding component in the software
specification.
|
java.util.List<PciDeviceComplianceInfo> |
PciDeviceCompliance.getIncompatibleDriverFirmware()
Incompatible Driver Firmware combination Compliance result for all devices
present on hosts in the cluster compared with the corresponding component in the
software specification.
|
Modifier and Type | Method and Description |
---|---|
void |
PciDeviceCompliance.setCompatibleDevices(java.util.List<PciDeviceComplianceInfo> compatibleDevices)
Compatible Device Compliance result for all devices present on all hosts in the
cluster compared with the corresponding component in the software specification.
|
void |
PciDeviceCompliance.setIncompatibleDevices(java.util.List<PciDeviceComplianceInfo> incompatibleDevices)
Incompatible Device Compliance result for all devices present on all hosts in
the cluster compared with the corresponding component in the software
specification.
|
void |
PciDeviceCompliance.setIncompatibleDriverFirmware(java.util.List<PciDeviceComplianceInfo> incompatibleDriverFirmware)
Incompatible Driver Firmware combination Compliance result for all devices
present on hosts in the cluster compared with the corresponding component in the
software specification.
|
Constructor and Description |
---|
Builder(ComplianceStatus status,
java.util.List<PciDeviceComplianceInfo> compatibleDevices,
java.util.List<PciDeviceComplianceInfo> incompatibleDevices,
java.util.List<PciDeviceComplianceInfo> incompatibleDriverFirmware)
Constructor with parameters for the required properties of
PciDeviceCompliance . |
Builder(ComplianceStatus status,
java.util.List<PciDeviceComplianceInfo> compatibleDevices,
java.util.List<PciDeviceComplianceInfo> incompatibleDevices,
java.util.List<PciDeviceComplianceInfo> incompatibleDriverFirmware)
Constructor with parameters for the required properties of
PciDeviceCompliance . |
Builder(ComplianceStatus status,
java.util.List<PciDeviceComplianceInfo> compatibleDevices,
java.util.List<PciDeviceComplianceInfo> incompatibleDevices,
java.util.List<PciDeviceComplianceInfo> incompatibleDriverFirmware)
Constructor with parameters for the required properties of
PciDeviceCompliance . |