Package | Description |
---|---|
org.jclouds.googlecomputeengine.domain |
Modifier and Type | Method and Description |
---|---|
abstract Disk.Status |
Disk.status() |
static Disk.Status |
Disk.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Disk.Status[] |
Disk.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Disk |
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) |
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.