The Limit
class inherits from
Resource
.
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.
Plural form of key for resource.
The base part of the URI for this 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 The maximum number of replica gigabytes that are allowed in a project.
The total maximum number of shares that are allowed in a project.
The total maximum number of share gigabytes that are allowed in a project.
The total maximum number of share-networks that are allowed in a project.
The total maximum number of share snapshots that are allowed in a project.
The maximum number of share replicas that is allowed.
The total maximum number of snapshot gigabytes that are allowed in a project.
The total number of replica gigabytes used in a project by share replicas.
The total number of gigabytes used in a project by shares.
The total number of created shares in a project.
The total number of created share-networks in a project.
The total number of created share snapshots in a project.
The total number of gigabytes used in a project by snapshots.
The total number of created share replicas in a project.
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.
Limit
Limit.resources_key
Limit.base_path
Limit.allow_create
Limit.allow_fetch
Limit.allow_commit
Limit.allow_delete
Limit.allow_list
Limit.allow_head
Limit.maxTotalReplicaGigabytes
Limit.maxTotalShares
Limit.maxTotalShareGigabytes
Limit.maxTotalShareNetworks
Limit.maxTotalShareSnapshots
Limit.maxTotalShareReplicas
Limit.maxTotalSnapshotGigabytes
Limit.totalReplicaGigabytesUsed
Limit.totalShareGigabytesUsed
Limit.totalSharesUsed
Limit.totalShareNetworksUsed
Limit.totalShareSnapshotsUsed
Limit.totalSnapshotGigabytesUsed
Limit.totalShareReplicasUsed