The SubnetPool
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 ID of the address scope associated with the subnet pool.
Timestamp when the subnet pool was created.
The length of the prefix to allocate when the cidr or prefixlen attributes are omitted when creating a subnet. Type: int
A per-project quota on the prefix space that can be allocated from the subnet pool for project subnets. For IPv4 subnet pools, default_quota is measured in units of /32. For IPv6 subnet pools, default_quota is measured units of /64. All projects that use the subnet pool have the same prefix quota applied. Type: int
The subnet pool description.
Read-only. The IP address family of the list of prefixes. Type: int
Whether or not this is the default subnet pool. Type: bool
Indicates whether this subnet pool is shared across all projects. Type: bool
The maximum prefix length that can be allocated from the subnet pool. Type: int
The minimum prefix length that can be allocated from the subnet pool. Type: int
The subnet pool name.
The ID of the project that owns the subnet pool.
Tenant_id (deprecated attribute).
A list of subnet prefixes that are assigned to the subnet pool. The adjacent prefixes are merged and treated as a single prefix. Type: list
Revision number of the subnet pool. Type: int
Timestamp when the subnet pool was last updated.
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.