Commit e55229e9 authored by ppree's avatar ppree
Browse files

issue #48 Add standardized interface requirements to VirtualNetworkInterfaceRequirements



Signed-off-by: ppree's avatarPreethika <preethika.p@tataelxsi.co.in>
parent 19cff2d5
Pipeline #10053 passed with stage
in 0 seconds
......@@ -78,9 +78,26 @@ submodule etsi-nfv-vnf {
VirtualNetworkInterfaceRequirements information element";
}
list standardized-network-interface-requirements {
key "key";
max-elements "1";
leaf key {
type string;
}
leaf value {
type string;
}
description
"The requirements on standardized network interface
capabilities, e.g., SR-IOV.";
reference
"GS NFV-IFA011: Section 7.1.6.6,
VirtualNetworkInterfaceRequirements information element";
}
list network-interface-requirements {
key "key";
min-elements "1";
max-elements "1";
leaf key {
......@@ -90,9 +107,11 @@ submodule etsi-nfv-vnf {
type string;
}
description
"The network interface requirements. An element from an
array of key-value pairs that articulate the network
interface deployment requirements.";
"The additional network interface requirements beyond
those specified in the standardizedNetworkInterface
Requirements attribute.An element from an array of
key-value pairs that articulate the network interface
deployment requirements.";
reference
"GS NFV-IFA011: Section 7.1.6.6,
VirtualNetworkInterfaceRequirements information element";
......
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