DHCP Option Policy
Location in GUI: Tenants
» XXX
» Policies
» Protocol
» DHCP
» Option Policies
Diagram
Section titled “Diagram”Classes
Section titled “Classes”policies (apic.tenants)
Section titled “policies (apic.tenants)”Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
dhcp_option_policies | List | [dhcp_option_policies] | No |
dhcp_option_policies (apic.tenants.policies)
Section titled “dhcp_option_policies (apic.tenants.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,128}$ | No | |
options | List | [options] | No |
options (apic.tenants.policies.dhcp_option_policies)
Section titled “options (apic.tenants.policies.dhcp_option_policies)”Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
name | String | Regex: ^[a-zA-Z0-9_.:-]{1,64}$ | Yes | |
id | Integer | min: 1 , max: 255 | No | |
data | String | Regex: ^[a-zA-Z0-9\\!#$%()*,-./:;@ _{|}~?&+]{1,64}$ | No |
Examples
Section titled “Examples”apic: tenants: - name: ABC policies: dhcp_option_policies: - name: DHCP-OPTION1 description: "My Description" options: - name: OPTION1 id: 13 data: DATA1