optiongroups
Mandatory parameters are denoted by an * (asterisk).
header | type | description | required | encoding | sample | object_headers |
|
|
|
---|---|---|---|---|---|---|---|---|---|
HEADER-ipamdhcp-v2-optiongroup* | string | The primary identifier of the header stating the type of object. | TRUE | string |
|
|
|
|
|
key* | string | The primary identifier of an individual object. For Option Groups, the option group's name is used as the key. | TRUE | string |
|
|
|
|
|
name* | string | The name of the option group. May contain 1 to 256 characters. | TRUE | string |
|
|
|
|
|
comment | string | The description of the option group. May contain 0 to 1024 characters. | FALSE | string |
|
|
|
|
|
dhcp_options | string | The list of DHCP options for the option group. May be either a specific option or a group of options. | FALSE | expanddhcp |
|
|
|
|
|
tags | string | The tags for the option group, in JSON format. | FALSE | expandtags |
|
|
|
|
|
protocol | string | The protocol's type: ip4 or ip6. | FALSE | string |
|
|
|
|
|