openstack.block_storage.v2.quota_set¶
The QuotaSet Class¶
The QuotaSet
class inherits from Resource
.
-
class
openstack.block_storage.v2.quota_set.
QuotaSet
(_synchronized=False, connection=None, **attrs)¶ The base resource
- Parameters
_synchronized (bool) – This is not intended to be used directly. See
new()
andexisting()
.connection (openstack.connection.Connection) – Reference to the Connection being used. Defaults to None to allow Resource objects to be used without an active Connection, such as in unit tests. Use of
self._connection
in Resource code should protect itself with a check for None.
-
backup_gigabytes
¶ Properties The size (GB) of backups that are allowed for each project.
-
backups
¶ The number of backups that are allowed for each project.
-
gigabytes
¶ The size (GB) of volumes and snapshots that are allowed for each project.
-
groups
¶ The number of groups that are allowed for each project.
-
per_volume_gigabytes
¶ The size (GB) of volumes in request that are allowed for each volume.
-
snapshots
¶ The number of snapshots that are allowed for each project.
-
volumes
¶ The number of volumes that are allowed for each project.