Interface MorpheusSynchronousComputeServerService
- All Superinterfaces:
MorpheusSynchronousDataService<ComputeServer,
,ComputeServerIdentityProjection> MorpheusSynchronousIdentityService<ComputeServerIdentityProjection>
public interface MorpheusSynchronousComputeServerService
extends MorpheusSynchronousDataService<ComputeServer,ComputeServerIdentityProjection>, MorpheusSynchronousIdentityService<ComputeServerIdentityProjection>
-
Method Summary
Modifier and TypeMethodDescriptionReturns the ComputePort context used for performing sync operations onComputeServerAccess
related assets within Morpheus.Returns the ComputePort context used for performing sync operations onComputePort
related assets within Morpheus.Returns the ComputeServerInterfaceContext used for performing updates or queries onComputeServerInterface
related assets within Morpheus.Methods inherited from interface com.morpheusdata.core.MorpheusSynchronousDataService
bulkCreate, bulkRemove, bulkSave, count, create, create, find, get, getDataService, list, listById, listOptions, remove, remove, save, save, search
Methods inherited from interface com.morpheusdata.core.MorpheusSynchronousIdentityService
getDataIdentityService, listIdentityProjections
-
Method Details
-
getComputeServerInterface
MorpheusSynchronousComputeServerInterfaceService getComputeServerInterface()Returns the ComputeServerInterfaceContext used for performing updates or queries onComputeServerInterface
related assets within Morpheus.- Returns:
- An instance of the ComputeServerInterface Context
-
getComputePort
MorpheusSynchronousComputePortService getComputePort()Returns the ComputePort context used for performing sync operations onComputePort
related assets within Morpheus.- Returns:
- An instance of the ComputePort context
-
getAccess
MorpheusSynchronousComputeServerAccessService getAccess()Returns the ComputePort context used for performing sync operations onComputeServerAccess
related assets within Morpheus.- Returns:
- An instance of the ComputeServerAccess context
-