Imported L4L7 Device
Location in GUI: Tenants
» XXX
» Services
» L4-L7
» Imported Devices
Diagram
Section titled “Diagram”Classes
Section titled “Classes”services (apic.tenants)
Section titled “services (apic.tenants)”Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
imported_l4l7_devices | List | [imported_l4l7_devices] | No |
imported_l4l7_devices (apic.tenants.services)
Section titled “imported_l4l7_devices (apic.tenants.services)”Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
name | String | Regex: ^[a-zA-Z0-9_.:-]{1,64}$ | Yes | |
tenant | String | Regex: ^[a-zA-Z0-9_.:-]{1,64}$ | Yes | |
description | String | Regex: ^[a-zA-Z0-9\\!#$%()*,-./:;@ _{|}~?&+]{1,128}$ | No |
Examples
Section titled “Examples”Example-1: This data model imports the device FW
which was created in the tenant PBR_ServGraph
and makes it available for use in the tenant ABC
. This enables the sharing and reuse of the L4-L7 device across multiple tenants without the need to redefine the device multiple times. In other words, it allows service graph templates and policies in tenant ABC
to reference the FW
device.
The data model can be applied as is, regardless of whether the referenced devices exist.
apic: tenants: - name: ABC services: imported_l4l7_devices: - name: FW tenant: PBR_ServGraph