Class VolumeQuota
java.lang.Object
org.jclouds.openstack.cinder.v1.domain.VolumeQuota
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
VolumeQuota.Builder<T extends VolumeQuota.Builder<T>>
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
VolumeQuota
(String id, int volumes, int gigabytes, int snapshots) -
Method Summary
Modifier and TypeMethodDescriptionstatic VolumeQuota.Builder
<?> builder()
boolean
int
The limit of the total size of all volumes for the tenantgetId()
The id of the tenant this set of limits applies toint
The limit of the number of snapshots that can be used by the tenantint
The limit of the number of volumes that can be created for the tenantint
hashCode()
protected com.google.common.base.MoreObjects.ToStringHelper
string()
toString()
-
Constructor Details
-
VolumeQuota
-
-
Method Details
-
getId
The id of the tenant this set of limits applies to -
getVolumes
public int getVolumes()The limit of the number of volumes that can be created for the tenant -
getGigabytes
public int getGigabytes()The limit of the total size of all volumes for the tenant -
getSnapshots
public int getSnapshots()The limit of the number of snapshots that can be used by the tenant -
hashCode
public int hashCode() -
equals
-
string
protected com.google.common.base.MoreObjects.ToStringHelper string() -
toString
-
builder
-
toBuilder
-