Interface MorpheusSynchronousWorkloadService
- All Superinterfaces:
MorpheusSynchronousDataService<Workload,
,WorkloadIdentityProjection> MorpheusSynchronousIdentityService<WorkloadIdentityProjection>
public interface MorpheusSynchronousWorkloadService
extends MorpheusSynchronousDataService<Workload,WorkloadIdentityProjection>, MorpheusSynchronousIdentityService<WorkloadIdentityProjection>
-
Method Summary
Modifier and TypeMethodDescriptionReturns the workload type set context used for syncing workloads 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
-
getTypeSet
MorpheusSynchronousWorkloadTypeSetService getTypeSet()Returns the workload type set context used for syncing workloads within Morpheus. Typically this would be called by aCloudProvider
.- Returns:
- An instance of the workload type set Context to be used for calls by various providers
-