public static final class HostImpactResult.Builder
extends java.lang.Object
HostImpactResult.| Constructor and Description |
|---|
Builder(boolean compliant)
Constructor with parameters for the required properties of
HostImpactResult. |
| Modifier and Type | Method and Description |
|---|---|
HostImpactResult |
build() |
HostImpactResult.Builder |
setImpact(ImpactType impact)
This field indicates the ESXi host impact on applying the desired configuration.
|
HostImpactResult.Builder |
setInfo(java.util.List<ImpactInfo> info)
This field represents the list of impact information describing the
configuration changes needed on the host to reach the desired state.
|
public Builder(boolean compliant)
HostImpactResult.public HostImpactResult.Builder setImpact(ImpactType impact)
null if HostImpactResult.getCompliant() is
set to true.impact - New value for the property.public HostImpactResult.Builder setInfo(java.util.List<ImpactInfo> info)
null if HostImpactResult.getCompliant() is
set to true.info - New value for the property.public HostImpactResult build()