public static final class ComplianceInfo.Builder
extends java.lang.Object
ComplianceInfo
.Constructor and Description |
---|
Builder()
Constructor with parameters for the required properties of
ComplianceInfo . |
Modifier and Type | Method and Description |
---|---|
ComplianceInfo |
build() |
ComplianceInfo.Builder |
setAdds(java.util.List<SettingCompliance> adds)
List of configuration drifts represented by
SettingCompliance . |
ComplianceInfo.Builder |
setDeletes(java.util.List<SettingCompliance> deletes)
List of configuration drifts represented by
SettingCompliance . |
ComplianceInfo.Builder |
setSets(java.util.List<SettingCompliance> sets)
List of configuration drifts represented by
SettingCompliance . |
public Builder()
ComplianceInfo
.public ComplianceInfo.Builder setSets(java.util.List<SettingCompliance> sets)
SettingCompliance
. Each
describing a configuration whose value on ESXi host is different to that in the
desired document. Warning: This property is available as Technology
Preview. These are early access APIs provided to test, automate and provide
feedback on the feature. Since this can change based on feedback, VMware does
not guarantee backwards compatibility and recommends against using them in
production environments. Some Technology Preview APIs might only be applicable
to specific environments.
This field is null
if there are no drifts to report in this category.sets
- New value for the property.public ComplianceInfo.Builder setAdds(java.util.List<SettingCompliance> adds)
SettingCompliance
. Each
describing a configuration that is present in the desired document but absent on
the ESXi host. Warning: This property is available as Technology Preview.
These are early access APIs provided to test, automate and provide feedback on
the feature. Since this can change based on feedback, VMware does not guarantee
backwards compatibility and recommends against using them in production
environments. Some Technology Preview APIs might only be applicable to specific
environments.
This field is null
if there are no drifts to report in this category.adds
- New value for the property.public ComplianceInfo.Builder setDeletes(java.util.List<SettingCompliance> deletes)
SettingCompliance
. Each
describing a configuration that is present on the ESXi host but absent in the
desired document. Warning: This property is available as Technology
Preview. These are early access APIs provided to test, automate and provide
feedback on the feature. Since this can change based on feedback, VMware does
not guarantee backwards compatibility and recommends against using them in
production environments. Some Technology Preview APIs might only be applicable
to specific environments.
This field is null
if there are no drifts to report in this category.deletes
- New value for the property.public ComplianceInfo build()