AAI Swagger v12 UML
References
AAI-2441: GraphGraph - Round-trip-engineering of AAI schema to UML Information ModelClosed
Generated by swagger from the v12 AAI schema (OXM file) and manually massaged into PlantUML format.
See also PlantUML diagram by planttext.com
Difference between v11 and v12
$ diff aai_swagger_v11.plantuml aai_swagger_v12.plantuml
3c3
< title v11 Active and Available Inventory Relationships Class Diagram
---
> title v12 Active and Available Inventory Relationships Class Diagram
46a47,48
> class evc
> class evcs
49a52,57
> class forwarder
> class forwarder-evc
> class forwarder-evcs
> class forwarders
> class forwarding-path
> class forwarding-paths
55a64,66
> class hpa-capabilities
> class hpa-capability
> class hpa-feature-attributes
102a114,115
> class operational-environment
> class operational-environments
203a217
> "cloud-infrastructure" *-- "operational-environments"
210a225
> "cloud-region" *-- "hpa-capabilities"
220a236,237
> "configuration" *-- "evcs"
> "configuration" *-- "forwarder-evcs"
241a259
> "evcs" *-- "evc"
244a263
> "flavor" *-- "hpa-capabilities"
245a265,268
> "forwarder-evcs" *-- "forwarder-evc"
> "forwarders" *-- "forwarder"
> "forwarding-path" *-- "forwarders"
> "forwarding-paths" *-- "forwarding-path"
253a277,278
> "hpa-capabilities" *-- "hpa-capability"
> "hpa-capability" *-- "hpa-feature-attributes"
290a316
> "network" *-- "forwarding-paths"
313a340
> "operational-environments" *-- "operational-environment"