Package com.morpheusdata.core.network
Interface MorpheusNetworkLocationService
- All Superinterfaces:
MorpheusDataQueryService<NetworkLocation>,MorpheusDataService<NetworkLocation,,NetworkLocationIdentityProjection> MorpheusIdentityService<NetworkLocationIdentityProjection>
public interface MorpheusNetworkLocationService
extends MorpheusDataService<NetworkLocation,NetworkLocationIdentityProjection>, MorpheusIdentityService<NetworkLocationIdentityProjection>
This Context deals with interactions related to
NetworkLocation objects. It can normally
be accessed via the primary MorpheusContext via the MorpheusNetworkService
Network Locations represent geographic or logical locations associated with networks and cloud resources.
Examples:
morpheusContext.getNetwork().getNetworkLocation()
- See Also:
-
Method Summary
Methods inherited from interface com.morpheusdata.core.MorpheusDataQueryService
count, find, get, list, list, listById, listOptions, listOptions, searchMethods inherited from interface com.morpheusdata.core.MorpheusDataService
bulkCreate, bulkRemove, bulkSave, create, create, remove, remove, save, saveMethods inherited from interface com.morpheusdata.core.MorpheusIdentityService
getIdentityProperties, listIdentityProjections