Endpoint IP Tag
Location in GUI:
Tenants
» XXX
» Policies
» Endpoint Tags
» Endpoint IP
Diagram
Classes
policies (apic.tenants)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
endpoint_ip_tags | List | [endpoint_ip_tags] | No |
endpoint_ip_tags (apic.tenants.policies)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
ip | IP | Yes | ||
vrf | String | Regex: ^[a-zA-Z0-9_.:-]{1,64}$ | Yes | |
tags | List | [tags] | No |
tags (apic.tenants.policies.endpoint_ip_tags)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
key | String | Regex: ^[a-zA-Z0-9_.:-]{1,64}$ | Yes | |
value | String | Regex: ^[a-zA-Z0-9_.:-]{1,128}$ | Yes |
Examples
apic:
tenants:
- name: ABC
policies:
endpoint_ip_tags:
- ip: 1.1.1.1
vrf: VRF1
tags:
- key: Environment
value: Prod