Class ManilaQuotaSet
- java.lang.Object
-
- org.openstack4j.openstack.manila.domain.ManilaQuotaSet
-
- All Implemented Interfaces:
Serializable,QuotaSet,ModelEntity
public class ManilaQuotaSet extends Object implements QuotaSet
Set of quotas for shares.- Author:
- Daniel Gonzalez Nothnagel
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ManilaQuotaSet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegergetGigabytes()StringgetId()IntegergetShareNetworks()IntegergetShares()IntegergetSnapshotGigabytes()IntegergetSnapshots()
-
-
-
Method Detail
-
getId
public String getId()
-
getGigabytes
public Integer getGigabytes()
- Specified by:
getGigabytesin interfaceQuotaSet- Returns:
- the number of gigabytes allowed for each tenant
-
getSnapshots
public Integer getSnapshots()
- Specified by:
getSnapshotsin interfaceQuotaSet- Returns:
- the number of snapshots allowed for each tenant
-
getShares
public Integer getShares()
-
getSnapshotGigabytes
public Integer getSnapshotGigabytes()
- Specified by:
getSnapshotGigabytesin interfaceQuotaSet- Returns:
- the number of gigabytes for the snapshots allowed for each tenant
-
getShareNetworks
public Integer getShareNetworks()
- Specified by:
getShareNetworksin interfaceQuotaSet- Returns:
- the number of share networks allowed for each tenant
-
-