public abstract class Location extends Object
| Constructor and Description | 
|---|
| Location() | 
| Modifier and Type | Method and Description | 
|---|---|
| static Location | create(String id,
      String name,
      String displayName,
      double longitude,
      double latitude) | 
| abstract String | displayName()The localized name of the data center location. | 
| abstract String | id()The id of the data center. | 
| abstract double | latitude()The latitude of the datacenter | 
| abstract double | longitude()The longitude of the datacenter | 
| abstract String | name()The name of the data center location. | 
public abstract String id()
public abstract String name()
West Europe.public abstract String displayName()
public abstract double longitude()
public abstract double latitude()
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.