public static final class PciDeviceComplianceInfo.Builder
extends java.lang.Object
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 . |
Modifier and Type | Method and Description |
---|---|
PciDeviceComplianceInfo |
build() |
PciDeviceComplianceInfo.Builder |
setCompatibilityGuideLink(java.net.URI compatibilityGuideLink)
Provides link to the VMware Compatibility Guide for further information on the
compatibility.
|
PciDeviceComplianceInfo.Builder |
setNotifications(Notifications notifications)
Device Specific notifications describing the compliance result.
|
public 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)
PciDeviceComplianceInfo
.public PciDeviceComplianceInfo.Builder setCompatibilityGuideLink(java.net.URI compatibilityGuideLink)
null
there is no VMware Compatibility link available as this is
device used by VSAN.compatibilityGuideLink
- New value for the property.public PciDeviceComplianceInfo.Builder setNotifications(Notifications notifications)
notifications
- New value for the property.public PciDeviceComplianceInfo build()