Package com.morpheusdata.core
Interface MorpheusComputeServerGroupService
- All Superinterfaces:
MorpheusDataQueryService<ComputeServerGroup>
,MorpheusDataService<ComputeServerGroup,
,ComputeServerGroup> MorpheusIdentityService<ComputeServerGroup>
public interface MorpheusComputeServerGroupService
extends MorpheusDataService<ComputeServerGroup,ComputeServerGroup>, MorpheusIdentityService<ComputeServerGroup>
-
Method Summary
Methods inherited from interface com.morpheusdata.core.MorpheusDataQueryService
count, find, get, list, list, listById, listOptions, listOptions, search
Methods inherited from interface com.morpheusdata.core.MorpheusDataService
bulkCreate, bulkRemove, bulkSave, create, create, remove, remove, save, save
Methods inherited from interface com.morpheusdata.core.MorpheusIdentityService
getIdentityProperties, listIdentityProjections
-
Method Details
-
getType
MorpheusComputeServerGroupTypeService getType()Returns the Compute Server Group Type Service- Returns:
- An instance of the Compute Server Group Type Service
-