Package com.morpheusdata.request
Class ImportWorkloadRequest
java.lang.Object
com.morpheusdata.request.ImportWorkloadRequest
-
Field Summary
Modifier and TypeFieldDescriptionThe base path for saving the image on the storage providerThe source image to importThe storage bucket to save the image.The image to save the import results.The workload to import -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setImageBasePath
(String imageBasePath) void
setSourceImage
(VirtualImage sourceImage) void
setStorageBucket
(StorageBucket storageBucket) void
setTargetImage
(VirtualImage targetImage) void
setWorkload
(Workload workload)
-
Field Details
-
workload
The workload to import -
sourceImage
The source image to import -
targetImage
The image to save the import results. -
imageBasePath
The base path for saving the image on the storage provider -
storageBucket
The storage bucket to save the image. The storage provider can be created from the bucket usingMorpheusStorageBucketService.getBucketStorageProvider(Long)
.
-
-
Constructor Details
-
ImportWorkloadRequest
public ImportWorkloadRequest()
-
-
Method Details
-
getWorkload
-
setWorkload
-
getSourceImage
-
setSourceImage
-
getTargetImage
-
setTargetImage
-
getImageBasePath
-
setImageBasePath
-
getStorageBucket
-
setStorageBucket
-