Package | Description |
---|---|
org.jclouds.googlecomputeengine.domain |
Modifier and Type | Method and Description |
---|---|
abstract Region.Status |
Region.status() |
static Region.Status |
Region.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Region.Status[] |
Region.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 Region |
Region.create(String id,
Date creationTimestamp,
URI selfLink,
String name,
String description,
Region.Status status,
List<URI> zones,
List<Quota> quotas) |
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.