Class Disk
java.lang.Object
org.jclouds.googlecomputeengine.domain.Disk
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic 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
abstract String
abstract String
id()
licenses()
abstract String
name()
abstract URI
selfLink()
abstract int
sizeGb()
abstract URI
abstract String
abstract String
abstract String
abstract Disk.Status
status()
abstract URI
type()
URL of the corresponding disk type resource.abstract URI
zone()
-
Method Details
-
id
-
creationTimestamp
-
zone
-
status
-
name
-
description
-
sizeGb
public abstract int sizeGb() -
sourceSnapshot
-
sourceSnapshotId
-
selfLink
-
sourceImage
-
sourceImageId
-
type
URL of the corresponding disk type resource. -
licenses
-
create
-