The Limits
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.
The AbsoluteLimits
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.
The number of key-value pairs that can be set as image metadata.
The maximum number of personality contents that can be supplied.
The maximum size, in bytes, of a personality.
The maximum amount of security group rules allowed.
The maximum amount of security groups allowed.
The amount of security groups currently in use.
The number of key-value pairs that can be set as server metadata.
The maximum amount of cores.
The amount of cores currently in use.
The maximum amount of floating IPs.
The amount of floating IPs currently in use.
The maximum amount of instances.
The amount of instances currently in use.
The maximum amount of keypairs.
The maximum RAM size in megabytes.
The RAM size in megabytes currently in use.
The maximum amount of server groups.
The amount of server groups currently in use.
The maximum number of members in a server group.
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.
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.