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 |
---|---|
PciDeviceComplianceInfo.Builder |
PciDeviceComplianceInfo.Builder.setCompatibilityGuideLink(java.net.URI compatibilityGuideLink)
Provides link to the VMware Compatibility Guide for further information on the
compatibility.
|
PciDeviceComplianceInfo.Builder |
PciDeviceComplianceInfo.Builder.setConstraints(java.util.List<PciDeviceConstraint> constraints)
List of Supported Driver and Firmware Version combination and corresponding
supportedFeatures from VMware Compatibility Guide (VCG) listing for the given
vSphere version.
|
PciDeviceComplianceInfo.Builder |
PciDeviceComplianceInfo.Builder.setNotifications(Notifications notifications)
Device Specific notifications describing the compliance result.
|
PciDeviceComplianceInfo.Builder |
PciDeviceComplianceInfo.Builder.setValidatedFeaturesInUse(java.util.Map<Service,java.util.Set<java.lang.String>> validatedFeaturesInUse)
Validated features in use on this device If Service is set but features is
empty, device is active for solution Subset of validated features for which we
provide certification - for example RDMA, not IPV6 Inclusion in this set of
features is independent of the certification status of device.
|