Package | Description |
---|---|
org.jclouds.domain | |
org.jclouds.domain.internal | |
org.jclouds.rest.internal |
Modifier and Type | Field and Description |
---|---|
protected LocationScope |
LocationBuilder.scope |
Modifier and Type | Method and Description |
---|---|
LocationScope |
Location.getScope()
Scope of the location, ex.
|
static LocationScope |
LocationScope.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LocationScope[] |
LocationScope.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
LocationBuilder |
LocationBuilder.scope(LocationScope scope) |
Modifier and Type | Method and Description |
---|---|
LocationScope |
LocationImpl.getScope()
Scope of the location, ex.
|
Constructor and Description |
---|
LocationImpl(LocationScope scope,
String id,
String description,
Location parent,
Iterable<String> iso3166Codes,
Map<String,Object> metadata) |
Modifier and Type | Method and Description |
---|---|
LocationScope |
RestContextImpl.getScope() |
Copyright © 2009-2012 jclouds. All Rights Reserved.