Loading src/yang/etsi-nfv-vnf.yang +3 −21 Original line number Diff line number Diff line Loading @@ -1241,8 +1241,10 @@ submodule etsi-nfv-vnf { element."; } uses local-affinity-or-anti-affinity-rule; list affinity-or-anti-affinity-group { key "id"; description "Identifier(s) of the affinity or anti-affinity group(s) the VDU belongs to."; Loading @@ -1262,29 +1264,9 @@ submodule etsi-nfv-vnf { "GS NFV IFA011: Section 7.1.8.12, AffinityOrAntiAffinity information element."; } leaf type { type enumeration { enum affinity; enum anti-affinity; } description "Specifies whether the rule is an affinity rule or an anti-affinity rule."; reference "GS NFV IFA011: Section 7.1.8.12, AffinityOrAntiAffinity information element."; } leaf scope { type affinity-scope; description "Specifies the scope of the rule, possible values are 'NFVI-PoP', 'Zone', 'ZoneGroup', 'NFVI-node'"; reference "GS NFV IFA011: Section 7.1.8.12, AffinityOrAntiAffinity information element."; } } } list virtual-link-profile { key "id flavour"; description Loading Loading
src/yang/etsi-nfv-vnf.yang +3 −21 Original line number Diff line number Diff line Loading @@ -1241,8 +1241,10 @@ submodule etsi-nfv-vnf { element."; } uses local-affinity-or-anti-affinity-rule; list affinity-or-anti-affinity-group { key "id"; description "Identifier(s) of the affinity or anti-affinity group(s) the VDU belongs to."; Loading @@ -1262,29 +1264,9 @@ submodule etsi-nfv-vnf { "GS NFV IFA011: Section 7.1.8.12, AffinityOrAntiAffinity information element."; } leaf type { type enumeration { enum affinity; enum anti-affinity; } description "Specifies whether the rule is an affinity rule or an anti-affinity rule."; reference "GS NFV IFA011: Section 7.1.8.12, AffinityOrAntiAffinity information element."; } leaf scope { type affinity-scope; description "Specifies the scope of the rule, possible values are 'NFVI-PoP', 'Zone', 'ZoneGroup', 'NFVI-node'"; reference "GS NFV IFA011: Section 7.1.8.12, AffinityOrAntiAffinity information element."; } } } list virtual-link-profile { key "id flavour"; description Loading