Interface MorpheusAccountResourceService

All Superinterfaces:
MorpheusDataService<AccountResource,AccountResourceIdentityProjection>, MorpheusIdentityService<AccountResourceIdentityProjection>

Provides service/context methods for querying AccountResource objects for use with syncing generic cloud resources. These resources are useful for syncing non compute / vm related objects. For example, cloud native services often can be categorized as a resource with a given AccountResourceType. These even can be linked to deployed terraform resource artefacts or cloudformation

This service is accessible in the MorpheusContext via the following traversal path:
morpheusContext.getAsync().getCloud().getAccountResource()

Since:
0.14.0