Service - Cluster
Java Class
com.omnissa.vdi.vlsi.binding.vdi.utils.Cluster
See also
Since
Horizon 7.11
Service Description¶
The interface to provide cluster level properties.
Methods
Methods defined in this Service: Cluster_GetPublicKey
Fetch the public key of cluster.
Parameters
| Name | Type | Description | 
|---|---|---|
| _this | ManagedObjectReference | A reference to the Cluster used to make the method call. | 
Return Value
| Type | Description | 
|---|---|
| Cluster_KeyInfo | Cluster's public key info. | 
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