The Subnet
class inherits from Resource
.
openstack.network.v2.subnet.
Subnet
(_synchronized=False, connection=None, **attrs)¶The base resource
Parameters: |
|
---|
allocation_pools
¶List of allocation pools each of which has a start and an end address for this subnet
cidr
¶The CIDR.
created_at
¶Timestamp when the subnet was created.
description
¶The subnet description.
dns_nameservers
¶A list of DNS nameservers.
gateway_ip
¶The gateway IP address.
host_routes
¶A list of host routes.
ip_version
¶The IP version, which is 4 or 6. Type: int
ipv6_address_mode
¶The IPv6 address modes which are ‘dhcpv6-stateful’, ‘dhcpv6-stateless’ or ‘slacc’.
ipv6_ra_mode
¶The IPv6 router advertisements modes which can be ‘slaac’, ‘dhcpv6-stateful’, ‘dhcpv6-stateless’.
is_dhcp_enabled
¶Set to True
if DHCP is enabled and False
if DHCP is disabled.
Type: bool
name
¶The subnet name.
network_id
¶The ID of the attached network.
prefix_length
¶The prefix length to use for subnet allocation from a subnet pool
project_id
¶The ID of the project this subnet is associated with.
revision_number
¶Revision number of the subnet. Type: int
segment_id
¶The ID of the segment this subnet is associated with.
service_types
¶Service types for this subnet
subnet_pool_id
¶The subnet pool ID from which to obtain a CIDR.
updated_at
¶Timestamp when the subnet was last updated.
use_default_subnet_pool
¶Whether to use the default subnet pool to obtain a CIDR.
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.