public static interface ImageService.ImportRequest extends Request<ImageService.ImportRequest,ImageService.ImportResponse>
Modifier and Type | Method and Description |
---|---|
ImageService.ImportRequest |
async(Boolean async)
Indicates if the import should be performed asynchronously.
|
ImageService.ImportRequest |
cluster(Cluster cluster) |
ImageService.ImportRequest |
cluster(ClusterBuilder cluster) |
ImageService.ImportRequest |
disk(Disk disk) |
ImageService.ImportRequest |
disk(DiskBuilder disk) |
ImageService.ImportRequest |
importAsTemplate(Boolean importAsTemplate) |
ImageService.ImportRequest async(Boolean async)
Indicates if the import should be performed asynchronously.
ImageService.ImportRequest cluster(Cluster cluster)
ImageService.ImportRequest cluster(ClusterBuilder cluster)
ImageService.ImportRequest disk(Disk disk)
ImageService.ImportRequest disk(DiskBuilder disk)
ImageService.ImportRequest importAsTemplate(Boolean importAsTemplate)
Copyright © 2016. All rights reserved.