etsi-nfv-descriptors-tree.html 668 KB
Newer Older
ppree's avatar
ppree committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000
<head><title> etsi-nfv-descriptors 
</title>
<style type="text/css" media="all">

body, h1, h2, h3, h4, h5, h6, p, td, table td, input, select {
        font-family: Verdana, Helvetica, Arial, sans-serif;
        font-size: 10pt;
}

body, ol, li, h2 {padding:0; margin: 0;}

ol#root  {padding-left: 5px; margin-top: 2px; margin-bottom: 1px;
          list-style: none;}

#root ol {padding-left: 5px; margin-top: 2px; margin-bottom: 1px;
          list-style: none;}

#root li {margin-bottom: 1px; padding-left: 5px;  margin-top: 2px;
          font-size: x-small;}

.panel   {border-bottom: 1px solid #999; margin-bottom: 2px; margin-top: 2px;
          background: #eee;}

#root ul {margin-bottom: 1px; margin-top: 2px; list-style-position: inside;}

#root a {text-decoration: none;}

.folder {
   
background:url(data:image/gif;base64,R0lGODlhGgAOALMLAJmZmYuLi3p6ev///+zs7MzMzGZmZqqqqrS0tLq6uuHh4f///wAAAAAAAAAAAAAAACH5BAEAAAsALAAAAAAaAA4AAASJcMlJq714qgROKUtxAABBgJkUFMQwFEhyFoFAKini7idSHwGDQXAYYAADxQdBOjiBQqGgYKx4AomCYoYAHqLRVVUCKCBdSthhCgYDKIDuTpnoGgptgxged3FHBgpgU2MTASsmdCM1gkNFGDVaHx91QQQ3KZGSZocHBCEpEgIrCYdxn6EVAnoIGREAOw==)  no-repeat; float: left; padding-right: 30px;margin-left: 3px;
          
}

.doc {
   
background:url(data:image/gif;base64,R0lGODlhDAAOALMJAMzMzODg4P///+np6a+vr+7u7jMzM5mZmYmJif///wAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAkALAAAAAAMAA4AAARFEEhyCAEjackPCESwBRxwCKD4BSSACCgxrKyJ3B42sK2FSINgsAa4AApI4W5yFCCTywts+txJp9TC4IrFcruwi2FMLgMiADs=)
no-repeat; float: left; padding-right: 10px; margin-left: 3px;
cursor: pointer;
          
}

.leaf {
   
background:url(data:image/gif;base64,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)
no-repeat; float: left; padding-right: 10px;margin-left: 3px;
          
}

.leaf-list {
   
background:url(data:image/gif;base64,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)
no-repeat; float: left; padding-right: 10px; margin-left: 3px;
          
}

.action {
   
background:url(data:image/gif;base64,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)
no-repeat; float: left; height: 14px; width: 12px; padding-right: 10px; margin-left: 3px;
          
}

.tier1  {margin-left: 0;     }
.tier2  {margin-left: 1.5em; }
.tier3  {margin-left: 3em;   }
.tier4  {margin-left: 4.5em; }
.tier5  {margin-left: 6em;   }
.tier6  {margin-left: 7.5em; }
.tier7  {margin-left: 9em;   }
.tier8  {margin-left: 10.5em;}
.tier9  {margin-left: 12em;  }
.tier10 {margin-left: 13.5em;}
.tier11 {margin-left: 15em;  }
.tier12 {margin-left: 16.5em;}

.level1 {padding-left: 0;    }
.level2 {padding-left: 1em;  }
.level3 {padding-left: 2em;  }
.level4 {padding-left: 3em;  }
</style>

<script language="javascript1.2">
function toggleRows(elm) {
 var rows = document.getElementsByTagName("TR");
 elm.style.backgroundImage = "url(data:image/gif;base64,R0lGODlhGgAOALMLAJmZmYuLi3p6ev///+zs7MzMzGZmZqqqqrS0tLq6uuHh4f///wAAAAAAAAAAAAAAACH5BAEAAAsALAAAAAAaAA4AAASJcMlJq714qgROKUtxAABBgJkUFMQwFEhyFoFAKini7idSHwGDQXAYYAADxQdBOjiBQqGgYKx4AomCYoYAHqLRVVUCKCBdSthhCgYDKIDuTpnoGgptgxged3FHBgpgU2MTASsmdCM1gkNFGDVaHx91QQQ3KZGSZocHBCEpEgIrCYdxn6EVAnoIGREAOw==)";
 var newDisplay = "none";
 var thisID = elm.parentNode.parentNode.parentNode.id + "-";
 // Are we expanding or contracting? If the first child is hidden, we expand
  for (var i = 0; i < rows.length; i++) {
   var r = rows[i];
   if (matchStart(r.id, thisID, true)) {
    if (r.style.display == "none") {
     if (document.all) newDisplay = "block"; //IE4+ specific code
     else newDisplay = "table-row"; //Netscape and Mozilla
     elm.style.backgroundImage = "url(data:image/gif;base64,R0lGODlhGgAOALMLAJmZmYqKiv///+zs7MzMzGZmZrOzs7q6uqqqqnZ2duHh4f///wAAAAAAAAAAAAAAACH5BAEAAAsALAAAAAAaAA4AAASScMlJq714qgMMIQuBAMAwZBRADIJAGMfwBQE6GW0uGzRS2wuAQPHhABAIAyBAABSe0IJKgiAEDgSF7OVDBKNQwEQlbBG5CZAiAA4oxsoc8WBAFEALe9SQ6rS2dU5vCwJsTwECKUwmcyMBCYMhUHgTj1kfRTwFJxKFBYgVlpdNNCUVBHcWCUwHpQacFgJCqp98GBEAOw==)";
    }
    break;
   }
 }

 // When expanding, only expand one level.  Collapse all desendants.
 var matchDirectChildrenOnly = (newDisplay != "none");

 for (var j = 0; j < rows.length; j++) {
   var s = rows[j];
   if (matchStart(s.id, thisID, matchDirectChildrenOnly)) {
     s.style.display = newDisplay;
     var cell = s.getElementsByTagName("TD")[0];
     var tier = cell.getElementsByTagName("DIV")[0];
     var folder = tier.getElementsByTagName("A")[0];
     if (folder.getAttribute("onclick") != null) {
     folder.style.backgroundImage = "url(data:image/gif;base64,R0lGODlhGgAOALMLAJmZmYuLi3p6ev///+zs7MzMzGZmZqqqqrS0tLq6uuHh4f///wAAAAAAAAAAAAAAACH5BAEAAAsALAAAAAAaAA4AAASJcMlJq714qgROKUtxAABBgJkUFMQwFEhyFoFAKini7idSHwGDQXAYYAADxQdBOjiBQqGgYKx4AomCYoYAHqLRVVUCKCBdSthhCgYDKIDuTpnoGgptgxged3FHBgpgU2MTASsmdCM1gkNFGDVaHx91QQQ3KZGSZocHBCEpEgIrCYdxn6EVAnoIGREAOw==)";
     }
   }
 }
}

function matchStart(target, pattern, matchDirectChildrenOnly) {
 var pos = target.indexOf(pattern);
 if (pos != 0)
    return false;
 if (!matchDirectChildrenOnly)
    return true;
 if (target.slice(pos + pattern.length, target.length).indexOf("-") >= 0)
    return false;
 return true;
}

function collapseAllRows() {
 var rows = document.getElementsByTagName("TR");
 for (var i = 0; i < rows.length; i++) {
   var r = rows[i];
   if (r.id.indexOf("-") >= 0) {
     r.style.display = "none";
   }
 }
}

function expandAllRows() {
  var rows = document.getElementsByTagName("TR");
  for (var i = 0; i < rows.length; i ++) {
    var r = rows[i];
    if (r.id.indexOf("-") >= 0) {
      r.style.display = "table-row";
    }
  }
}
</script>

<body onload="collapseAllRows();">
<div class="app">
<div style="background: #eee; border: dashed 1px #000;">
<h1> Module: <font color=blue>etsi-nfv-descriptors</font>, Namespace:
                    <font color=blue>urn:etsi:nfv:yang:etsi-nfv-descriptors</font>, Prefix:
                    <font color=blue>nfv</font></h1> 

 <table width="100%">

 <tr>
  <!-- specifing one or more widths keeps columns
       constant despite changes in visible content -->
  <th align=left>
     Element
     <a href='#' onclick='expandAllRows();'>[+]Expand all</a>
     <a href='#' onclick='collapseAllRows();'>[-]Collapse all</a>
  </th>
  <th align=left>Schema</th>
  <th align=left>Type</th>
  <th align=left>Flags</th>
  <th align=left>Opts</th>
  <th align=left>Status</th>
  <th align=left>Path</th>
</tr>
<tr id="1" class="a">
                         <td id="p1">
                            <div id="p2" class="tier1">
                               <a href="#" id="p3"
                                  onclick="toggleRows(this);return false;"
                                  class="folder">&nbsp;
                               </a>
                               <font color=blue>etsi-nfv-descriptors</font>
                            </div>
                         </td> 
<td>module</td><td></td><td></td><td></td><td>
                        </td></tr>
<tr id="1-1" class="a">
                       <td nowrap id="p4000">
                          <div id="p5000" class="tier2">
                             <a href="#" id="p6000"
                                onclick="toggleRows(this);return false"
                                class="folder">&nbsp;
                             </a>
                             <abbr title="No description">nfv</abbr>
                          </div>
                       </td> 
<td nowrap>container</td>
                    <td nowrap></td>
                    <td nowrap>config</td>
                    <td></td>
                    <td>current</td>
                    <td nowrap>/nfv:nfv</td>
                    </tr> 
<tr id="1-1-1" class="a">
                       <td nowrap id="p4000">
                          <div id="p5000" class="tier3">
                             <a href="#" id="p6000"
                                onclick="toggleRows(this);return false"
                                class="folder">&nbsp;
                             </a>
                             <abbr title="A VNF Descriptor (VNFD) is a deployment template which
describes a VNF in terms of deployment and operational
behaviour requirements. It also contains connectivity,
interface and virtualised resource requirements">vnfd[id]</abbr>
                          </div>
                       </td> 
<td nowrap>list</td>
                    <td nowrap></td>
                    <td nowrap>config</td>
                    <td></td>
                    <td>current</td>
                    <td nowrap>/nfv:nfv/nfv:vnfd</td>
                    </tr> 
<tr id="1-1-1-1" class="a">
                       <td nowrap>
                          <div id=9999 class=tier4>
                             <a class="leaf">&nbsp;</a>
                             <abbr title="Identifier of this VNFD information element. This attribute
shall be globally unique. The format will be defined in the
data model specification phase.">  id </abbr>
                          </div>
                       </td>
                       <td>leaf</td>
                       <td nowrap><abbr title="string
">string</abbr></td>
                       <td nowrap>config</td>
                       <td></td>
                       <td>current</td>
                       <td nowrap>/nfv:nfv/nfv:vnfd/nfv:id</td</tr> 
<tr id="1-1-1-2" class="a">
                       <td nowrap>
                          <div id=9999 class=tier4>
                             <a class="leaf">&nbsp;</a>
                             <abbr title="Provider of the VNF and of the VNFD">  provider </abbr>
                          </div>
                       </td>
                       <td>leaf</td>
                       <td nowrap><abbr title="string
">string</abbr></td>
                       <td nowrap>config</td>
                       <td></td>
                       <td>current</td>
                       <td nowrap>/nfv:nfv/nfv:vnfd/nfv:provider</td</tr> 
<tr id="1-1-1-3" class="a">
                       <td nowrap>
                          <div id=9999 class=tier4>
                             <a class="leaf">&nbsp;</a>
                             <abbr title="Name to identify the VNF Product. Invariant for the VNF
Product lifetime.">  product-name </abbr>
                          </div>
                       </td>
                       <td>leaf</td>
                       <td nowrap><abbr title="string
">string</abbr></td>
                       <td nowrap>config</td>
                       <td></td>
                       <td>current</td>
                       <td nowrap>/nfv:nfv/nfv:vnfd/nfv:product-name</td</tr> 
<tr id="1-1-1-4" class="a">
                       <td nowrap>
                          <div id=9999 class=tier4>
                             <a class="leaf">&nbsp;</a>
                             <abbr title="Software version of the VNF. This is changed when there is
any change to the software that is included in the VNF
Package">  software-version </abbr>
                          </div>
                       </td>
                       <td>leaf</td>
                       <td nowrap><abbr title="string
">string</abbr></td>
                       <td nowrap>config</td>
                       <td></td>
                       <td>current</td>
                       <td nowrap>/nfv:nfv/nfv:vnfd/nfv:software-version</td</tr> 
<tr id="1-1-1-5" class="a">
                       <td nowrap>
                          <div id=9999 class=tier4>
                             <a class="leaf">&nbsp;</a>
                             <abbr title="Identifies the version of the VNFD">  version </abbr>
                          </div>
                       </td>
                       <td>leaf</td>
                       <td nowrap><abbr title="string
">string</abbr></td>
                       <td nowrap>config</td>
                       <td></td>
                       <td>current</td>
                       <td nowrap>/nfv:nfv/nfv:vnfd/nfv:version</td</tr> 
<tr id="1-1-1-6" class="a">
                       <td nowrap>
                          <div id=9999 class=tier4>
                             <a class="leaf">&nbsp;</a>
                             <abbr title="Human readable name of the VNFD. Can change
during the VNF Product lifetime."> <em> product-info-name </em></abbr>
                          </div>
                       </td>
                       <td>leaf</td>
                       <td nowrap><abbr title="string
">string</abbr></td>
                       <td nowrap>config</td>
                       <td>?</td>
                       <td>current</td>
                       <td nowrap>/nfv:nfv/nfv:vnfd/nfv:product-info-name</td</tr> 
<tr id="1-1-1-7" class="a">
                       <td nowrap>
                          <div id=9999 class=tier4>
                             <a class="leaf">&nbsp;</a>
                             <abbr title="Human readable description of the VNFD. Can change during
the VNF Product lifetime."> <em> product-info-description </em></abbr>
                          </div>
                       </td>
                       <td>leaf</td>
                       <td nowrap><abbr title="string
">string</abbr></td>
                       <td nowrap>config</td>
                       <td>?</td>
                       <td>current</td>
                       <td nowrap>/nfv:nfv/nfv:vnfd/nfv:product-info-description</td</tr> 
<tr id="1-1-1-8" class="a">
                       <td nowrap>
                          <div id=9999 class=tier4>
                             <a class="leaf-list">&nbsp;</a>
                             <abbr title="Identifies VNFM(s) compatible with the VNF described in
this version of the VNFD.">  vnfm-info </abbr>
                          </div>
                       </td>
                       <td>leaf-list</td>
                       <td nowrap><abbr title="string
">string</abbr></td>
                       <td nowrap>config</td>
                       <td>*</td>
                       <td>current</td>
                       <td nowrap>/nfv:nfv/nfv:vnfd/nfv:vnfm-info</td</tr> 
<tr id="1-1-1-9" class="a">
                       <td nowrap>
                          <div id=9999 class=tier4>
                             <a class="leaf">&nbsp;</a>
                             <abbr title="Information about the language of the VNF."> <em> localization-language </em></abbr>
                          </div>
                       </td>
                       <td>leaf</td>
                       <td nowrap><abbr title="string
">string</abbr></td>
                       <td nowrap>config</td>
                       <td>?</td>
                       <td>current</td>
                       <td nowrap>/nfv:nfv/nfv:vnfd/nfv:localization-language</td</tr> 
<tr id="1-1-1-10" class="a">
                       <td nowrap>
                          <div id=9999 class=tier4>
                             <a class="leaf">&nbsp;</a>
                             <abbr title="Default localization language that is instantiated if no
information about selected localization language is
available. Shall be present if 'localization-language'
is present and shall be absent otherwise."> <em> default-localization-language </em></abbr>
                          </div>
                       </td>
                       <td>leaf</td>
                       <td nowrap><abbr title="string
">string</abbr></td>
                       <td nowrap>config</td>
                       <td>?</td>
                       <td>current</td>
                       <td nowrap>/nfv:nfv/nfv:vnfd/nfv:default-localization-language</td</tr> 
<tr id="1-1-1-11" class="a">
                       <td nowrap id="p4000">
                          <div id="p5000" class="tier4">
                             <a href="#" id="p6000"
                                onclick="toggleRows(this);return false"
                                class="folder">&nbsp;
                             </a>
                             <abbr title="The Virtualisation Deployment Unit (VDU) is a construct supporting
the description of the deployment and operational behaviour of a
VNF component, or the entire VNF if it was not componentized in
components.">vdu[id]</abbr>
                          </div>
                       </td> 
<td nowrap>list</td>
                    <td nowrap></td>
                    <td nowrap>config</td>
                    <td></td>
                    <td>current</td>
                    <td nowrap>/nfv:nfv/nfv:vnfd/nfv:vdu</td>
                    </tr> 
<tr id="1-1-1-11-1" class="a">
                       <td nowrap>
                          <div id=9999 class=tier5>
                             <a class="leaf">&nbsp;</a>
                             <abbr title="Unique identifier of this VDU in VNFD.">  id </abbr>
                          </div>
                       </td>
                       <td>leaf</td>
                       <td nowrap><abbr title="string
">string</abbr></td>
                       <td nowrap>config</td>
                       <td></td>
                       <td>current</td>
                       <td nowrap>/nfv:nfv/nfv:vnfd/nfv:vdu/nfv:id</td</tr> 
<tr id="1-1-1-11-2" class="a">
                       <td nowrap>
                          <div id=9999 class=tier5>
                             <a class="leaf">&nbsp;</a>
                             <abbr title="Human readable name of the VDU.">  name </abbr>
                          </div>
                       </td>
                       <td>leaf</td>
                       <td nowrap><abbr title="string
">string</abbr></td>
                       <td nowrap>config</td>
                       <td></td>
                       <td>current</td>
                       <td nowrap>/nfv:nfv/nfv:vnfd/nfv:vdu/nfv:name</td</tr> 
<tr id="1-1-1-11-3" class="a">
                       <td nowrap>
                          <div id=9999 class=tier5>
                             <a class="leaf">&nbsp;</a>
                             <abbr title="Human readable description of the VDU."> <em> description </em></abbr>
                          </div>
                       </td>
                       <td>leaf</td>
                       <td nowrap><abbr title="string
">string</abbr></td>
                       <td nowrap>config</td>
                       <td>?</td>
                       <td>current</td>
                       <td nowrap>/nfv:nfv/nfv:vnfd/nfv:vdu/nfv:description</td</tr> 
<tr id="1-1-1-11-4" class="a">
                       <td nowrap id="p4000">
                          <div id="p5000" class="tier5">
                             <a href="#" id="p6000"
                                onclick="toggleRows(this);return false"
                                class="folder">&nbsp;
                             </a>
                             <abbr title="A internal-connection-point element is a type of
connection point and describes network connectivity
between a VDU instance and an internal Virtual Link or
an external connection point.">int-cpd[id]</abbr>
                          </div>
                       </td> 
<td nowrap>list</td>
                    <td nowrap></td>
                    <td nowrap>config</td>
                    <td></td>
                    <td>current</td>
                    <td nowrap>/nfv:nfv/nfv:vnfd/nfv:vdu/nfv:int-cpd</td>
                    </tr> 
<tr id="1-1-1-11-4-1" class="a">
                       <td nowrap>
                          <div id=9999 class=tier6>
                             <a class="leaf">&nbsp;</a>
                             <abbr title="Reference of the internal VLD which this internal CPD
connects to."> <em> int-virtual-link-desc </em></abbr>
                          </div>
                       </td>
                       <td>leaf</td>
                       <td nowrap><abbr title="leafref
 : /nfv:nfv/nfv:vnfd/nfv:int-virtual-link-desc/nfv:id">leafref</abbr></td>
                       <td nowrap>config</td>
                       <td>?</td>
                       <td>current</td>
                       <td nowrap>/nfv:nfv/nfv:vnfd/nfv:vdu/nfv:int-cpd/nfv:int-virtual-link-desc</td</tr> 
<tr id="1-1-1-11-4-2" class="a">
                       <td nowrap>
                          <div id=9999 class=tier6>
                             <a class="leaf">&nbsp;</a>
                             <abbr title="Bitrate requirement on this CP."> <em> bitrate-requirement </em></abbr>
                          </div>
                       </td>
                       <td>leaf</td>
                       <td nowrap><abbr title="uint64
">uint64</abbr></td>
                       <td nowrap>config</td>
                       <td>?</td>
                       <td>current</td>
                       <td nowrap>/nfv:nfv/nfv:vnfd/nfv:vdu/nfv:int-cpd/nfv:bitrate-requirement</td</tr> 
<tr id="1-1-1-11-4-3" class="a">
                       <td nowrap id="p4000">
                          <div id="p5000" class="tier6">
                             <a href="#" id="p6000"
                                onclick="toggleRows(this);return false"
                                class="folder">&nbsp;
                             </a>
                             <abbr title="Specifies requirements on a virtual network interface
realising the CPs instantiated from this CPD.">virtual-network-interface-requirement[name]</abbr>
                          </div>
                       </td> 
<td nowrap>list</td>
                    <td nowrap></td>
                    <td nowrap>config</td>
                    <td></td>
                    <td>current</td>
                    <td nowrap>/nfv:nfv/nfv:vnfd/nfv:vdu/nfv:int-cpd/nfv:virtual-network-interface-requirement</td>
                    </tr> 
<tr id="1-1-1-11-4-3-1" class="a">
                       <td nowrap>
                          <div id=9999 class=tier7>
                             <a class="leaf">&nbsp;</a>
                             <abbr title="Provides a human readable name for the requirement.">  name </abbr>
                          </div>
                       </td>
                       <td>leaf</td>
                       <td nowrap><abbr title="string
">string</abbr></td>
                       <td nowrap>config</td>
                       <td></td>
                       <td>current</td>
                       <td nowrap>/nfv:nfv/nfv:vnfd/nfv:vdu/nfv:int-cpd/nfv:virtual-network-interface-requirement/nfv:name</td</tr> 
<tr id="1-1-1-11-4-3-2" class="a">
                       <td nowrap>
                          <div id=9999 class=tier7>
                             <a class="leaf">&nbsp;</a>
                             <abbr title="Provides a human readable description of the requirement."> <em> description </em></abbr>
                          </div>
                       </td>
                       <td>leaf</td>
                       <td nowrap><abbr title="string
">string</abbr></td>
                       <td nowrap>config</td>
                       <td>?</td>
                       <td>current</td>
                       <td nowrap>/nfv:nfv/nfv:vnfd/nfv:vdu/nfv:int-cpd/nfv:virtual-network-interface-requirement/nfv:description</td</tr> 
<tr id="1-1-1-11-4-3-3" class="a">
                       <td nowrap id="p4000">
                          <div id="p5000" class="tier7">
                             <a href="#" id="p6000"
                                onclick="toggleRows(this);return false"
                                class="folder">&nbsp;
                             </a>
                             <abbr title="The requirements on standardized network interface
capabilities, e.g., SR-IOV.">standardized-network-interface-requirements[key]</abbr>
                          </div>
                       </td> 
<td nowrap>list</td>
                    <td nowrap></td>
                    <td nowrap>config</td>
                    <td></td>
                    <td>current</td>
                    <td nowrap>/nfv:nfv/nfv:vnfd/nfv:vdu/nfv:int-cpd/nfv:virtual-network-interface-requirement/nfv:standardized-network-interface-requirements</td>
                    </tr> 
<tr id="1-1-1-11-4-3-3-1" class="a">
                       <td nowrap>
                          <div id=9999 class=tier8>
                             <a class="leaf">&nbsp;</a>
                             <abbr title="No description">  key </abbr>
                          </div>
                       </td>
                       <td>leaf</td>
                       <td nowrap><abbr title="string
">string</abbr></td>
                       <td nowrap>config</td>
                       <td></td>
                       <td>current</td>
                       <td nowrap>/nfv:nfv/nfv:vnfd/nfv:vdu/nfv:int-cpd/nfv:virtual-network-interface-requirement/nfv:standardized-network-interface-requirements/nfv:key</td</tr> 
<tr id="1-1-1-11-4-3-3-2" class="a">
                       <td nowrap>
                          <div id=9999 class=tier8>
                             <a class="leaf">&nbsp;</a>
                             <abbr title="No description"> <em> value </em></abbr>
                          </div>
                       </td>
                       <td>leaf</td>
                       <td nowrap><abbr title="string
">string</abbr></td>
                       <td nowrap>config</td>
                       <td>?</td>
                       <td>current</td>
                       <td nowrap>/nfv:nfv/nfv:vnfd/nfv:vdu/nfv:int-cpd/nfv:virtual-network-interface-requirement/nfv:standardized-network-interface-requirements/nfv:value</td</tr> 
<tr id="1-1-1-11-4-3-4" class="a">
                       <td nowrap id="p4000">
                          <div id="p5000" class="tier7">
                             <a href="#" id="p6000"
                                onclick="toggleRows(this);return false"
                                class="folder">&nbsp;
                             </a>
                             <abbr title="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.">network-interface-requirements[key]</abbr>
                          </div>
                       </td> 
<td nowrap>list</td>
                    <td nowrap></td>
                    <td nowrap>config</td>
                    <td></td>
                    <td>current</td>
                    <td nowrap>/nfv:nfv/nfv:vnfd/nfv:vdu/nfv:int-cpd/nfv:virtual-network-interface-requirement/nfv:network-interface-requirements</td>
                    </tr> 
<tr id="1-1-1-11-4-3-4-3" class="a">
                       <td nowrap>
                          <div id=9999 class=tier8>
                             <a class="leaf">&nbsp;</a>
                             <abbr title="No description">  key </abbr>
                          </div>
                       </td>
                       <td>leaf</td>
                       <td nowrap><abbr title="string
">string</abbr></td>
                       <td nowrap>config</td>
                       <td></td>
                       <td>current</td>
                       <td nowrap>/nfv:nfv/nfv:vnfd/nfv:vdu/nfv:int-cpd/nfv:virtual-network-interface-requirement/nfv:network-interface-requirements/nfv:key</td</tr> 
<tr id="1-1-1-11-4-3-4-4" class="a">
                       <td nowrap>
                          <div id=9999 class=tier8>
                             <a class="leaf">&nbsp;</a>
                             <abbr title="No description"> <em> value </em></abbr>
                          </div>
                       </td>
                       <td>leaf</td>
                       <td nowrap><abbr title="string
">string</abbr></td>
                       <td nowrap>config</td>
                       <td>?</td>
                       <td>current</td>
                       <td nowrap>/nfv:nfv/nfv:vnfd/nfv:vdu/nfv:int-cpd/nfv:virtual-network-interface-requirement/nfv:network-interface-requirements/nfv:value</td</tr> 
<tr id="1-1-1-11-4-3-5" class="a">
                       <td nowrap>
                          <div id=9999 class=tier7>
                             <a class="leaf">&nbsp;</a>
                             <abbr title="This references (couples) the CPD with any logical node
       I/O requirements (for network devices) that may have been
       created. Linking these attributes is necessary so that I/O
       requirements that need to be articulated at the logical
       node level can be associated with the network interface
       requirements associated with the CPD."> <em> nic-io-requirements </em></abbr>
                          </div>
                       </td>
                       <td>leaf</td>
                       <td nowrap><abbr title="leafref
 : /nfv:nfv/nfv:vnfd/nfv:virtual-compute-desc/nfv:logical-node/nfv:id">leafref</abbr></td>
                       <td nowrap>config</td>
                       <td>?</td>
                       <td>current</td>
                       <td nowrap>/nfv:nfv/nfv:vnfd/nfv:vdu/nfv:int-cpd/nfv:virtual-network-interface-requirement/nfv:nic-io-requirements</td</tr> 
<tr id="1-1-1-11-4-4" class="a">
                       <td nowrap>
                          <div id=9999 class=tier6>
                             <a class="leaf">&nbsp;</a>
                             <abbr title="This references (couples) the CPD with any logical node I/O
requirements (for network devices) that may have been
created. Linking these attributes is necessary so that so
that I/O requirements that need to be articulated at the
logical node level can be associated with the network
interface requirements associated with the CPD."> <em> nicio-requirements </em></abbr>
                          </div>
                       </td>
                       <td>leaf</td>
                       <td nowrap><abbr title="leafref
 : /nfv:nfv/nfv:vnfd/nfv:virtual-compute-desc/nfv:id">leafref</abbr></td>
                       <td nowrap>config</td>
                       <td>?</td>
                       <td>current</td>
                       <td nowrap>/nfv:nfv/nfv:vnfd/nfv:vdu/nfv:int-cpd/nfv:nicio-requirements</td</tr> 
<tr id="1-1-1-11-4-5" class="a">
                       <td nowrap>
                          <div id=9999 class=tier6>
                             <a class="leaf">&nbsp;</a>
                             <abbr title="The order of the NIC to be assigned on the compute
instance (e.g. 2 for eth2).

Note: when binding more than one port to a single
compute (aka multi vNICs) and ordering is desired, it
is mandatory that all ports will be set with an order
value. The order values shall represent a positive,
arithmetic progression that starts with 0 (i.e. 0, 1,
2,..., n).

If the property is not present, it shall be left to the
VIM to assign a value when creating the instance."> <em> order </em></abbr>
                          </div>
                       </td>
                       <td>leaf</td>
                       <td nowrap><abbr title="uint32
">uint32</abbr></td>
                       <td nowrap>config</td>
                       <td>?</td>
                       <td>current</td>
                       <td nowrap>/nfv:nfv/nfv:vnfd/nfv:vdu/nfv:int-cpd/nfv:order</td</tr> 
<tr id="1-1-1-11-4-6" class="a">
                       <td nowrap>
                          <div id=9999 class=tier6>
                             <a class="leaf">&nbsp;</a>
                             <abbr title="Describes the type of the virtual network interface
realizing the CPs instantiated from this CPD. This is
used to determine which mechanism driver(s) to be used
to bind the port.
Values:
 NORMAL
 VIRTIO
 DIRECT
 BAREMETAL
 VIRTIO-FORWARDER
 DIRECT-PHYSICAL
 SMART-NIC"> <em> vnic-type </em></abbr>
                          </div>
                       </td>
                       <td>leaf</td>
                       <td nowrap><abbr title="identityref
 {vnic-type}">identityref</abbr></td>
                       <td nowrap>config</td>
                       <td>?</td>
                       <td>current</td>
                       <td nowrap>/nfv:nfv/nfv:vnfd/nfv:vdu/nfv:int-cpd/nfv:vnic-type</td</tr> 
<tr id="1-1-1-11-4-7" class="a">
                       <td nowrap>
                          <div id=9999 class=tier6>
                             <a class="leaf">&nbsp;</a>
                             <abbr title="Identifier of this Cpd information element.">  id </abbr>
                          </div>
                       </td>
                       <td>leaf</td>
                       <td nowrap><abbr title="string
">string</abbr></td>
                       <td nowrap>config</td>
                       <td></td>
                       <td>current</td>
                       <td nowrap>/nfv:nfv/nfv:vnfd/nfv:vdu/nfv:int-cpd/nfv:id</td</tr> 
<tr id="1-1-1-11-4-8" class="a">
                       <td nowrap>
                          <div id=9999 class=tier6>
                             <a class="leaf-list">&nbsp;</a>
                             <abbr title="Specifies which protocol the CP uses for connectivity purposes
Values:
   Ethernet
   MPLS
   ODU2
   IPV4
   IPV6
   Pseudo-Wire
   etc.">  layer-protocol </abbr>
                          </div>
                       </td>
                       <td>leaf-list</td>
                       <td nowrap><abbr title="identityref
 {layer-protocol}">identityref</abbr></td>
                       <td nowrap>config</td>
                       <td>*</td>
                       <td>current</td>
                       <td nowrap>/nfv:nfv/nfv:vnfd/nfv:vdu/nfv:int-cpd/nfv:layer-protocol</td</tr> 
<tr id="1-1-1-11-4-9" class="a">
                       <td nowrap>
                          <div id=9999 class=tier6>
                             <a class="leaf">&nbsp;</a>
                             <abbr title="Identifies the role of the connection points
corresponding to the CPD in the context of the traffic
flow patterns in the VNF, PNF or NS. For example an NS with
a tree flow pattern within the NS will have legal cpRoles
of ROOT and LEAF."> <em> role </em></abbr>
                          </div>
                       </td>
                       <td>leaf</td>
                       <td nowrap><abbr title="identityref
 {cp-role}">identityref</abbr></td>
                       <td nowrap>config</td>
                       <td>?</td>
                       <td>current</td>
                       <td nowrap>/nfv:nfv/nfv:vnfd/nfv:vdu/nfv:int-cpd/nfv:role</td</tr> 
<tr id="1-1-1-11-4-10" class="a">
                       <td nowrap>
                          <div id=9999 class=tier6>
                             <a class="leaf">&nbsp;</a>
                             <abbr title="Provides human-readable information on the purpose of the
connection point (e.g. connection point for control plane
traffic)."> <em> description </em></abbr>
                          </div>
                       </td>
                       <td>leaf</td>
                       <td nowrap><abbr title="string
">string</abbr></td>
                       <td nowrap>config</td>
                       <td>?</td>
                       <td>current</td>
                       <td nowrap>/nfv:nfv/nfv:vnfd/nfv:vdu/nfv:int-cpd/nfv:description</td</tr> 
<tr id="1-1-1-11-4-11" class="a">
                       <td nowrap id="p4000">
                          <div id="p5000" class="tier6">
                             <a href="#" id="p6000"
                                onclick="toggleRows(this);return false"
                                class="folder">&nbsp;
                             </a>
                             <abbr title="Identifies the protocol layering information the CP uses for
connectivity purposes and associated information. There shall
be one cpProtocol for each layer protocol as indicated by the
attribute layerProtocol. When a PnfExtCpd as defined in ETSI
GS NFV-IFA 014 [i.8] is inherited from this Cpd, the
cardinality is set to 0.">protocol[associated-layer-protocol]</abbr>
                          </div>
                       </td> 
<td nowrap>list</td>
                    <td nowrap></td>
                    <td nowrap>config</td>
                    <td></td>
                    <td>current</td>
                    <td nowrap>/nfv:nfv/nfv:vnfd/nfv:vdu/nfv:int-cpd/nfv:protocol</td>
                    </tr> 
<tr id="1-1-1-11-4-11-6" class="a">
                       <td nowrap>
                          <div id=9999 class=tier7>
                             <a class="leaf">&nbsp;</a>
                             <abbr title="One of the values of the attribute layerProtocol of the Cpd
IE.
Values:
 Ethernet
 MPLS
 ODU2
 IPV4
 IPV6
 Pseudo-Wire
 etc.">  associated-layer-protocol </abbr>
                          </div>
                       </td>
                       <td>leaf</td>
                       <td nowrap><abbr title="identityref
 {layer-protocol}">identityref</abbr></td>
                       <td nowrap>config</td>
                       <td></td>
                       <td>current</td>
                       <td nowrap>/nfv:nfv/nfv:vnfd/nfv:vdu/nfv:int-cpd/nfv:protocol/nfv:associated-layer-protocol</td</tr> 
<tr id="1-1-1-11-4-11-7" class="a">
                       <td nowrap id="p4000">
                          <div id="p5000" class="tier7">
                             <a href="#" id="p6000"
                                onclick="toggleRows(this);return false"
                                class="folder">&nbsp;
                             </a>
                             <abbr title="Provides information on the addresses to be assigned to the
CP(s) instantiated from the CPD.">address-data[type]</abbr>
                          </div>
                       </td> 
<td nowrap>list</td>
                    <td nowrap></td>
                    <td nowrap>config</td>
                    <td></td>
                    <td>current</td>
                    <td nowrap>/nfv:nfv/nfv:vnfd/nfv:vdu/nfv:int-cpd/nfv:protocol/nfv:address-data</td>
                    </tr> 
<tr id="1-1-1-11-4-11-7-5" class="a">
                       <td nowrap>
                          <div id=9999 class=tier8>
                             <a class="leaf">&nbsp;</a>
                             <abbr title="Describes the type of the address to be assigned to the
CP instantiated from the parent CPD.
Values:
   MAC address
   IP address
   etc.
The content type shall be aligned with the address type
supported by the layerProtocol attribute of the parent
CPD.">  type </abbr>
                          </div>
                       </td>
                       <td>leaf</td>
                       <td nowrap><abbr title="identityref
 {address-type}">identityref</abbr></td>
                       <td nowrap>config</td>
                       <td></td>
                       <td>current</td>
                       <td nowrap>/nfv:nfv/nfv:vnfd/nfv:vdu/nfv:int-cpd/nfv:protocol/nfv:address-data/nfv:type</td</tr> 
<tr id="1-1-1-11-4-11-7-6" class="a">
                       <td nowrap id="p4000">
                          <div id="p5000" class="tier8">
                             <a href="#" id="p6000"
                                onclick="toggleRows(this);return false"
                                class="folder">&nbsp;
                             </a>
                             <abbr title="Provides the information on the MAC addresses to be
assigned to the CP(s) instantiated from the parent CPD.
Shall be present when the addressType is MAC address.">l2-address-data</abbr>
                          </div>
                       </td> 
<td nowrap>container</td>
                    <td nowrap></td>
                    <td nowrap>config</td>
                    <td></td>
                    <td>current</td>
                    <td nowrap>/nfv:nfv/nfv:vnfd/nfv:vdu/nfv:int-cpd/nfv:protocol/nfv:address-data/nfv:l2-address-data</td>
                    </tr> 
<tr id="1-1-1-11-4-11-7-6-1" class="a">
                       <td nowrap>
                          <div id=9999 class=tier9>
                             <a class="leaf">&nbsp;</a>
                             <abbr title="Specify which mode is used for the MAC address
assignment.

If it is set to True, a MAC address is expected to
be provided by a management entity via the NFV-MANO
interfaces towards the VNFM using attributes
standardized for this purpose in the NFV-MANO
information model and is further transferred from the
VNFM to the VIM. A MAC address will be automatically
assigned by the VIM/NFVI as fallback if not provided.

If it is set to False, a MAC address is expected to be
assigned by means specific to the VNF itself (e.g., by
an LCM script, by the EM) and is further transferred
from the VNFM to the VIM. A MAC address will be
automatically assigned by the VIM/NFVI as fallback if
not provided to the VIM.">  mac-address-assignment </abbr>
                          </div>
                       </td>
                       <td>leaf</td>
                       <td nowrap><abbr title="boolean
">boolean</abbr></td>
                       <td nowrap>config</td>
                       <td></td>
                       <td>current</td>
                       <td nowrap>/nfv:nfv/nfv:vnfd/nfv:vdu/nfv:int-cpd/nfv:protocol/nfv:address-data/nfv:l2-address-data/nfv:mac-address-assignment</td</tr> 
<tr id="1-1-1-11-4-11-7-7" class="a">
                       <td nowrap id="p4000">
                          <div id="p5000" class="tier8">
                             <a href="#" id="p6000"
                                onclick="toggleRows(this);return false"
                                class="folder">&nbsp;
                             </a>
                             <abbr title="No description">l3-address-data</abbr>
                          </div>
                       </td> 
<td nowrap>container</td>
                    <td nowrap></td>
                    <td nowrap>config</td>
                    <td></td>
                    <td>current</td>
                    <td nowrap>/nfv:nfv/nfv:vnfd/nfv:vdu/nfv:int-cpd/nfv:protocol/nfv:address-data/nfv:l3-address-data</td>
                    </tr> 
<tr id="1-1-1-11-4-11-7-7-2" class="a">
                       <td nowrap>
                          <div id=9999 class=tier9>
                             <a class="leaf">&nbsp;</a>
                             <abbr title="Specify which mode is used for the address assignment.
If set to True, IP configuration information shall be
provided for the VNF by a management entity using the
NFV MANO interfaces towards the VNFM.
If it is set to False, the value of the
'ipAddressAssignmentSubtype' attribute defines the
method of IP address assignment.
Shall be present if the 'fixedIpAddress' attribute
is not present and should be absent otherwise."> <em> ip-address-assignment </em></abbr>
                          </div>
                       </td>
                       <td>leaf</td>
                       <td nowrap><abbr title="boolean
">boolean</abbr></td>
                       <td nowrap>config</td>
                       <td>?</td>
                       <td>current</td>
                       <td nowrap>/nfv:nfv/nfv:vnfd/nfv:vdu/nfv:int-cpd/nfv:protocol/nfv:address-data/nfv:l3-address-data/nfv:ip-address-assignment</td</tr> 
<tr id="1-1-1-11-4-11-7-7-3" class="a">
                       <td nowrap>
                          <div id=9999 class=tier9>
                             <a class="leaf">&nbsp;</a>
                             <abbr title="Method of IP address assignment in case the IP
configuration is not provided using the NFV MANO
interfaces towards the VNFM.
Shall be present in case the 'ipAddressAssignment'
attribute is set to 'False' and shall be absent
otherwise.

Valid values:
DYNAMIC: the VNF gets an IP address dynamically from
the NFVI (e.g., using DHCP)
VNF_PKG: an IP address defined by the VNF provider is
assigned by means included as part of the VNF package
(e.g., LCM script)
EXTERNAL: an IP address is provided by an external
management entity (such as EM) directly towards the
VNF."> <em> ip-address-assignment-subtype </em></abbr>
                          </div>
                       </td>
                       <td>leaf</td>
                       <td nowrap><abbr title="enumeration
 : {dynamic,vnf_pkg,external,}">enumeration</abbr></td>
                       <td nowrap>config</td>
                       <td>?</td>
                       <td>current</td>
                       <td nowrap>/nfv:nfv/nfv:vnfd/nfv:vdu/nfv:int-cpd/nfv:protocol/nfv:address-data/nfv:l3-address-data/nfv:ip-address-assignment-subtype</td</tr> 
<tr id="1-1-1-11-4-11-7-7-4" class="a">
                       <td nowrap>
                          <div id=9999 class=tier9>
                             <a class="leaf">&nbsp;</a>
                             <abbr title="Specify if the floating IP scheme is activated on the CP
or not.">  floating-ip-activated </abbr>
                          </div>
                       </td>
                       <td>leaf</td>
                       <td nowrap><abbr title="boolean
">boolean</abbr></td>
                       <td nowrap>config</td>
                       <td></td>
                       <td>current</td>
                       <td nowrap>/nfv:nfv/nfv:vnfd/nfv:vdu/nfv:int-cpd/nfv:protocol/nfv:address-data/nfv:l3-address-data/nfv:floating-ip-activated</td</tr>