ImageService.ImportRequest |
ImageService.ImportRequest.async(Boolean async) |
Indicates if the import should be performed asynchronously.
|
ImageService.ImportRequest |
ImageService.ImportRequest.cluster(ClusterBuilder cluster) |
The cluster to which the image should be imported if the `import_as_template` parameter
is set to `true`.
|
ImageService.ImportRequest |
ImageService.ImportRequest.cluster(Cluster cluster) |
|
ImageService.ImportRequest |
ImageService.ImportRequest.disk(DiskBuilder disk) |
The disk to import.
|
ImageService.ImportRequest |
ImageService.ImportRequest.disk(Disk disk) |
|
ImageService.ImportRequest |
ImageService.import_() |
Imports an image.
|
ImageService.ImportRequest |
ImageService.ImportRequest.importAsTemplate(Boolean importAsTemplate) |
Specifies if a template should be created from the imported disk.
|
ImageService.ImportRequest |
ImageService.ImportRequest.storageDomain(StorageDomainBuilder storageDomain) |
The storage domain to which the disk should be imported.
|
ImageService.ImportRequest |
ImageService.ImportRequest.storageDomain(StorageDomain storageDomain) |
|
ImageService.ImportRequest |
ImageService.ImportRequest.template(TemplateBuilder template) |
The name of the template being created if the
`import_as_template` parameter is set to `true`.
|
ImageService.ImportRequest |
ImageService.ImportRequest.template(Template template) |
|