|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ContainerFormat | |
|---|---|
| org.jclouds.openstack.glance.v1_0.domain | |
| org.jclouds.openstack.glance.v1_0.options | |
| Uses of ContainerFormat in org.jclouds.openstack.glance.v1_0.domain |
|---|
| Fields in org.jclouds.openstack.glance.v1_0.domain declared as ContainerFormat | |
|---|---|
protected ContainerFormat |
Image.Builder.containerFormat
|
| Methods in org.jclouds.openstack.glance.v1_0.domain that return ContainerFormat | |
|---|---|
static ContainerFormat |
ContainerFormat.fromValue(String containerFormat)
|
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. |
| Methods in org.jclouds.openstack.glance.v1_0.domain that return types with arguments of type ContainerFormat | |
|---|---|
com.google.common.base.Optional<ContainerFormat> |
Image.getContainerFormat()
|
| Methods in org.jclouds.openstack.glance.v1_0.domain with parameters of type ContainerFormat | |
|---|---|
T |
Image.Builder.containerFormat(ContainerFormat containerFormat)
|
| Constructors in org.jclouds.openstack.glance.v1_0.domain with parameters of type ContainerFormat | |
|---|---|
Image(String id,
String name,
Set<org.jclouds.openstack.v2_0.domain.Link> links,
ContainerFormat containerFormat,
DiskFormat diskFormat,
Long size,
String checksum)
|
|
ImageDetails(String id,
String name,
Set<org.jclouds.openstack.v2_0.domain.Link> links,
ContainerFormat containerFormat,
DiskFormat diskFormat,
Long size,
String checksum,
long minDisk,
long minRam,
String location,
String owner,
Date updatedAt,
Date createdAt,
Date deletedAt,
Image.Status status,
boolean isPublic,
Map<String,String> properties)
|
|
| Uses of ContainerFormat in org.jclouds.openstack.glance.v1_0.options |
|---|
| Methods in org.jclouds.openstack.glance.v1_0.options with parameters of type ContainerFormat | |
|---|---|
UpdateImageOptions |
UpdateImageOptions.containerFormat(ContainerFormat containerFormat)
|
static UpdateImageOptions |
UpdateImageOptions.Builder.containerFormat(ContainerFormat containerFormat)
|
ListImageOptions |
ListImageOptions.containerFormat(ContainerFormat containerFormat)
Return only those images having a matching container format |
static ListImageOptions |
ListImageOptions.Builder.containerFormat(ContainerFormat containerFormat)
|
static CreateImageOptions |
CreateImageOptions.Builder.containerFormat(ContainerFormat containerFormat)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||