Loading src/yang/etsi-nfv-vnf.yang +25 −2 Original line number Diff line number Diff line Loading @@ -1505,6 +1505,29 @@ submodule etsi-nfv-vnf { "GS NFV IFA011: Section 7.1.7.2, VnfVirtualLinkDesc information element."; } leaf externally-managed { type enumeration { enum required; enum allowed; } description "Specifies the intent of the VNF designer w.r.t. the internal VL instances created from this descriptor being externally managed. Values: REQUIRED ALLOWED Default: ALLOWED If the VNFD does not reference any LCM script and if the 'vnfmInfo' attribute in the 'Vnfd' information element indicates that the VNF can be managed by any ETSI NFV compliant VNFM, this attribute shall not be present."; reference "GS NFV IFA011: Section 7.1.7.2, VnfVirtualLinkDesc information element."; } } uses security-group-rule; Loading Loading
src/yang/etsi-nfv-vnf.yang +25 −2 Original line number Diff line number Diff line Loading @@ -1505,6 +1505,29 @@ submodule etsi-nfv-vnf { "GS NFV IFA011: Section 7.1.7.2, VnfVirtualLinkDesc information element."; } leaf externally-managed { type enumeration { enum required; enum allowed; } description "Specifies the intent of the VNF designer w.r.t. the internal VL instances created from this descriptor being externally managed. Values: REQUIRED ALLOWED Default: ALLOWED If the VNFD does not reference any LCM script and if the 'vnfmInfo' attribute in the 'Vnfd' information element indicates that the VNF can be managed by any ETSI NFV compliant VNFM, this attribute shall not be present."; reference "GS NFV IFA011: Section 7.1.7.2, VnfVirtualLinkDesc information element."; } } uses security-group-rule; Loading