Constructor and Description |
---|
VitamJcloudLocationImpl() |
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.
|
static Location |
wrap(org.jclouds.domain.Location location)
Wrap jcloud Location to vitam location
|
public static Location wrap(org.jclouds.domain.Location location)
location
- public LocationScope getScope()
Location
public String getId()
Location
public String getDescription()
Location
getDescription
in interface Location
public Location getParent()
Location
public Map<String,Object> getMetadata()
getMetadata
in interface Location
public Set<String> getIso3166Codes()
getIso3166Codes
in interface Location
Copyright © 2018 Vitam. All rights reserved.