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