|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jclouds.googlecomputeengine.domain.Resource
org.jclouds.googlecomputeengine.domain.AbstractDisk
@Beta public abstract class AbstractDisk
A persistent disk resource
| Nested Class Summary | |
|---|---|
static class |
AbstractDisk.Builder<T extends AbstractDisk.Builder<T>>
|
| Nested classes/interfaces inherited from class org.jclouds.googlecomputeengine.domain.Resource |
|---|
Resource.Kind |
| Field Summary | |
|---|---|
protected Integer |
sizeGb
|
protected String |
status
|
| Fields inherited from class org.jclouds.googlecomputeengine.domain.Resource |
|---|
creationTimestamp, description, id, kind, name, selfLink |
| Constructor Summary | |
|---|---|
protected |
AbstractDisk(Resource.Kind kind,
String id,
Date creationTimestamp,
URI selfLink,
String name,
String description,
Integer sizeGb,
String status)
|
| Method Summary | |
|---|---|
static AbstractDisk.Builder<?> |
builder()
|
int |
getSizeGb()
|
String |
getStatus()
|
protected com.google.common.base.Objects.ToStringHelper |
string()
|
AbstractDisk.Builder<?> |
toBuilder()
|
String |
toString()
|
| Methods inherited from class org.jclouds.googlecomputeengine.domain.Resource |
|---|
equals, getCreationTimestamp, getDescription, getId, getKind, getName, getSelfLink, hashCode |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected final Integer sizeGb
protected final String status
| Constructor Detail |
|---|
protected AbstractDisk(Resource.Kind kind,
String id,
Date creationTimestamp,
URI selfLink,
String name,
String description,
Integer sizeGb,
String status)
| Method Detail |
|---|
public int getSizeGb()
public String getStatus()
protected com.google.common.base.Objects.ToStringHelper string()
string in class Resourcepublic String toString()
toString in class Resourcepublic static AbstractDisk.Builder<?> builder()
public AbstractDisk.Builder<?> toBuilder()
toBuilder in class Resource
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||