public abstract class Region extends Object
Modifier and Type | Method and Description |
---|---|
abstract boolean |
available() |
static Region |
create(String slug,
String name,
List<String> sizes,
boolean available,
List<String> features) |
abstract List<String> |
features() |
abstract String |
name() |
abstract List<String> |
sizes() |
abstract String |
slug() |
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.