openstack.dns.v2.limit¶
The Limit Class¶
The Limit
class inherits from Resource
.
- class openstack.dns.v2.limit.Limit(_synchronized=False, connection=None, **attrs)¶
DNS Limit Resource
The base resource
- Parameters:
_synchronized (bool) – This is not intended to be used directly. See
new()
andexisting()
.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.
- resource_key = 'limit'¶
Singular form of key for resource.
- base_path = '/limits'¶
The base part of the URI for this resource.
- allow_list = True¶
Allow list operation for this resource.
- max_page_limit¶
Properties The max amount of items allowed per page
- max_recordset_name_length¶
The max length of a recordset name
- max_recordset_records¶
The max amount of records contained in a recordset
- max_zone_name_length¶
The max length of a zone name
- max_zone_records¶
The max amount of records in a zone
- max_zone_recordsets¶
The max amount of recordsets per zone
- max_zones¶
The max amount of zones for this project
- min_ttl¶
The lowest ttl allowed on this system