Interface MorpheusSynchronousInstanceTypeService
- All Superinterfaces:
MorpheusSynchronousDataService<InstanceType,InstanceType>
public interface MorpheusSynchronousInstanceTypeService
extends MorpheusSynchronousDataService<InstanceType,InstanceType>
-
Method Summary
Modifier and TypeMethodDescriptionsetInstanceTypeLayoutToScale(InstanceTypeLayout instanceTypeLayoutModel) Create scale actions for the instance layout.setInstanceTypeToScale(InstanceTypeIdentityProjection instanceTypeModel) Create scale actions for the instance type and its layouts.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
-
setInstanceTypeToScale
Create scale actions for the instance type and its layouts.- Returns:
- boolean true if the actions were created successfully
-
setInstanceTypeLayoutToScale
Create scale actions for the instance layout.- Returns:
- boolean true if the actions were created successfully
-