Class CinderBlockQuotaSet
- java.lang.Object
-
- org.openstack4j.openstack.storage.block.domain.CinderBlockQuotaSet
-
- All Implemented Interfaces:
Serializable,Buildable<BlockQuotaSetBuilder>,ModelEntity,BlockQuotaSet
public class CinderBlockQuotaSet extends Object implements BlockQuotaSet
An OpenStack Quota-Set- Author:
- Jeremy Unruh, Manuel Mazzuola
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCinderBlockQuotaSet.BlockQuotaSetConcreteBuilder-
Nested classes/interfaces inherited from interface org.openstack4j.common.Buildable
Buildable.Builder<T extends Buildable.Builder<T,M>,M extends Buildable<?>>
-
-
Constructor Summary
Constructors Constructor Description CinderBlockQuotaSet()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static BlockQuotaSetBuilderbuilder()intgetGigabytes()StringgetId()intgetSnapshots()intgetVolumes()Map<String,Integer>getVolumeTypesQuotas()BlockQuotaSetBuildertoBuilder()StringtoString()
-
-
-
Method Detail
-
builder
public static BlockQuotaSetBuilder builder()
-
toBuilder
public BlockQuotaSetBuilder toBuilder()
- Specified by:
toBuilderin interfaceBuildable<BlockQuotaSetBuilder>
-
getId
public String getId()
- Specified by:
getIdin interfaceBlockQuotaSet- Returns:
- the identifier
-
getSnapshots
public int getSnapshots()
- Specified by:
getSnapshotsin interfaceBlockQuotaSet- Returns:
- the Snapshots.
-
getVolumes
public int getVolumes()
- Specified by:
getVolumesin interfaceBlockQuotaSet- Returns:
- the Volumes
-
getGigabytes
public int getGigabytes()
- Specified by:
getGigabytesin interfaceBlockQuotaSet- Returns:
- the gigabytes
-
getVolumeTypesQuotas
public Map<String,Integer> getVolumeTypesQuotas()
- Specified by:
getVolumeTypesQuotasin interfaceBlockQuotaSet
-
-