The AbsoluteLimit
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.
Properties The maximum total amount of backups, in gibibytes (GiB).
The maximum number of backups.
The maximum number of snapshots.
The maximum total amount of volumes, in gibibytes (GiB).
The maximum number of volumes.
The total number of backups gibibytes (GiB) used.
The total number of backups used.
The total number of gibibytes (GiB) used.
The total number of snapshots used.
The total number of volumes used.
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.
Singular form of key for resource.
The base part of the URI for this resource.
Allow get operation for this resource.
Properties An absolute limits object.
Rate-limit volume copy bandwidth, used to mitigate slow down of data access from the instances.
The RateLimit
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.
Properties Rate limits next availabe time.
Integer for rate limits remaining.
Unit of measurement for the value parameter.
Integer number of requests which can be made.
An HTTP verb (POST, PUT, etc.).
The RateLimits
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.
Properties
A list of the specific limits that apply to the regex
and uri
.
A regex representing which routes this rate limit applies to.
A URI representing which routes this rate limit applies to.
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.