The IPv6 fixed address template used to create IPv6 fixed address objects in a quick and consistent way. An IPv6 fixed address object created from an IPv6 fixed address template will inherit most properties defined in the IPv6 fixed address template object; therefor, most of the IPv6 fixed address template properties are the same as the fixed address object properties.
References to ipv6fixedaddresstemplate are object references.
The name part of an IPv6 DHCP Fixed Address template object reference has the following components:
- Name of the IPv6 fixed address template
Example: ipv6fixedaddresstemplate/ZG5zLmJpbmRfY25h:template_name
The object does not support the following operations:
The object cannot be managed on Cloud Platform members.
These fields are actual members of the object; thus, they can be requested by using _return_fields, if the fields are readable.
The basic version of the object contains the field(s): comment, name.
The following fields are required to create this object:
Field | Notes |
---|---|
name |
A descriptive comment of an IPv6 fixed address template object.
Type
String.
Create
The default value is empty.
Search
The field is available for search via
Notes
The comment is part of the base object.
Domain name of the IPv6 fixed address template object.
Type
String.
Values with leading or trailing white space are not valid for this field.
Create
The default value is empty.
Search
The field is not available for search.
Notes
domain_name is associated with the field use_domain_name (see use flag).
The IPv6 addresses of DNS recursive name servers to which the DHCP client can send name resolution requests. The DHCP server includes this information in the DNS Recursive Name Server option in Advertise, Rebind, Information-Request, and Reply messages.
Type
String array.
This field allows +/- to be specified as part of the field name when updating the object that adds or removes the specified value(s) to the list. An error will be returned if you add already existing value(s) or if you remove non-existent values(s). Note that this is supported only if you use JSON to access the WAPI.
Create
The default value is empty.
Search
The field is not available for search.
Notes
domain_name_servers is associated with the field use_domain_name_servers (see use flag).
Extensible attributes associated with the object.
For valid values for extensible attributes, see the following information.
Type
Extensible attributes.
This field allows +/- to be specified as part of the field name when updating the object, see the following information.
Create
The default value is empty.
Search
For how to search extensible attributes, see the following information.
This field contains the logic filters to be applied to this IPv6 fixed address.
This list corresponds to the match rules that are written to the DHCPv6 configuration file.
Type
A/An Logic Filter rule struct array.
Create
The default value is:
empty
Search
The field is not available for search.
Notes
logic_filter_rules is associated with the field use_logic_filter_rules (see use flag).
Name of an IPv6 fixed address template object.
Type
String.
Values with leading or trailing white space are not valid for this field.
Create
The field is required on creation.
Search
The field is available for search via
Notes
The name is part of the base object.
The number of IPv6 addresses for this fixed address.
Type
Unsigned integer.
Create
The default value is empty.
Search
The field is not available for search.
The start address offset for this IPv6 fixed address.
Type
Unsigned integer.
Create
The default value is empty.
Search
The field is not available for search.
An array of DHCP option structs that lists the DHCP options associated with the object.
Type
A/An DHCP option struct array.
Create
The default value is:
[ { 'name': 'dhcp-lease-time',
'num': 51,
'use_option': False,
'value': '43200',
'vendor_class': 'DHCP'}]
Search
The field is not available for search.
Notes
options is associated with the field use_options (see use flag).
The preferred lifetime value for this DHCP IPv6 fixed address template object.
Type
Unsigned integer.
Create
The default value is 27000.
Search
The field is not available for search.
Notes
preferred_lifetime is associated with the field use_preferred_lifetime (see use flag).
Use flag for: domain_name
Type
Bool.
Create
The default value is False.
Search
The field is not available for search.
Use flag for: domain_name_servers
Type
Bool.
Create
The default value is False.
Search
The field is not available for search.
Use flag for: logic_filter_rules
Type
Bool.
Create
The default value is False.
Search
The field is not available for search.
Use flag for: options
Type
Bool.
Create
The default value is False.
Search
The field is not available for search.
Use flag for: preferred_lifetime
Type
Bool.
Create
The default value is False.
Search
The field is not available for search.
Use flag for: valid_lifetime
Type
Bool.
Create
The default value is False.
Search
The field is not available for search.
The valid lifetime value for this DHCP IPv6 fixed address template object.
Type
Unsigned integer.
Create
The default value is 43200.
Search
The field is not available for search.
Notes
valid_lifetime is associated with the field use_valid_lifetime (see use flag).
Field | Type | Req | R/O | Base | Search |
---|---|---|---|---|---|
comment | String | N | N | Y | : = ~ |
domain_name | String | N | N | N | N/A |
domain_name_servers | [String] | N | N | N | N/A |
extattrs | Extattr | N | N | N | ext |
logic_filter_rules | [struct] | N | N | N | N/A |
name | String | Y | N | Y | : = ~ |
number_of_addresses | Unsigned int | N | N | N | N/A |
offset | Unsigned int | N | N | N | N/A |
options | [struct] | N | N | N | N/A |
preferred_lifetime | Unsigned int | N | N | N | N/A |
use_domain_name | Bool | N | N | N | N/A |
use_domain_name_servers | Bool | N | N | N | N/A |
use_logic_filter_rules | Bool | N | N | N | N/A |
use_options | Bool | N | N | N | N/A |
use_preferred_lifetime | Bool | N | N | N | N/A |
use_valid_lifetime | Bool | N | N | N | N/A |
valid_lifetime | Unsigned int | N | N | N | N/A |