DHCP Option Policy
This policy is only supported up to NDO version 3.7.
Location in GUI:
Application Management
» Policies
Diagram
Classes
policies (ndo)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
dhcp_options | List | [dhcp_options] | No |
dhcp_options (ndo.policies)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
name | String | Regex: ^[a-zA-Z0-9_.:-]{1,64}$ | Yes | |
description | String | Regex: ^[a-zA-Z0-9\\!#$%()*,-./:;@ _{|}~?&+]{1,64}$ | No | |
tenant | String | Regex: ^[a-zA-Z0-9_.:-]{1,64}$ | Yes | |
options | List | [options] | No |
options (ndo.policies.dhcp_options)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
name | String | Regex: ^[a-zA-Z0-9_.:-]{1,64}$ | Yes | |
id | Integer | min: 1 | Yes | 1 |
data | String | Yes |
Examples
ndo:
policies:
dhcp_options:
- name: OPT1
description: Description
tenant: MSO1
options:
- name: OPT1
id: 1
data: DATA1