| 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 |
|---|---|
static DetailedValidationError |
DetailedValidationError._newInstance(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Returns new instance of this binding class and injects the provided data value. WARNING: The returned object is not fully initialized. |
static DetailedValidationError |
DetailedValidationError._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
DetailedValidationError |
DetailedValidationError.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<DetailedValidationError> |
DraftsTypes.ValidationErrors.getErrors()
Localized error message describing the validation error.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DraftsTypes.ValidationErrors.setErrors(java.util.List<DetailedValidationError> errors)
Localized error message describing the validation error.
|
| Constructor and Description |
|---|
Builder(java.util.List<java.lang.String> displayPath,
java.util.List<DetailedValidationError> errors)
Constructor with parameters for the required properties of
DraftsTypes.ValidationErrors. |