Service - Validator
Java Class
com.omnissa.vdi.vlsi.binding.vdi.utils.Validator
See also
Since
Horizon 7.8
Service Description¶
Methods
Methods defined in this Service: Validator_validateName
Validates the name provided in the spec. If the type is: * DESKTOP: validates if the name is unique among existing desktops, farms and applications. * FARM: validates if the name is unique among existing desktops and farms. * APPLICATION: validates if the name is unique among existing desktops and applications. * MACHINE: validates if the naming pattern is unique among existing desktops and farms.
Parameters
| Name | Type | Description | 
|---|---|---|
| _this | ManagedObjectReference | A reference to the Validator used to make the method call. | 
| spec | ValidationSpec | The specification for the resource to be validated. | 
Return Value
| Type | Description | 
|---|---|
| ValidationResponse | The ValidationResponse. | 
Faults
| Type | Description | 
|---|---|
| EntityNotFound | Thrown if any specified entity cannot be found. | 
| InsufficientPermission | Thrown if the user does not have sufficient permission to perform the operation. | 
| InvalidArgument | Thrown if any specified argument is invalid. | 
| InvalidType | Thrown if the type of any specified argument is invalid. | 
| UnexpectedFault | Thrown if an unexpected error occurs while performing the operation. | 
Show WSDL type definition