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 |
---|---|
ClusterPrecheckResult.Builder |
ClusterPrecheckResult.Builder.setCommit(java.lang.String commit)
This identifier refers to the commit action of importing the desired
configuration document.
|
ClusterPrecheckResult.Builder |
ClusterPrecheckResult.Builder.setPrecheckResult(StatusInfo precheckResult)
This field represents the precheck results on the cluster, if any one host in
the cluster needs to be put in maintenance mode or to be rebooted.
|
ClusterPrecheckResult.Builder |
ClusterPrecheckResult.Builder.setValidationErrors(java.util.List<ValidationError> validationErrors)
This field represents the validation errors if the desired configuration
specified is not valid.
|