Physical Domain
NDOLocation in GUI:
Fabric Templates » Fabric Policies » Physical Domain
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 |
|---|---|---|---|---|
| physical_domains | List | [physical_domains] | No |
physical_domains (ndo.fabric_templates.fabric_policies)
Section titled “physical_domains (ndo.fabric_templates.fabric_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 | |
| vlan_pool | String | Regex: ^[a-zA-Z0-9_.:-]{1,64}$ | Yes |
Examples
Section titled “Examples”Example-1: The example below shows a fabric policy template called FP1 with a physical domain PHY_DOM1 associated with a VLAN pool.
ndo: fabric_templates: fabric_policies: - name: FP1 sites: - APIC1 physical_domains: - name: PHY_DOM1 description: Physical domain for bare-metal servers vlan_pool: VLAN_POOL1