How to read "from"/"to" and "direction" in this case:
- the "in" node is "vserver"
- the "out" node is "tenant"
Code Block
language
text
title
How to read the label
collapse
true
How to read the "label" in this case:
- ("out" node) "label" ("in" node)
i.e. tenant "owns" vserver
Code Block
language
text
title
How to read multiplicity
collapse
true
How to read "multiplicity" inofthis"One2Many"case:
- ("in" node) cardinality is "one"
- ("out" node) cardinality is "many"
i.e.
Each "tenant" has one "vserver"
Each "vserver" has many "tenants"
Code Block
language
text
title
How to read contains-other-v
collapse
true
How to read "contains-other-v" in this case:
- traversal of ("out" node) includes data for ("in" node)
i.e. traversal of "tenant" includes data for "vserver"
Code Block
language
text
title
How to read delete-other-v
collapse
true
How to read "delete-other-v" in this case:
- delete of ("out" node) includes does nothing to ("in" node)
i.e. delete of "tenant" includes does nothing to "vserver"
Code Block
language
text
title
How to read SVC-INFRA
How to read "SVC-INFRA" in this case:
- when running edge-tag-query on ("in" node) traverse to ("out" node) and continue
i.e. whenrunning edge-tag- ?query on "vserver" traverse to "tenant" and continue
Code Block
language
text
title
How to read prevent-delete
collapse
true
How to read "prevent-delete" in this case:
- prevent delete of ("out" node) isprevented when related to ("in" node), allowdeleteof ("in"node)
i.e.
prevent delete of "tenant" isprevented when related to "vserver", allow delete of "vserver"