openstack.network.v2.subnet_pool¶
The SubnetPool Class¶
The SubnetPool
class inherits from Resource
.
-
class
openstack.network.v2.subnet_pool.
SubnetPool
(attrs=None, loaded=False)¶ Construct a Resource to interact with a service’s REST API.
The Resource class offers two class methods to construct resource objects, which are preferrable to entering through this initializer. See
Resource.new()
andResource.existing()
.Parameters: - attrs (dict) – The attributes to set when constructing this Resource.
- loaded (bool) –
True
if this Resource exists on the server,False
if it does not.
-
minimum_prefix_length
= None¶ The minimum prefix length that can be allocated from the subnet pool. Type: int
-
default_prefix_length
= None¶ The length of the prefix to allocate when the cidr or prefixlen attributes are omitted when creating a subnet. Type: int
-
maximum_prefix_length
= None¶ The maximum prefix length that can be allocated from the subnet pool. Type: int
-
name
= None¶ The subnet pool name.
-
default_quota
= None¶ 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
-
project_id
= None¶ The ID of the project that owns the subnet pool.
-
prefixes
= None¶ 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
-
ip_version
= None¶ Read-only. The IP address family of the list of prefixes. Type: int
Indicates whether this subnet pool is shared across all projects. Type: bool