Interface MorpheusIntegrationService
-
public interface MorpheusIntegrationService
Holds context methods for interacting with common integration type operations. This could be used for updating integration type statuses or accessing object models that typically relate to integrations.- Since:
- 0.8.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MorpheusAccountInventoryService
getAccountInventory()
Gets the inventory context for interacting withAccountInventory
objects.
-
-
-
Method Detail
-
getAccountInventory
MorpheusAccountInventoryService getAccountInventory()
Gets the inventory context for interacting withAccountInventory
objects. This is mostly used for Ansible Tower integrations and is not yet really extensible but could be in the future.- Returns:
- the inventory context
-
-