Package | Description |
---|---|
com.vmware.esx.settings.clusters.configuration |
The
com.vmware.esx.settings.clusters.configuration package provides
interfaces to manage the configuration of an ESX cluster. |
Modifier and Type | Method and Description |
---|---|
HostPrecheckResult.Builder |
HostPrecheckResult.Builder.setImpact(ImpactInfo impact)
This field represents the impact on the host to reach the desired configuration
state.
|
HostPrecheckResult.Builder |
HostPrecheckResult.Builder.setPrecheckResult(StatusInfo precheckResult)
This field represents the health check results from the host, if the host needs
to be put in maintenance mode or to be rebooted.
|
HostPrecheckResult.Builder |
HostPrecheckResult.Builder.setValidationErrors(java.util.List<ValidationError> validationErrors)
This field represents the validation errors if the desired configuration
specified is not valid.
|