|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jclouds.openstack.v2_0.domain.Resource
org.jclouds.openstack.glance.v1_0.domain.Image
public class Image
An image the Glance server knows about
| Nested Class Summary | |
|---|---|
static class |
Image.Builder<T extends Image.Builder<T>>
|
static class |
Image.Status
|
| Constructor Summary | |
|---|---|
protected |
Image(String id,
String name,
Set<Link> links,
ContainerFormat containerFormat,
DiskFormat diskFormat,
Long size,
String checksum)
|
| Method Summary | |
|---|---|
static Image.Builder<?> |
builder()
|
boolean |
equals(Object obj)
|
com.google.common.base.Optional<String> |
getChecksum()
|
com.google.common.base.Optional<ContainerFormat> |
getContainerFormat()
|
com.google.common.base.Optional<DiskFormat> |
getDiskFormat()
|
com.google.common.base.Optional<Long> |
getSize()
|
int |
hashCode()
|
protected com.google.common.base.Objects.ToStringHelper |
string()
|
Image.Builder<?> |
toBuilder()
|
| Methods inherited from class org.jclouds.openstack.v2_0.domain.Resource |
|---|
compareTo, getId, getLinks, getName, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
@ConstructorProperties(value={"id","name","links","container_format","disk_format","size","checksum"})
protected Image(String id,
@Nullable
String name,
Set<Link> links,
@Nullable
ContainerFormat containerFormat,
@Nullable
DiskFormat diskFormat,
@Nullable
Long size,
@Nullable
String checksum)
| Method Detail |
|---|
public static Image.Builder<?> builder()
public Image.Builder<?> toBuilder()
toBuilder in class Resourcepublic com.google.common.base.Optional<ContainerFormat> getContainerFormat()
public com.google.common.base.Optional<DiskFormat> getDiskFormat()
public com.google.common.base.Optional<Long> getSize()
public com.google.common.base.Optional<String> getChecksum()
public int hashCode()
hashCode in class Resourcepublic boolean equals(Object obj)
equals in class Resourceprotected com.google.common.base.Objects.ToStringHelper string()
string in class Resource
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||