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