INB Endpoint Group
Location in GUI: Tenants
» mgmt
» Node Management EPGs
Diagram
Section titled “Diagram”Classes
Section titled “Classes”tenants (apic)
Section titled “tenants (apic)”Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
inb_endpoint_groups | List | [inb_endpoint_groups] | No |
inb_endpoint_groups (apic.tenants)
Section titled “inb_endpoint_groups (apic.tenants)”Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
name | String | Regex: ^[a-zA-Z0-9_.:-]{1,64}$ | Yes | |
vlan | Integer | min: 1 , max: 4096 | Yes | |
bridge_domain | String | Regex: ^[a-zA-Z0-9_.:-]{1,64}$ | Yes | |
contracts | Class | [contracts] | No | |
static_routes | List | IP | No | |
subnets | List | [subnets] | No |
contracts (apic.tenants.inb_endpoint_groups)
Section titled “contracts (apic.tenants.inb_endpoint_groups)”Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
consumers | List | String[Regex: ^[a-zA-Z0-9_.:-]{1,64}$ ] | No | |
providers | List | String[Regex: ^[a-zA-Z0-9_.:-]{1,64}$ ] | No | |
imported_consumers | List | String[Regex: ^[a-zA-Z0-9_.:-]{1,64}$ ] | No |
subnets (apic.tenants.inb_endpoint_groups)
Section titled “subnets (apic.tenants.inb_endpoint_groups)”Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
ip | IP | Yes | ||
public | Boolean | true , false | No | false |
shared | Boolean | true , false | No | false |
Examples
Section titled “Examples”apic: tenants: - name: mgmt inb_endpoint_groups: - name: INB vlan: 2 bridge_domain: inb contracts: consumers: - STD-CON1 providers: - STD-CON1