Fabric Policy
NDOLocation in GUI:
Fabric Templates » Fabric Policies
Diagram
Section titled “Diagram”Classes
Section titled “Classes”fabric_policies (ndo.fabric_templates)
Section titled “fabric_policies (ndo.fabric_templates)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| name | String | Regex: ^[a-zA-Z0-9_.:-]{1,64}$ | Yes | |
| sites | List | String | No |
Examples
Section titled “Examples”Example-1: The example below shows a fabric policy template called FP1 with sites APIC1 and APIC2.
ndo: fabric_templates: fabric_policies: - name: FP1 sites: - APIC1 - APIC2