| Modifier and Type | Class and Description | 
|---|---|
static class  | 
Location.Builder  | 
| Modifier | Constructor and Description | 
|---|---|
protected  | 
Location(String name,
        String displayName,
        Iterable<String> availableServices)  | 
| Modifier and Type | Method and Description | 
|---|---|
static Location.Builder | 
builder()  | 
boolean | 
equals(Object obj) | 
Set<String> | 
getAvailableServices()
Indicates the services available at a location. 
 | 
String | 
getDisplayName()
The localized name of data center location. 
 | 
String | 
getName()
The name of a data center location that is valid for your subscription. 
 | 
int | 
hashCode() | 
Location.Builder | 
toBuilder()  | 
String | 
toString() | 
public static Location.Builder builder()
public Location.Builder toBuilder()
public String getName()
West Europepublic String getDisplayName()
public Set<String> getAvailableServices()
Copyright © 2009-2013 jclouds. All Rights Reserved.