Interface MorpheusInstanceTypeService

All Superinterfaces:
MorpheusDataQueryService<InstanceType>, MorpheusDataService<InstanceType,InstanceType>

public interface MorpheusInstanceTypeService extends MorpheusDataService<InstanceType,InstanceType>
Context methods for accessing InstanceType in Morpheus
  • Method Details

    • setInstanceTypeToScale

      io.reactivex.rxjava3.core.Single<Boolean> setInstanceTypeToScale(InstanceTypeIdentityProjection instanceType)
      Create scale actions for the instance type and its layouts.
      Returns:
      boolean true if the actions were created successfully
    • setInstanceTypeLayoutToScale

      io.reactivex.rxjava3.core.Single<Boolean> setInstanceTypeLayoutToScale(InstanceTypeLayout instanceTypeLayout)
      Create scale actions for the instance layout.
      Returns:
      boolean true if the actions were created successfully