Modifier and Type | Method and Description |
---|---|
VolumeUploadImage |
BlockVolumeService.uploadToImage(String volumeId,
UploadImageData data)
Uploads a volume to the image service
|
Modifier and Type | Method and Description |
---|---|
UploadImageData |
UploadImageData.containerFormat(ContainerFormat containerFormat)
The container format for this volume image (default is BARE)
|
static UploadImageData |
UploadImageData.create(String imageName)
Creates new UploadImageOptions with the specified image name
|
UploadImageData |
UploadImageData.diskFormat(DiskFormat diskFormat)
The disk format for this volume image (default is RAW)
|
UploadImageData |
UploadImageData.force(boolean isForce) |
UploadImageData |
UploadImageData.imageName(String imageName)
The image name used as a display name for the upload
|
Modifier and Type | Method and Description |
---|---|
static CinderUploadImageData |
CinderUploadImageData.create(UploadImageData data) |
Modifier and Type | Method and Description |
---|---|
VolumeUploadImage |
BlockVolumeServiceImpl.uploadToImage(String volumeId,
UploadImageData data) |
Copyright © 2017. All rights reserved.