public interface Location
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Description of the location
|
String |
getId()
Unique ID provided by the provider (us-standard, miami, etc)
|
Set<String> |
getIso3166Codes() |
Map<String,Object> |
getMetadata() |
Location |
getParent()
The parent, or null, if top-level
|
LocationScope |
getScope()
Scope of the location, ex.
|
LocationScope getScope()
String getId()
String getDescription()
Location getParent()
Map<String,Object> getMetadata()
Copyright © 2009-2012 jclouds. All Rights Reserved.