public abstract class DataCenter extends Object
Constructor and Description |
---|
DataCenter() |
Modifier and Type | Method and Description |
---|---|
abstract String |
countryCode() |
static DataCenter |
create(String id,
String countryCode,
String location) |
abstract String |
id() |
abstract String |
location() |
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.