public static final class CheckResult.Builder
extends java.lang.Object
CheckResult
.Constructor and Description |
---|
Builder(ComplianceStatus status,
java.util.Calendar scanTime,
java.lang.String baseImageVersion,
Notifications notifications,
LocalizableMessage note)
Constructor with parameters for the required properties of
CheckResult . |
Modifier and Type | Method and Description |
---|---|
CheckResult |
build() |
CheckResult.Builder |
setCommit(java.lang.String commit)
Spec Identifier of the desired configuration on which the HCL scan is performed
to generate this result, populated by the HCL validation.
|
CheckResult.Builder |
setPciDeviceCompliance(PciDeviceCompliance pciDeviceCompliance)
Compliance result for the Pci Devices that are present in all hosts of the
cluster.
|
CheckResult.Builder |
setvSanDataOnly(java.lang.Boolean vSanDataOnly)
HCL Validation Computed only for vSAN Clusters.
|
public Builder(ComplianceStatus status, java.util.Calendar scanTime, java.lang.String baseImageVersion, Notifications notifications, LocalizableMessage note)
CheckResult
.public CheckResult.Builder setvSanDataOnly(java.lang.Boolean vSanDataOnly)
null
to show vSAN in UIvSanDataOnly
- New value for the property.public CheckResult.Builder setCommit(java.lang.String commit)
null
if validation is performed with no speccommit
- New value for the property.
When clients pass a value of this class as a parameter, the property must be an
identifier for the resource type: com.vmware.esx.settings.commit
. When
methods return a value of this class as a return value, the property will be an
identifier for the resource type: com.vmware.esx.settings.commit
.public CheckResult.Builder setPciDeviceCompliance(PciDeviceCompliance pciDeviceCompliance)
pciDeviceCompliance
- New value for the property.public CheckResult build()