AAI Swagger v15 UML
References
AAI-2441: GraphGraph - Round-trip-engineering of AAI schema to UML Information ModelClosed
Generated by swagger from the v15 AAI schema (OXM file) and manually massaged into PlantUML format.
See also PlantUML diagram by planttext.com
Difference between v14 and v15
$ diff aai_swagger_v14.plantuml aai_swagger_v15.plantuml
3c3
< title v14 Active and Available Inventory Relationships Class Diagram
---
> title v15 Active and Available Inventory Relationships Class Diagram
6a7,8
> class aggregate-route
> class aggregate-routes
18a21
> class common
28a32,33
> class contact
> class contacts
225a231,232
> class vrf
> class vrfs
234a242
> "Inventory" *-- "common"
238a247
> "aggregate-routes" *-- "aggregate-route"
271a281
> "common" *-- "contacts"
282a293
> "contacts" *-- "contact"
330a342
> "l3-network" *-- "aggregate-routes"
411a424
> "pnf" *-- "vrfs"
479a493,494
> "vrf" *-- "route-targets"
> "vrfs" *-- "vrf"