SegmentDhcpV6Config (schema)

DHCP configuration of IPv6 subnet in a segment

Name Description Type Notes
dns_servers DNS servers for subnet

IP address of DNS servers for subnet. DNS server IP address must
belong to the same address family as segment gateway_address
property.
array of IPAddress Maximum items: 2
domain_names Domain names for subnet

Domain names for subnet.
array of string
excluded_ranges Excluded range of IPv6 addresses

Excluded addresses to define dynamic ip allocation ranges.
array of IPElement Minimum items: 0
Maximum items: 128
lease_time DHCP lease time for subnet

DHCP lease time in seconds. When specified, this property overwrites
lease time configured DHCP server config.
integer Minimum: 60
Maximum: 4294967295
Default: "86400"
options DHCP options

IPv6 DHCP options based on the address family of the subnet.
DhcpV6Options
preferred_time Preferred time

The length of time that a valid address is preferred. When the
preferred lifetime expires, the address becomes deprecated.
integer Minimum: 60
Maximum: 4294967295
resource_type Must be set to the value SegmentDhcpV6Config string Required
Enum: SegmentDhcpV4Config, SegmentDhcpV6Config
server_address IP address of the DHCP server

IP address of the DHCP server in CIDR format.
The server_address is mandatory in case this segment has provided a
dhcp_config_path and it represents a DHCP server config.
If this SegmentDhcpConfig is a SegmentDhcpV4Config, the address must
be an IPv4 address. If this is a SegmentDhcpV6Config, the address must
be an IPv6 address.
This address must not overlap the ip-ranges of the subnet, or the
gateway address of the subnet, or the DHCP static-binding addresses
of this segment.
IPCIDRBlock
sntp_servers SNTP servers for subnet

IPv6 address of SNTP servers for subnet.
array of IPv6Address