Class Disk
- java.lang.Object
-
- org.jclouds.googlecomputeengine.domain.Disk
-
public abstract class Disk extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Disk.Status
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description static Disk
create(String id, Date creationTimestamp, URI zone, Disk.Status status, String name, String description, int sizeGb, String sourceSnapshot, String sourceSnapshotId, URI selfLink, URI sourceImage, String sourceImageId, URI type, List<String> licenses)
abstract Date
creationTimestamp()
abstract String
description()
abstract String
id()
abstract List<String>
licenses()
abstract String
name()
abstract URI
selfLink()
abstract int
sizeGb()
abstract URI
sourceImage()
abstract String
sourceImageId()
abstract String
sourceSnapshot()
abstract String
sourceSnapshotId()
abstract Disk.Status
status()
abstract URI
type()
URL of the corresponding disk type resource.abstract URI
zone()
-