Package | Description |
---|---|
org.jclouds.googlecomputeengine.domain |
Modifier and Type | Method and Description |
---|---|
abstract Image.Status |
Image.status() |
static Image.Status |
Image.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Image.Status[] |
Image.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 Image |
Image.create(String id,
URI selfLink,
Date creationTimestamp,
String name,
String description,
String sourceType,
Image.RawDisk rawDisk,
Deprecated deprecated,
Image.Status status,
Long archiveSizeBytes,
Long diskSizeGb,
String sourceDisk,
String sourceDiskId,
List<String> licenses) |
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.