openstack.block_storage.v2.quota_class_set¶
The QuotaClassSet Class¶
The QuotaClassSet class inherits from
Resource.
- class openstack.block_storage.v2.quota_class_set.QuotaClassSet(_synchronized=False, connection=None, **attrs)¶
The base resource
- Parameters:
_synchronized – This is not intended to be used directly. See
new()andexisting().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._connectionin Resource code should protect itself with a check for None.
- resource_key = 'quota_class_set'¶
Singular form of key for resource.
- base_path = '/os-quota-class-sets'¶
The base part of the URI for this resource.
- allow_fetch = True¶
Allow get operation for this resource.
- allow_commit = True¶
Allow update operation for this resource.
- backup_gigabytes¶
The size (GiB) of backups that are allowed for each project.
- backups¶
The number of backups that are allowed for each project.
- gigabytes¶
The size (GiB) 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 (GiB) 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.