Interface MorpheusSynchronousComputeServerService
- All Superinterfaces:
- MorpheusSynchronousDataService<ComputeServer,,- ComputeServerIdentityProjection> - MorpheusSynchronousIdentityService<ComputeServerIdentityProjection>
public interface MorpheusSynchronousComputeServerService
extends MorpheusSynchronousDataService<ComputeServer,ComputeServerIdentityProjection>, MorpheusSynchronousIdentityService<ComputeServerIdentityProjection> 
- 
Method SummaryModifier 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.MorpheusSynchronousDataServicebulkCreate, bulkRemove, bulkSave, count, create, create, find, get, getDataService, list, listById, listOptions, remove, remove, save, save, searchMethods inherited from interface com.morpheusdata.core.MorpheusSynchronousIdentityServicegetDataIdentityService, listIdentityProjections
- 
Method Details- 
getComputeServerInterfaceMorpheusSynchronousComputeServerInterfaceService getComputeServerInterface()Returns the ComputeServerInterfaceContext used for performing updates or queries onComputeServerInterfacerelated assets within Morpheus.- Returns:
- An instance of the ComputeServerInterface Context
 
- 
getComputePortMorpheusSynchronousComputePortService getComputePort()Returns the ComputePort context used for performing sync operations onComputePortrelated assets within Morpheus.- Returns:
- An instance of the ComputePort context
 
- 
getAccessMorpheusSynchronousComputeServerAccessService getAccess()Returns the ComputePort context used for performing sync operations onComputeServerAccessrelated assets within Morpheus.- Returns:
- An instance of the ComputeServerAccess context
 
 
-