Package com.morpheusdata.request
Class ResizeRequest
java.lang.Object
com.morpheusdata.request.ResizeRequest
-
Field Summary
Modifier and TypeFieldDescriptionStorageControllers that should be addedStorageControllers that should be deletedStorageControllers that should be updatedThe desired cores per socketComputeServerInterfaces that should be addedComputeServerInterfaces that should be deletedComputeServerInterfaces that should be updatedThe desired max coresThe desired maxMemory in bytesThe desired max storage.The desired ServicePlanStorageVolumes that should be addedStorageVolumes that should be deletedStorageVolumes that should be updated -
Constructor Summary
ConstructorDescriptionResizeRequest
(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) -
Method Summary
-
Field Details
-
plan
The desired ServicePlan -
maxMemory
The desired maxMemory in bytes -
maxCores
The desired max cores -
coresPerSocket
The desired cores per socket -
maxStorage
The desired max storage. -
volumesDelete
StorageVolumes that should be deleted -
volumesAdd
StorageVolumes that should be added -
volumesUpdate
StorageVolumes that should be updated -
controllersDelete
StorageControllers that should be deleted -
controllersAdd
StorageControllers that should be added -
controllersUpdate
StorageControllers that should be updated -
interfacesDelete
ComputeServerInterfaces that should be deleted -
interfacesAdd
ComputeServerInterfaces that should be added -
interfacesUpdate
ComputeServerInterfaces that should be updated
-
-
Constructor Details
-
ResizeRequest
public ResizeRequest() -
ResizeRequest
public ResizeRequest(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)
-