...
- https://onap.readthedocs.io/en/latest/submodules/aai/aai-common.git/docs/platform/Getting%20Started/Edge_Rules.html
- https://tinkerpop.apache.org/javadocs/3.3.2/core/org/apache/tinkerpop/gremlin/structure/Direction.html
- https://docs.oracle.com/javase/7/docs/api/java/lang/Boolean.html#valueOf(java.lang.String)
- Source code: aai/aai-common/aai-schema-ingest/src/main/java/org/onap/aai/edges/enums
- Source code: aai/aai-common/aai-core/src/main/java/org/onap/aai/serialization/db
- https://lists.onap.org/g/onap-discuss/message/11643
Documentation
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
{
“from”: “tenant”,
“to”: “vserver”,
“label”: “owns”,
“direction”: “OUT”,
“multiplicity”: “One2Many”,
“contains-other-v”: “${direction}”,
“delete-other-v”: “NONE”,
“SVC-INFRA”: “!${direction}”,
“prevent-delete”: “${direction}”
} |
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
{ “from”: “vserver”, “to”: “tenant”, “label”: “owns”, “direction”: “IN”, “multiplicity”: “Many2One”, “contains-other-v”: “!${direction}”, “delete-other-v”: “NONE”, “SVC-INFRA”: “${direction}”, “prevent-delete”: “!${direction}” } |
General Applicability
...