Loading src/yang/etsi-nfv-vnf.yang +18 −4 Original line number Diff line number Diff line Loading @@ -3704,8 +3704,15 @@ submodule etsi-nfv-vnf { information element"; } leaf input-parameter { list input-parameter { key "key"; leaf key { type string; } leaf value { type string; } description "Input parameter needed by the external coordinating entity."; Loading @@ -3714,8 +3721,15 @@ submodule etsi-nfv-vnf { information element"; } leaf output-parameter { list output-parameter { key "key"; leaf key { type string; } leaf value { type string; } description "Output parameter provided by the external coordinating entity."; Loading Loading
src/yang/etsi-nfv-vnf.yang +18 −4 Original line number Diff line number Diff line Loading @@ -3704,8 +3704,15 @@ submodule etsi-nfv-vnf { information element"; } leaf input-parameter { list input-parameter { key "key"; leaf key { type string; } leaf value { type string; } description "Input parameter needed by the external coordinating entity."; Loading @@ -3714,8 +3721,15 @@ submodule etsi-nfv-vnf { information element"; } leaf output-parameter { list output-parameter { key "key"; leaf key { type string; } leaf value { type string; } description "Output parameter provided by the external coordinating entity."; Loading