Package com.morpheusdata.request
Class ImportWorkloadRequest
java.lang.Object
com.morpheusdata.request.ImportWorkloadRequest
-
Field Summary
FieldsModifier 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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetImageBasePath(String imageBasePath) voidsetSourceImage(VirtualImage sourceImage) voidsetStorageBucket(StorageBucket storageBucket) voidsetTargetImage(VirtualImage targetImage) voidsetWorkload(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
-