Location in GUI: Fabric
» Fabric Policies
» Pods
» Profiles
Diagram
Classes
apic
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)
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)
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)
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)
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)
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
Pod Profile Example:
auto_generate_switch_pod_profiles: false
Auto-generated Pod Profile Example:
auto_generate_switch_pod_profiles: true
pod_profile_name: "POD\\g<id>"
pod_profile_pod_selector_name: "POD\\g<id>"