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. |
com.vmware.esx.settings.clusters.enablement.configuration |
The
com.vmware.esx.settings.clusters.enablement.configuration package
provides interfaces to manage enablement of configuration on an ESX cluster. |
Modifier and Type | Method and Description |
---|---|
static ValidationError |
ValidationError._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 ValidationError |
ValidationError._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
ValidationError |
ValidationError.Builder.build() |
Modifier and Type | Method and Description |
---|---|
java.util.List<ValidationError> |
HostResult.getErrors()
List of validation errors returned by the host.
|
java.util.List<ValidationError> |
ImportResult.getErrors()
Lists all validation errors identified in the configuration document.
|
java.util.List<ValidationError> |
ValidationResult.getErrors()
Lists all validation errors identified in the configuration document.
|
java.util.List<ValidationError> |
ClusterCompliance.getValidationErrors()
This field represents the validation errors if the desired configuration
specified is not valid.
|
java.util.List<ValidationError> |
ClusterPrecheckResult.getValidationErrors()
This field represents the validation errors if the desired configuration
specified is not valid.
|
java.util.List<ValidationError> |
HostPrecheckResult.getValidationErrors()
This field represents the validation errors if the desired configuration
specified is not valid.
|
Modifier and Type | Method and Description |
---|---|
void |
HostResult.setErrors(java.util.List<ValidationError> errors)
List of validation errors returned by the host.
|
HostResult.Builder |
HostResult.Builder.setErrors(java.util.List<ValidationError> errors)
List of validation errors returned by the host.
|
void |
ImportResult.setErrors(java.util.List<ValidationError> errors)
Lists all validation errors identified in the configuration document.
|
ImportResult.Builder |
ImportResult.Builder.setErrors(java.util.List<ValidationError> errors)
Lists all validation errors identified in the configuration document.
|
void |
ValidationResult.setErrors(java.util.List<ValidationError> errors)
Lists all validation errors identified in the configuration document.
|
ValidationResult.Builder |
ValidationResult.Builder.setErrors(java.util.List<ValidationError> errors)
Lists all validation errors identified in the configuration document.
|
void |
ClusterCompliance.setValidationErrors(java.util.List<ValidationError> validationErrors)
This field represents the validation errors if the desired configuration
specified is not valid.
|
ClusterCompliance.Builder |
ClusterCompliance.Builder.setValidationErrors(java.util.List<ValidationError> validationErrors)
This field represents the validation errors if the desired configuration
specified is not valid.
|
void |
ClusterPrecheckResult.setValidationErrors(java.util.List<ValidationError> validationErrors)
This field represents the validation errors if the desired configuration
specified is not valid.
|
ClusterPrecheckResult.Builder |
ClusterPrecheckResult.Builder.setValidationErrors(java.util.List<ValidationError> validationErrors)
This field represents the validation errors if the desired configuration
specified is not valid.
|
void |
HostPrecheckResult.setValidationErrors(java.util.List<ValidationError> validationErrors)
This field represents the validation errors if the desired configuration
specified is not valid.
|
HostPrecheckResult.Builder |
HostPrecheckResult.Builder.setValidationErrors(java.util.List<ValidationError> validationErrors)
This field represents the validation errors if the desired configuration
specified is not valid.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<ValidationError> |
TransitionTypes.ValidateResult.getErrors()
Lists all validation errors identified in the configuration draft.
|
Modifier and Type | Method and Description |
---|---|
void |
TransitionTypes.ValidateResult.setErrors(java.util.List<ValidationError> errors)
Lists all validation errors identified in the configuration draft.
|
TransitionTypes.ValidateResult.Builder |
TransitionTypes.ValidateResult.Builder.setErrors(java.util.List<ValidationError> errors)
Lists all validation errors identified in the configuration draft.
|