Fabric Link Level Interface Policy
Location in GUI: Fabric » Fabric Policies » Policies » Interface » Link Level
Diagram
Section titled “Diagram”Classes
Section titled “Classes”interface_policies (apic.fabric_policies)
Section titled “interface_policies (apic.fabric_policies)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| link_level_policies | List | [link_level_policies] | No |
link_level_policies (apic.fabric_policies.interface_policies)
Section titled “link_level_policies (apic.fabric_policies.interface_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 | |
| link_debounce_interval | Integer | min: 0, max: 5000 | No | 0 |
Examples
Section titled “Examples”apic: fabric_policies: interface_policies: link_level_policies: - name: link-level-policy1 description: Fabric Link Level Policy link_debounce_interval: 100