Uses of Class
com.morpheusdata.model.ServicePlan
Packages that use ServicePlan
Package
Description
-
Uses of ServicePlan in com.morpheusdata.core
Methods in com.morpheusdata.core that return types with arguments of type ServicePlanModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Observable<ServicePlan>MorpheusServicePlanService.listByCode(Collection<String> codes) Get a list of ServicePlan objects from a list of projection codesio.reactivex.rxjava3.core.Observable<ServicePlan>MorpheusServicePlanService.listById(Collection<Long> ids) Get a list of ServicePlan objects from a list of projection ids -
Uses of ServicePlan in com.morpheusdata.core.providers
Methods in com.morpheusdata.core.providers that return types with arguments of type ServicePlanModifier and TypeMethodDescriptiondefault Collection<ServicePlan>CloudProvider.filterServicePlans(Cloud cloud, Collection<ServicePlan> servicePlans, FilterServicePlansCriteria criteria) Support for additional service plan filtering during provisioningdefault Collection<ServicePlan>ProvisionProvider.getServicePlans()Provides a Collection of $ServicePlanrelated to this ProvisionProvider that can be seeded in.Method parameters in com.morpheusdata.core.providers with type arguments of type ServicePlanModifier and TypeMethodDescriptiondefault Collection<ServicePlan>CloudProvider.filterServicePlans(Cloud cloud, Collection<ServicePlan> servicePlans, FilterServicePlansCriteria criteria) Support for additional service plan filtering during provisioning -
Uses of ServicePlan in com.morpheusdata.model
Fields in com.morpheusdata.model declared as ServicePlanModifier and TypeFieldDescriptionprotected ServicePlanComputeServer.planInstance.planprotected ServicePlanWorkload.planprotected ServicePlanServicePlanPriceSet.servicePlanMethods in com.morpheusdata.model that return ServicePlanModifier and TypeMethodDescriptionComputeServer.getPlan()Instance.getPlan()Workload.getPlan()ServicePlanPriceSet.getServicePlan()Methods in com.morpheusdata.model with parameters of type ServicePlanModifier and TypeMethodDescriptionvoidComputeServer.setPlan(ServicePlan plan) voidInstance.setPlan(ServicePlan plan) voidWorkload.setPlan(ServicePlan plan) voidServicePlanPriceSet.setServicePlan(ServicePlan servicePlan) -
Uses of ServicePlan in com.morpheusdata.request
Fields in com.morpheusdata.request declared as ServicePlanModifier and TypeFieldDescriptionResizeRequest.planThe desired ServicePlanResizeV2Request.planThe desired ServicePlanConstructors in com.morpheusdata.request with parameters of type ServicePlanModifierConstructorDescriptionResizeRequest(ServicePlan plan, Long maxMemory, Long maxCores, Long maxStorage, Long coresPerSocket, List<StorageVolume> volumesDelete, List<Map> volumesAdd, List<UpdateModel<StorageVolume>> volumesUpdate, List<StorageController> controllersDelete, List<Map> controllersAdd, List<UpdateModel<StorageController>> controllersUpdate, List<ComputeServerInterface> interfacesDelete, List<Map> interfacesAdd, List<UpdateModel<ComputeServerInterface>> interfacesUpdate) ResizeV2Request(ServicePlan plan, Long maxMemory, Long maxCores, Long maxStorage, Long coresPerSocket, List<StorageVolume> volumesDelete, List<UpdateModel<StorageVolume>> volumesAdd, List<UpdateModel<StorageVolume>> volumesUpdate, List<StorageController> controllersDelete, List<UpdateModel<StorageController>> controllersAdd, List<UpdateModel<StorageController>> controllersUpdate, List<ComputeServerInterface> interfacesDelete, List<UpdateModel<ComputeServerInterface>> interfacesAdd, List<UpdateModel<ComputeServerInterface>> interfacesUpdate)