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 onComputeServerAccessrelated assets within Morpheus.Returns the ComputePort context used for performing sync operations onComputePortrelated assets within Morpheus.Returns the ComputeServerInterfaceContext used for performing updates or queries onComputeServerInterfacerelated 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, searchMethods inherited from interface com.morpheusdata.core.MorpheusSynchronousIdentityService
getDataIdentityService, listIdentityProjections
-
Method Details
-
getComputeServerInterface
MorpheusSynchronousComputeServerInterfaceService getComputeServerInterface()Returns the ComputeServerInterfaceContext used for performing updates or queries onComputeServerInterfacerelated assets within Morpheus.- Returns:
- An instance of the ComputeServerInterface Context
-
getComputePort
MorpheusSynchronousComputePortService getComputePort()Returns the ComputePort context used for performing sync operations onComputePortrelated assets within Morpheus.- Returns:
- An instance of the ComputePort context
-
getAccess
MorpheusSynchronousComputeServerAccessService getAccess()Returns the ComputePort context used for performing sync operations onComputeServerAccessrelated assets within Morpheus.- Returns:
- An instance of the ComputeServerAccess context
-