Fabric Pod Profile
Location in GUI: Fabric » Fabric Policies » Pods » Profiles
Diagram
Section titled “Diagram”Classes
Section titled “Classes”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| auto_generate_switch_pod_profiles | Boolean | true, false | No | false |
| auto_generate_pod_profiles | Boolean | true, false | No | false |
fabric_policies (apic)
Section titled “fabric_policies (apic)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| pod_profile_name | String | min: 1, max: 64 | No | POD\g<id> |
| pod_profile_pod_selector_name | String | min: 1, max: 64 | No | POD\g<id> |
| pod_profiles | List | [pod_profiles] | No |
pods (apic.pod_policies)
Section titled “pods (apic.pod_policies)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| id | Integer | min: 1, max: 255 | Yes | |
| policy | String | Regex: ^[a-zA-Z0-9_.:-]{1,64}$ | No |
pod_profiles (apic.fabric_policies)
Section titled “pod_profiles (apic.fabric_policies)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| name | String | Regex: ^[a-zA-Z0-9_.:-]{1,64}$ | Yes | |
| selectors | List | [selectors] | No |
selectors (apic.fabric_policies.pod_profiles)
Section titled “selectors (apic.fabric_policies.pod_profiles)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| name | String | Regex: ^[a-zA-Z0-9_.:-]{1,64}$ | Yes | |
| policy | String | Regex: ^[a-zA-Z0-9_.:-]{1,64}$ | No | |
| type | Choice | all, range | No | range |
| pod_blocks | List | [pod_blocks] | No |
pod_blocks (apic.fabric_policies.pod_profiles.selectors)
Section titled “pod_blocks (apic.fabric_policies.pod_profiles.selectors)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| name | String | Regex: ^[a-zA-Z0-9_.:-]{1,64}$ | Yes | |
| from | Integer | min: 1, max: 255 | Yes | |
| to | Integer | min: 1, max: 255 | No |
Examples
Section titled “Examples”Pod Profile Example:
apic: auto_generate_switch_pod_profiles: false fabric_policies: pod_profiles: - name: PodProfile1 selectors: - name: Selector1 type: range policy: Policy1 pod_blocks: - name: "1" from: 1 to: 1Auto-generated Pod Profile Example:
apic: auto_generate_switch_pod_profiles: true fabric_policies: pod_profile_name: "POD\\g<id>" pod_profile_pod_selector_name: "POD\\g<id>"