Modifier and Type | Method and Description |
---|---|
ContainerFormat |
Image.getContainerFormat() |
static ContainerFormat |
ContainerFormat.value(String cf) |
static ContainerFormat |
ContainerFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContainerFormat[] |
ContainerFormat.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.containerFormat(ContainerFormat containerFormat) |
Modifier and Type | Method and Description |
---|---|
ContainerFormat |
VolumeUploadImage.getContainerFormat() |
Modifier and Type | Method and Description |
---|---|
ContainerFormat |
UploadImageData.getContainerFormat() |
Modifier and Type | Method and Description |
---|---|
UploadImageData |
UploadImageData.containerFormat(ContainerFormat containerFormat)
The container format for this volume image (default is BARE)
|
Modifier and Type | Method and Description |
---|---|
ContainerFormat |
GlanceImage.getContainerFormat() |
Modifier and Type | Method and Description |
---|---|
ImageBuilder |
GlanceImage.ImageConcreteBuilder.containerFormat(ContainerFormat containerFormat) |
Modifier and Type | Method and Description |
---|---|
ContainerFormat |
CinderVolumeUploadImage.getContainerFormat() |
Copyright © 2017. All rights reserved.