Class ResizeRequest


  • public class ResizeRequest
    extends java.lang.Object
    • Field Detail

      • plan

        public ServicePlan plan
        The desired ServicePlan
      • maxMemory

        public java.lang.Long maxMemory
        The desired maxMemory in bytes
      • maxCores

        public java.lang.Long maxCores
        The desired max cores
      • coresPerSocket

        public java.lang.Long coresPerSocket
        The desired cores per socket
      • maxStorage

        public java.lang.Long maxStorage
        The desired max storage.
      • volumesDelete

        public java.util.List<StorageVolume> volumesDelete
        StorageVolumes that should be deleted
      • volumesAdd

        public java.util.List<java.util.Map> volumesAdd
        StorageVolumes that should be added
      • controllersDelete

        public java.util.List<StorageController> controllersDelete
        StorageControllers that should be deleted
      • controllersAdd

        public java.util.List<java.util.Map> controllersAdd
        StorageControllers that should be added
      • interfacesDelete

        public java.util.List<ComputeServerInterface> interfacesDelete
        ComputeServerInterfaces that should be deleted
      • interfacesAdd

        public java.util.List<java.util.Map> interfacesAdd
        ComputeServerInterfaces that should be added