public abstract class Backup extends Object
Modifier and Type | Method and Description |
---|---|
static Backup |
create(int id,
String name,
String distribution,
String slug,
boolean isPublic,
List<String> regions,
int minDiskSize) |
abstract String |
distribution() |
abstract int |
id() |
abstract boolean |
isPublic() |
abstract int |
minDiskSize() |
abstract String |
name() |
abstract List<String> |
regions() |
abstract String |
slug() |
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.