Fault - EntityInUse
Java Class
com.omnissa.vdi.vlsi.binding.vdi.fault.EntityInUse
Thrown by
Farm_Create, ImageManagementAsset_Delete, ImageManagementStream_Delete, ImageManagementTag_Delete, InstantCloneEngineDomainAdministrator_Delete, RADIUSAuthenticator_Delete, SAMLAuthenticator_Delete
Extends
See also
Since
Horizon View 6.0
Fault Description¶
Thrown if the method tries to perform operation on an entity which is in use.
Data Object Properties¶
Name | Type | Description |
---|---|---|
id | EntityId | The ID of the entity which is in use. |
usedBy | EntityId[] | An array of entity IDs that entityId is used by. |
Properties inherited from ViewRuntimeFault | ||
errorMessage | ||
Properties inherited from RuntimeFault | ||
None | ||
Properties inherited from MethodFault | ||
None |