Service EPG Policy
Location in GUI:
Tenants
» XXX
» Policies
» Protocol
» L4-L7 Service EPG Policy
Diagram
Classes
services (apic.tenants)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
service_epg_policies | List | [service_epg_policies] | No |
service_epg_policies (apic.tenants.services)
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 | |
preferred_group | Boolean | true , false | No | false |
Examples
apic:
tenants:
- name: ABC
services:
service_epg_policies:
- name: SERVICE_EPG1
description: My Desc
preferred_group: true
- name: SERVICE_EPG2