| Local Methods | ||
Service Types | Data Object Types | All Properties | All Methods |
Methods
Privileges
Privilege | Description |
---|---|
POOL_MANAGEMENT | privilege is required to create Application. |
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the Application used to make the method call. |
spec | ApplicationSpec |
The information required to create the new Application
|
Return Value
Type | Description |
---|---|
ApplicationId | The id of the new Application |
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. |
Events
Event | Description |
---|---|
VLSI_APPLICATION_CREATED | if Application creation succeeds. |
VLSI_APPLICATION_CREATE_FAILED | if Application creation fails. |
Privileges
Privilege | Description |
---|---|
POOL_MANAGEMENT | privilege is required to delete the Application. |
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the Application used to make the method call. |
id | ApplicationId |
The entityId of the Application to delete
|
Return Value
Type | Description |
---|---|
None |
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. |
Events
Event | Description |
---|---|
VLSI_APPLICATION_DELETED | if the Application is successfully deleted. |
VLSI_APPLICATION_DELETE_FAILED | if the Application deletion failed. |
Privileges
Privilege | Description |
---|---|
POOL_MANAGEMENT | privilege is required to delete the Applications. |
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the Application used to make the method call. |
ids | ApplicationId[] |
Array of unique identifiers for Application entries.
|
Return Value
Type | Description |
---|---|
None |
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. |
PartialFailureFault | Thrown if delete operation fails on one or more applications. |
UnexpectedFault | Thrown if an unexpected error occurs while performing the operation. |
Events
Event | Description |
---|---|
VLSI_APPLICATION_DELETED | for every Application if it is deleted successfully |
VLSI_APPLICATION_DELETE_FAILED | for every Application if the deletion failed |
Privileges
Privilege | Description |
---|---|
POOL_VIEW | privilege is required to get Application. |
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the Application used to make the method call. |
id | ApplicationId |
The entityId of the Application to get
|
Return Value
Type | Description |
---|---|
ApplicationInfo | requested Application entity |
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. |
Privileges
Privilege | Description |
---|---|
POOL_VIEW | required to get the Application Summary View. |
FEDERATED_LDAP_VIEW | Global LDAP read is required to read the applicationSummaryData.globalApplicationEntitlement member of an application. This will be unset otherwise. |
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the Application used to make the method call. |
id | ApplicationId |
unique identifier for an Application entry
|
Return Value
Type | Description |
---|---|
ApplicationSummaryView | The ApplicationSummaryView |
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. |
Privileges
Privilege | Description |
---|---|
POOL_VIEW | required to get the Application Summary View. |
FEDERATED_LDAP_VIEW | Global LDAP read is required to read the applicationSummaryData.globalApplicationEntitlement member of an application. This will be unset otherwise. |
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the Application used to make the method call. |
ids | ApplicationId[] |
Array of unique identifiers for Application entries.
|
Return Value
Type | Description |
---|---|
ApplicationSummaryView[] | Array of ApplicationSummaryView |
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. |
Privileges
Privilege | Description |
---|---|
FEDERATED_LDAP_VIEW | Global LDAP read is required to read a Global Application Entitlement |
POOL_VIEW | Desktop read privilege with the corresponding access group permission is required to read a desktop and Farm information |
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the Application used to make the method call. |
globalApplicationEntitlement | GlobalApplicationEntitlementId |
unique identifier for Global Application Entitlement.
GlobalApplicationEntitlementIds of this type must originate
from GlobalApplicationEntitlement service
|
Return Value
Type | Description |
---|---|
ApplicationSummaryView[] |
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. |
Privileges
Privilege | Description |
---|---|
POOL_ENABLE | privilege is required to update enabled flag. POOL_MANAGEMENT privilege is required to update any other attributes. |
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the Application used to make the method call. |
id | ApplicationId |
The entity Id of the Application to be updated
|
updates | MapEntry[] |
The key-value pairs describing attributes to be updated
|
Return Value
Type | Description |
---|---|
None |
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. |
Events
Event | Description |
---|---|
VLSI_APPLICATION_UPDATED | for each Application attribute that was updated. |
VLSI_APPLICATION_UPDATE_FAILED | if the Application update failed. |
Top of page | Local Methods | ||
Service Types | Data Object Types | All Properties | All Methods |