Uses of Class
com.morpheusdata.request.UpdateModel
Packages that use UpdateModel
-
Uses of UpdateModel in com.morpheusdata.request
Fields in com.morpheusdata.request with type parameters of type UpdateModelModifier and TypeFieldDescriptionResizeV2Request.controllersAddStorageControllers that should be addedResizeRequest.controllersUpdateStorageControllers that should be updatedResizeV2Request.controllersUpdateStorageControllers that should be updatedResizeV2Request.interfacesAddComputeServerInterfaces that should be addedResizeRequest.interfacesUpdateComputeServerInterfaces that should be updatedResizeV2Request.interfacesUpdateComputeServerInterfaces that should be updatedResizeV2Request.volumesAddStorageVolumes that should be addedResizeRequest.volumesUpdateStorageVolumes that should be updatedResizeV2Request.volumesUpdateStorageVolumes that should be updated -
Uses of UpdateModel in com.morpheusdata.response
Fields in com.morpheusdata.response with type parameters of type UpdateModelModifier and TypeFieldDescriptionprotected List<UpdateModel<StorageController>>BuildResizeControllerChangelistResponse.updateListList of storage controllers to be updated.protected List<UpdateModel<ComputeServerInterface>>BuildResizeInterfaceChangelistResponse.updateListList of interfaces to be updated.protected List<UpdateModel<StorageVolume>>BuildResizeVolumeChangelistResponse.updateListList of storage volumes to be updated.Methods in com.morpheusdata.response that return types with arguments of type UpdateModelModifier and TypeMethodDescriptionBuildResizeControllerChangelistResponse.getUpdateList()BuildResizeInterfaceChangelistResponse.getUpdateList()BuildResizeVolumeChangelistResponse.getUpdateList()Method parameters in com.morpheusdata.response with type arguments of type UpdateModelModifier and TypeMethodDescriptionvoidBuildResizeControllerChangelistResponse.setUpdateList(List<UpdateModel<StorageController>> updateList) voidBuildResizeInterfaceChangelistResponse.setUpdateList(List<UpdateModel<ComputeServerInterface>> updateList) voidBuildResizeVolumeChangelistResponse.setUpdateList(List<UpdateModel<StorageVolume>> updateList)