public class VolumeSnapshot extends Object
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
VolumeSnapshot.Builder<T extends VolumeSnapshot.Builder<T>>  | 
| Modifier | Constructor and Description | 
|---|---|
protected  | 
VolumeSnapshot(String id,
              String volumeId,
              Volume.Status status,
              int size,
              Date created,
              String name,
              String description)  | 
| Modifier and Type | Method and Description | 
|---|---|
static VolumeSnapshot.Builder<?> | 
builder()  | 
boolean | 
equals(Object obj)  | 
Date | 
getCreated()  | 
String | 
getDescription()  | 
String | 
getId()  | 
String | 
getName()  | 
int | 
getSize()  | 
Volume.Status | 
getStatus()  | 
String | 
getVolumeId()  | 
int | 
hashCode()  | 
protected com.google.common.base.Objects.ToStringHelper | 
string()  | 
VolumeSnapshot.Builder<?> | 
toBuilder()  | 
String | 
toString()  | 
public static VolumeSnapshot.Builder<?> builder()
public VolumeSnapshot.Builder<?> toBuilder()
public String getId()
public String getVolumeId()
public Volume.Status getStatus()
public int getSize()
@Nullable public String getName()
@Nullable public String getDescription()
protected com.google.common.base.Objects.ToStringHelper string()
Copyright © 2009-2013 jclouds. All Rights Reserved.