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 |
---|---|
DraftImportResult.Builder |
DraftImportResult.Builder.setDraft(java.lang.String draft)
This identifier refers to the commit action of importing the desired
configuration document.
|
DraftImportResult.Builder |
DraftImportResult.Builder.setError(LocalizableMessage error)
Localized message describing the error encountered while importing desired
configuration.
|
DraftImportResult.Builder |
DraftImportResult.Builder.setWarnings(java.util.List<LocalizableMessage> warnings)
Any issues found during the import are reported in this list.
|