Interface MorpheusSynchronousComputeServerInterfaceService
- All Superinterfaces:
MorpheusSynchronousDataService<ComputeServerInterface,
ComputeServerInterface>
public interface MorpheusSynchronousComputeServerInterfaceService
extends MorpheusSynchronousDataService<ComputeServerInterface,ComputeServerInterface>
-
Method Summary
Modifier and TypeMethodDescriptiongetType()
Returns the ComputeServerInterfaceType context used for performing sync operations onComputeServerInterfaceType
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
-
Method Details
-
getType
Returns the ComputeServerInterfaceType context used for performing sync operations onComputeServerInterfaceType
related assets within Morpheus.- Returns:
- An instance of the ComputeServerInterfaceType context
- Since:
- 1.2.6
-