public class Image extends Resource
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
Image.Builder<T extends Image.Builder<T>>  | 
static class  | 
Image.Status  | 
| Modifier | Constructor and Description | 
|---|---|
protected  | 
Image(String id,
     String name,
     Set<Link> links,
     ContainerFormat containerFormat,
     DiskFormat diskFormat,
     Long size,
     String checksum)  | 
| Modifier and Type | Method and Description | 
|---|---|
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()  | 
@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)
public static Image.Builder<?> builder()
public Image.Builder<?> toBuilder()
public 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()
Copyright © 2009-2013 jclouds. All Rights Reserved.