Modifier and Type | Method and Description |
---|---|
DiskFormat |
Image.getDiskFormat() |
static DiskFormat |
DiskFormat.value(String df) |
static DiskFormat |
DiskFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DiskFormat[] |
DiskFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ImageBuilder |
ImageBuilder.diskFormat(DiskFormat diskFormat) |
Modifier and Type | Method and Description |
---|---|
DiskFormat |
VolumeUploadImage.getDiskFormat() |
Modifier and Type | Method and Description |
---|---|
DiskFormat |
UploadImageData.getDiskFormat() |
Modifier and Type | Method and Description |
---|---|
UploadImageData |
UploadImageData.diskFormat(DiskFormat diskFormat)
The disk format for this volume image (default is RAW)
|
Modifier and Type | Method and Description |
---|---|
DiskFormat |
GlanceImage.getDiskFormat() |
Modifier and Type | Method and Description |
---|---|
ImageBuilder |
GlanceImage.ImageConcreteBuilder.diskFormat(DiskFormat diskFormat) |
Modifier and Type | Method and Description |
---|---|
DiskFormat |
CinderVolumeUploadImage.getDiskFormat() |
Copyright © 2017. All rights reserved.