Commit f5fb6539 authored by ramanathan's avatar ramanathan
Browse files

Merge branch 'issue#47' into 'dev-v3.6.1'

issue #47 Adding externallyManaged attribute to VnfVirtualLinkDesc

See merge request !104
parents 45004b27 ce6bbf64
Pipeline #10086 passed with stage
in 0 seconds
......@@ -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;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment