| Local Methods | ||
Service Types | Data Object Types | All Properties | All Methods |
Methods
Privileges
Privilege | Description |
---|---|
GLOBAL_CONFIG_MANAGEMENT | Global configuration management is required to create a image management asset. |
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the ImageManagementAsset used to make the method call. |
specs | ImageManagementAssetSpec[] |
attributes needed to add multiple image management assets.
|
Return Value
Type | Description |
---|---|
ImageManagementAssetId[] | Array of entity ids of each image management asset. |
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 all operations were not successful, a PartialFailureFault will be thrown indicating which assets were successfully added and which ones failed. The index of results in the PartialFailureFault correspond to the index of the original asset in the specs. The result entry will contain either the original return type (on success) or an exception (on failure). |
UnexpectedFault | Thrown if an unexpected error occurs while performing the operation. |
Events
Event | Description |
---|---|
VLSI_IM_ASSET_ADDED | For every image management asset successfully created. |
VLSI_IM_ASSET_ADD_FAILED | For every image management asset that could not be created. |
Privileges
Privilege | Description |
---|---|
GLOBAL_CONFIG_MANAGEMENT | Global configuration management is required to delete a image management asset. |
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the ImageManagementAsset used to make the method call. |
id | ImageManagementAssetId |
entity id of the image management asset entry.
|
Return Value
Type | Description |
---|---|
None |
Faults
Type | Description |
---|---|
EntityInUse | Thrown if a desktop/farm is associated with this image management asset. |
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_IM_ASSET_DELETED | If the image management asset was successfully deleted. |
VLSI_IM_ASSET_DELETE_FAILED | If the image management asset could not be deleted. |
Privileges
Privilege | Description |
---|---|
GLOBAL_CONFIG_VIEW | Global configuration view is required to get a image management asset. |
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the ImageManagementAsset used to make the method call. |
id | ImageManagementAssetId |
entity id of the image management asset entry.
|
Return Value
Type | Description |
---|---|
ImageManagementAssetInfo | ImageManagementAssetInfo (attributes about configured Image Management Asset). |
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 |
---|---|
GLOBAL_CONFIG_VIEW | Global configuration view is required to get a image management asset. |
VC_CONFIG_VIEW | privilege is required to get a image management asset. |
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the ImageManagementAsset used to make the method call. |
imageManagementTag | ImageManagementTagId |
entity id of the image management tag entry.
|
virtualCenter | VirtualCenterId |
entity id of the virtual center entry.
|
Return Value
Type | Description |
---|---|
ImageManagementAssetInfo | ImageManagementAssetInfo (attributes about configured Image Management Asset). |
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 |
---|---|
GLOBAL_CONFIG_VIEW | Global configuration view is required to list image management assets. |
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the ImageManagementAsset used to make the method call. |
imageManagementVersion | ImageManagementVersionId |
entity id of the image management version.
|
Return Value
Type | Description |
---|---|
ImageManagementAssetInfo[] | list of image management assets |
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 |
---|---|
GLOBAL_CONFIG_MANAGEMENT | Global configuration management is required to update a image management asset. |
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the ImageManagementAsset used to make the method call. |
id | ImageManagementAssetId |
entity id of the image management asset entry.
|
updates | MapEntry[] |
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_IM_ASSET_UPDATED | If the image management asset was successfully updated. |
VLSI_IM_ASSET_UPDATE_FAILED | If the image management asset could not be updated. |
Top of page | Local Methods | ||
Service Types | Data Object Types | All Properties | All Methods |