public class CinderBlockQuotaSet extends Object implements BlockQuotaSet
Modifier and Type | Class and Description |
---|---|
static class |
CinderBlockQuotaSet.BlockQuotaSetConcreteBuilder |
Buildable.Builder<T extends Buildable.Builder<T,M>,M extends Buildable<?>>
Constructor and Description |
---|
CinderBlockQuotaSet() |
Modifier and Type | Method and Description |
---|---|
static BlockQuotaSetBuilder |
builder() |
int |
getGigabytes() |
String |
getId() |
int |
getSnapshots() |
int |
getVolumes() |
BlockQuotaSetBuilder |
toBuilder() |
String |
toString() |
public static BlockQuotaSetBuilder builder()
public BlockQuotaSetBuilder toBuilder()
toBuilder
in interface Buildable<BlockQuotaSetBuilder>
public String getId()
getId
in interface BlockQuotaSet
public int getSnapshots()
getSnapshots
in interface BlockQuotaSet
public int getVolumes()
getVolumes
in interface BlockQuotaSet
public int getGigabytes()
getGigabytes
in interface BlockQuotaSet
Copyright © 2017. All rights reserved.