The QuotaClassSet
class inherits from
Resource
and can be used to query quota class
The base resource
_synchronized (bool) – This is not intended to be used directly. See
new()
and
existing()
.
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.
The base part of the URI for this resource.
Singular form of key for resource.
Allow create operation for this resource.
Allow get operation for this resource.
Allow update operation for this resource.
Allow delete operation for this resource.
Allow list operation for this resource.
Allow head operation for this resource.
Properties A quota_class_set id.
The maximum number of share groups.
The maximum number of share group snapshots.
The total maximum number of shares that are allowed in a project.
The maximum number of snapshot gigabytes that are allowed in a project.
The total maximum number of snapshot gigabytes that are allowed in a project.
The maximum number of share-networks that are allowed in a project.
The maximum number of share replicas that is allowed.
The total maximum number of share gigabytes that are allowed in a project. You cannot request a share that exceeds the allowed gigabytes quota.
The maximum number of replica gigabytes that are allowed in a project. You cannot create a share, share replica, manage a share or extend a share if it is going to exceed the allowed replica gigabytes quota.
The number of gigabytes per share allowed in a project.
The total maximum number of share backups that are allowed in a project.
The total maximum number of backup gigabytes that are allowed in a project.
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.
QuotaClassSet
QuotaClassSet.base_path
QuotaClassSet.resource_key
QuotaClassSet.allow_create
QuotaClassSet.allow_fetch
QuotaClassSet.allow_commit
QuotaClassSet.allow_delete
QuotaClassSet.allow_list
QuotaClassSet.allow_head
QuotaClassSet.id
QuotaClassSet.share_groups
QuotaClassSet.share_group_snapshots
QuotaClassSet.snapshots
QuotaClassSet.snapshot_gigabytes
QuotaClassSet.shares
QuotaClassSet.share_networks
QuotaClassSet.share_replicas
QuotaClassSet.gigabytes
QuotaClassSet.replica_gigabytes
QuotaClassSet.per_share_gigabytes
QuotaClassSet.backups
QuotaClassSet.backup_gigabytes