summaryrefslogtreecommitdiffstats
path: root/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/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
tosca_definitions_version: tosca_simple_yaml_1_0_0
metadata:
  template_name: GlobalSubstitutionTypes
imports:
- openecomp_heat_index:
    file: openecomp-heat/_index.yml
node_types:
  org.openecomp.resource.abstract.nodes.heat.vdbe:
    derived_from: org.openecomp.resource.abstract.nodes.VFC
    properties:
      vf_module_id:
        type: string
        description: Unique ID for this VF module inst
        required: true
        status: supported
      fabric_int_net_rpf:
        type: string
        description: Reverse Path Filtering enable or disable for the fabric virtual network
        required: true
        status: supported
      control_int_net_rpf:
        type: string
        description: Reverse Path Filtering enable or disable for the control virtual network
        required: true
        status: supported
      control_int_net_forwarding_mode:
        type: string
        description: forwarding mode of the control virtual network
        required: true
        status: supported
      vnf_name:
        type: string
        description: Unique name for this VF instance
        required: true
        status: supported
      port_vdbe_untr_1_port_related_networks:
        type: list
        required: true
        status: supported
        entry_schema:
          type: org.openecomp.datatypes.network.RelatedNetworksAssignments
      vdbe_untrusted_ip_1:
        type: string
        description: IPV4 address of the secondary vDBE VM on the VAN untrusted network
        required: true
        status: supported
      vdbe_aap_untrusted_ip_prefix_len:
        type: string
        description: ip prefix length for the primary vDBE VM on the VAN untrusted network
        required: true
        status: supported
      untrusted_num_vn:
        type: float
        description: Number of vDBE subinterface virtual Networks
        required: true
        status: supported
        constraints:
        - in_range:
          - 1
          - 77
      vf_module_name:
        type: string
        description: Unique Name for this VF module inst
        required: true
        status: supported
      aap_address_mode:
        type: string
        description: Address mode for the vDBE cluster IP
        required: true
        status: supported
      control_int_net_shared:
        type: boolean
        description: control virtual network shared
        required: true
        status: supported
      vdbe_untrusted_v6_ip_1:
        type: string
        description: IPV6 address of the secondary vDBE VM on the VAN untrusted network
        required: true
        status: supported
      vdbe_untrusted_vmac_address:
        type: string
        description: Virtual MAC of the primary vDBE VM on the VAN untrusted network
        required: true
        status: supported
      control_int_net_flood_unknown_unicast:
        type: boolean
        description: forwarding mode of the control virtual network
        required: true
        status: supported
      port_vdbe_untr_1_port_network_role:
        type: string
        required: true
        status: supported
      vdbe_aap_sec_untrusted_ip_prefix:
        type: string
        description: ip prefix for secondary vDBE VM aap on the VAN untrusted network
        required: true
        status: supported
      vnf_id:
        type: string
        description: Unique ID for this VF inst
        required: true
        status: supported
      vdbe_name_1:
        type: string
        description: VM Name for this vdbe node 1
        required: true
        status: supported
      port_vdbe_untr_1_port_ip_requirements:
        type: list
        required: true
        status: supported
        entry_schema:
          type: org.openecomp.datatypes.network.IpRequirements
      availability_zone_1:
        type: string
        description: The availability zone of secondary node1 vDBE vm in the local HA pair.
        required: true
        status: supported
      untrusted_vn_networks:
        type: list
        description: List of subinterface virtual networks
        required: true
        status: supported
        entry_schema:
          type: string
      vdbe_image_name:
        type: string
        description: Image to use for vDBE
        required: true
        status: supported
      oam_net_name:
        type: string
        description: Name of NSDNet network from which the management IP addresses will be allocated
        required: true
        status: supported
      vdbe_aap_sec_untrusted_ip_prefix_len:
        type: string
        description: ip prefix length for the secondary DBE VM aap on the VAN untrusted network
        required: true
        status: supported
      port_vdbe_untr_1_port_mac_requirements:
        type: org.openecomp.datatypes.network.MacRequirements
        required: true
        status: supported
      port_vdbe_untr_1_port_order:
        type: integer
        required: true
        status: supported
      vdbe_aap_untrusted_v6_ip_prefix:
        type: string
        description: ipv6 prefix for the primary vDBE VM on the VAN untrusted network
        required: true
        status: supported
      vdbe_aap_untrusted_v6_ip_prefix_len:
        type: string
        description: ipv6 prefix length for the primary vDBE VM on the VAN untrusted network
        required: true
        status: supported
      fabric_int_net_flood_unknown_unicast:
        type: boolean
        description: forwarding mode of the fabric virtual network
        required: true
        status: supported
      untrusted_vlan_tags:
        type: list
        description: List of subinterface vlan tags
        required: true
        status: supported
        entry_schema:
          type: string
      vdbe_flavor_name:
        type: string
        description: Flavor to use for vDBE
        required: true
        status: supported
      port_vdbe_untr_1_port_exCP_naming:
        type: org.openecomp.datatypes.Naming
        required: true
        status: supported
      counter:
        type: float
        description: Counter.
        required: true
        status: supported
      port_vdbe_untr_1_port_subnetpoolid:
        type: string
        required: true
        status: supported
      fabric_int_net_forwarding_mode:
        type: string
        description: forwarding mode of the fabric virtual network
        required: true
        status: supported
      fabric_int_net_shared:
        description: fabric virtual network shared
        required: true
        status: supported
      vdbe_hw_untr_mac_1:
        type: string
        description: Secondary MAC address of the secondary vDBE VM on the VAN untrusted network
        required: true
        status: supported
      untrusted_net_name:
        type: string
        description: Name of public untrusted network into which this vDBE HA cluster is deployed
        required: true
        status: supported
      port_vdbe_untr_1_port_network_role_tag:
        type: string
        required: true
        status: supported
      vdbe_device_name:
        type: string
        description: VDBE device Name for this vdbe VNF
        required: true
        status: supported
      port_vdbe_untr_1_port_vlan_requirements:
        type: list
        required: true
        status: supported
        entry_schema:
          type: org.openecomp.datatypes.network.VlanRequirements
      vdbe_aap_untrusted_ip_prefix:
        type: string
        description: ip prefix for primary vDBE VM on the VAN untrusted network
        required: true
        status: supported
    attributes:
      out1:
        type: string
        description: output param connectivity
        status: supported
    requirements:
    - dependency_vdbe_node_1:
        capability: tosca.capabilities.Node
        node: tosca.nodes.Root
        relationship: tosca.relationships.DependsOn
        occurrences:
        - 0
        - UNBOUNDED
    - local_storage_vdbe_node_1:
        capability: tosca.capabilities.Attachment
        node: tosca.nodes.BlockStorage
        relationship: tosca.relationships.AttachesTo
        occurrences:
        - 0
        - UNBOUNDED
    - dependency_fabric_int_net:
        capability: tosca.capabilities.Node
        node: tosca.nodes.Root
        relationship: tosca.relationships.DependsOn
        occurrences:
        - 0
        - UNBOUNDED
    - dependency_vdbe_untr_1_port:
        capability: tosca.capabilities.Node
        node: tosca.nodes.Root
        relationship: tosca.relationships.DependsOn
        occurrences:
        - 0
        - UNBOUNDED
    - dependency_vdbe_untr_1_subports:
        capability: tosca.capabilities.Node
        node: tosca.nodes.Root
        relationship: tosca.relationships.DependsOn
        occurrences:
        - 0
        - UNBOUNDED
    - dependency_vdbe_untr_x_subport_vdbe_untr_1_subports:
        capability: tosca.capabilities.Node
        node: tosca.nodes.Root
        relationship: tosca.relationships.DependsOn
        occurrences:
        - 0
        - UNBOUNDED
    - dependency_control_int_net:
        capability: tosca.capabilities.Node
        node: tosca.nodes.Root
        relationship: tosca.relationships.DependsOn
        occurrences:
        - 0
        - UNBOUNDED
    capabilities:
      disk.latency_vdbe_node_1:
        type: org.openecomp.capabilities.metric.Ceilometer
        description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
        occurrences:
        - 1
        - UNBOUNDED
      binding_vdbe_node_1:
        type: tosca.capabilities.network.Bindable
        occurrences:
        - 1
        - UNBOUNDED
      network.outgoing.bytes.rate_vdbe_untr_1_port:
        type: org.openecomp.capabilities.metric.Ceilometer
        description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
        occurrences:
        - 1
        - UNBOUNDED
      instance_vdbe_node_1:
        type: org.openecomp.capabilities.metric.Ceilometer
        description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
        occurrences:
        - 1
        - UNBOUNDED
      forwarder_vdbe_untr_1_port:
        type: org.openecomp.capabilities.Forwarder
        occurrences:
        - 1
        - UNBOUNDED
      disk.device.read.requests_vdbe_node_1:
        type: org.openecomp.capabilities.metric.Ceilometer
        description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
        occurrences:
        - 1
        - UNBOUNDED
      end_point_fabric_int_net:
        type: tosca.capabilities.Endpoint
        occurrences:
        - 1
        - UNBOUNDED
      disk.device.usage_vdbe_node_1:
        type: org.openecomp.capabilities.metric.Ceilometer
        description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
        occurrences:
        - 1
        - UNBOUNDED
      attachment_fabric_int_net:
        type: tosca.capabilities.Attachment
        occurrences:
        - 1
        - UNBOUNDED
      disk.write.bytes_vdbe_node_1:
        type: org.openecomp.capabilities.metric.Ceilometer
        description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
        occurrences:
        - 1
        - UNBOUNDED
      disk.device.write.bytes_vdbe_node_1:
        type: org.openecomp.capabilities.metric.Ceilometer
        description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
        occurrences:
        - 1
        - UNBOUNDED
      disk.allocation_vdbe_node_1:
        type: org.openecomp.capabilities.metric.Ceilometer
        description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
        occurrences:
        - 1
        - UNBOUNDED
      memory_vdbe_node_1:
        type: org.openecomp.capabilities.metric.Ceilometer
        description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
        occurrences:
        - 1
        - UNBOUNDED
      cpu_util_vdbe_node_1:
        type: org.openecomp.capabilities.metric.Ceilometer
        description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
        occurrences:
        - 1
        - UNBOUNDED
      network.incoming.packets.rate_vdbe_untr_1_port:
        type: org.openecomp.capabilities.metric.Ceilometer
        description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
        occurrences:
        - 1
        - UNBOUNDED
      disk.device.read.bytes_vdbe_node_1:
        type: org.openecomp.capabilities.metric.Ceilometer
        description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
        occurrences:
        - 1
        - UNBOUNDED
      disk.device.read.bytes.rate_vdbe_node_1:
        type: org.openecomp.capabilities.metric.Ceilometer
        description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
        occurrences:
        - 1
        - UNBOUNDED
      disk.device.allocation_vdbe_node_1:
        type: org.openecomp.capabilities.metric.Ceilometer
        description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
        occurrences:
        - 1
        - UNBOUNDED
      disk.write.requests.rate_vdbe_node_1:
        type: org.openecomp.capabilities.metric.Ceilometer
        description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
        occurrences:
        - 1
        - UNBOUNDED
      disk.root.size_vdbe_node_1:
        type: org.openecomp.capabilities.metric.Ceilometer
        description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
        occurrences:
        - 1
        - UNBOUNDED
      disk.device.iops_vdbe_node_1:
        type: org.openecomp.capabilities.metric.Ceilometer
        description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
        occurrences:
        - 1
        - UNBOUNDED
      disk.device.write.requests_vdbe_node_1:
        type: org.openecomp.capabilities.metric.Ceilometer
        description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
        occurrences:
        - 1
        - UNBOUNDED
      disk.write.requests_vdbe_node_1:
        type: org.openecomp.capabilities.metric.Ceilometer
        description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
        occurrences:
        - 1
        - UNBOUNDED
      network.incoming.bytes.rate_vdbe_untr_1_port:
        type: org.openecomp.capabilities.metric.Ceilometer
        description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
        occurrences:
        - 1
        - UNBOUNDED
      vcpus_vdbe_node_1:
        type: org.openecomp.capabilities.metric.Ceilometer
        description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
        occurrences:
        - 1
        - UNBOUNDED
      binding_vdbe_untr_1_port:
        type: tosca.capabilities.network.Bindable
        valid_source_types:
        - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
        - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
        occurrences:
        - 0
        - UNBOUNDED
      disk.ephemeral.size_vdbe_node_1:
        type: org.openecomp.capabilities.metric.Ceilometer
        description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
        occurrences:
        - 1
        - UNBOUNDED
      network.outgoing.bytes_vdbe_untr_1_port:
        type: org.openecomp.capabilities.metric.Ceilometer
        description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
        occurrences:
        - 1
        - UNBOUNDED
      feature_vdbe_untr_1_subports:
        type: tosca.capabilities.Node
        occurrences:
        - 1
        - UNBOUNDED
      disk.device.latency_vdbe_node_1:
        type: org.openecomp.capabilities.metric.Ceilometer
        description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
        occurrences:
        - 1
        - UNBOUNDED
      disk.capacity_vdbe_node_1:
        type: org.openecomp.capabilities.metric.Ceilometer
        description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
        occurrences:
        - 1
        - UNBOUNDED
      disk.device.capacity_vdbe_node_1:
        type: org.openecomp.capabilities.metric.Ceilometer
        description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
        occurrences:
        - 1
        - UNBOUNDED
      feature_fabric_int_net:
        type: tosca.capabilities.Node
        occurrences:
        - 1
        - UNBOUNDED
      link_control_int_net:
        type: tosca.capabilities.network.Linkable
        occurrences:
        - 1
        - UNBOUNDED
      network.incoming.bytes_vdbe_untr_1_port:
        type: org.openecomp.capabilities.metric.Ceilometer
        description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
        occurrences:
        - 1
        - UNBOUNDED
      end_point_control_int_net:
        type: tosca.capabilities.Endpoint
        occurrences:
        - 1
        - UNBOUNDED
      disk.usage_vdbe_node_1:
        type: org.openecomp.capabilities.metric.Ceilometer
        description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
        occurrences:
        - 1
        - UNBOUNDED
      disk.read.bytes_vdbe_node_1:
        type: org.openecomp.capabilities.metric.Ceilometer
        description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
        occurrences:
        - 1
        - UNBOUNDED
      feature_vdbe_untr_x_subport_vdbe_untr_1_subports:
        type: tosca.capabilities.Node
        occurrences:
        - 1
        - UNBOUNDED
      disk.device.read.requests.rate_vdbe_node_1:
        type: org.openecomp.capabilities.metric.Ceilometer
        description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
        occurrences:
        - 1
        - UNBOUNDED
      host_vdbe_node_1:
        type: tosca.capabilities.Container
        valid_source_types:
        - tosca.nodes.SoftwareComponent
        occurrences:
        - 1
        - UNBOUNDED
      feature_control_int_net:
        type: tosca.capabilities.Node
        occurrences:
        - 1
        - UNBOUNDED
      cpu.delta_vdbe_node_1:
        type: org.openecomp.capabilities.metric.Ceilometer
        description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
        occurrences:
        - 1
        - UNBOUNDED
      network.incoming.packets_vdbe_untr_1_port:
        type: org.openecomp.capabilities.metric.Ceilometer
        description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
        occurrences:
        - 1
        - UNBOUNDED
      scalable_vdbe_node_1:
        type: tosca.capabilities.Scalable
        occurrences:
        - 1
        - UNBOUNDED
      link_fabric_int_net:
        type: tosca.capabilities.network.Linkable
        occurrences:
        - 1
        - UNBOUNDED
      disk.iops_vdbe_node_1:
        type: org.openecomp.capabilities.metric.Ceilometer
        description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
        occurrences:
        - 1
        - UNBOUNDED
      feature_vdbe_node_1:
        type: tosca.capabilities.Node
        occurrences:
        - 1
        - UNBOUNDED
      memory.resident_vdbe_node_1:
        type: org.openecomp.capabilities.metric.Ceilometer
        description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
        occurrences:
        - 1
        - UNBOUNDED
      endpoint_vdbe_node_1:
        type: tosca.capabilities.Endpoint.Admin
        occurrences:
        - 1
        - UNBOUNDED
      network.outgoing.packets.rate_vdbe_untr_1_port:
        type: org.openecomp.capabilities.metric.Ceilometer
        description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
        occurrences:
        - 1
        - UNBOUNDED
      os_vdbe_node_1:
        type: tosca.capabilities.OperatingSystem
        occurrences:
        - 1
        - UNBOUNDED
      network.outpoing.packets_vdbe_untr_1_port:
        type: org.openecomp.capabilities.metric.Ceilometer
        description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
        occurrences:
        - 1
        - UNBOUNDED
      disk.read.bytes.rate_vdbe_node_1:
        type: org.openecomp.capabilities.metric.Ceilometer
        description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
        occurrences:
        - 1
        - UNBOUNDED
      disk.device.write.bytes.rate_vdbe_node_1:
        type: org.openecomp.capabilities.metric.Ceilometer
        description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
        occurrences:
        - 1
        - UNBOUNDED
      attachment_control_int_net:
        type: tosca.capabilities.Attachment
        occurrences:
        - 1
        - UNBOUNDED
      cpu_vdbe_node_1:
        type: org.openecomp.capabilities.metric.Ceilometer
        description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
        occurrences:
        - 1
        - UNBOUNDED
      disk.device.write.requests.rate_vdbe_node_1:
        type: org.openecomp.capabilities.metric.Ceilometer
        description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
        occurrences:
        - 1
        - UNBOUNDED
      disk.read.requests_vdbe_node_1:
        type: org.openecomp.capabilities.metric.Ceilometer
        description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
        occurrences:
        - 1
        - UNBOUNDED
      disk.write.bytes.rate_vdbe_node_1:
        type: org.openecomp.capabilities.metric.Ceilometer
        description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
        occurrences:
        - 1
        - UNBOUNDED
      feature_vdbe_untr_1_port:
        type: tosca.capabilities.Node
        occurrences:
        - 1
        - UNBOUNDED
      memory.usage_vdbe_node_1:
        type: org.openecomp.capabilities.metric.Ceilometer
        description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
        occurrences:
        - 1
        - UNBOUNDED
  org.openecomp.resource.abstract.nodes.heat.subinterface.nested_vlan:
    derived_from: org.openecomp.resource.abstract.nodes.AbstractSubstitute
    properties:
      aap_untrusted_ip_prefix:
        type: string
        description: ip prefix for primary vDBE VM on the VAN untrusted network
        required: true
        status: supported
      aap_sec_untrusted_ip_prefix:
        type: string
        description: ip prefix for secondary vDBE VM aap on the VAN untrusted network
        required: true
        status: supported
      vdbe_subport_network:
        type: string
        description: List of Contrail VLAN networks to use for the subinterfaces.   The order and number of these must match the VLAN ID list
        required: true
        status: supported
      ip_v6_address:
        type: string
        description: IPv6 address associated with subinterfaces
        required: true
        status: supported
      counter:
        type: float
        description: Index of instance among multiple instances.  Use to retrieve correct parameter for this instance when passed all parameters for all instances.
        required: true
        status: supported
      subinterfaces_name_prefix:
        type: string
        description: Combined with subinterface_instance_index, this is used as the name of the subinterface resource
        required: true
        status: supported
      ip_address:
        type: string
        description: IPv4 address associated with subinterfaces
        required: true
        status: supported
      aap_address_mode:
        type: string
        description: Address mode for the vDBE cluster IP
        required: true
        status: supported
      aap_untrusted_v6_ip_prefix:
        type: string
        description: ipv6 prefix for the primary vDBE VM on the VAN untrusted network
        required: true
        status: supported
      parent_interface:
        type: string
        description: Parent Contrail interface
        required: true
        status: supported
      mac_address:
        type: string
        description: HW MAC address to use for subinterface
        required: true
        status: supported
      vlan_tag_list:
        type: list
        description: List of VLAN IDs to use for subinterfaces
        required: true
        status: supported
        entry_schema:
          type: string
      aap_sec_untrusted_ip_prefix_len:
        type: string
        description: ip prefix length for the secondary DBE VM aap on the VAN untrusted network
        required: true
        status: supported
      vmac_address:
        type: string
        description: virtual MAC address to use for subinterface
        required: true
        status: supported
      aap_untrusted_v6_ip_prefix_len:
        type: string
        description: ipv6 prefix length for the primary vDBE VM on the VAN untrusted network
        required: true
        status: supported
      aap_untrusted_ip_prefix_len:
        type: string
        description: ip prefix length for the primary vDBE VM on the VAN untrusted network
        required: true
        status: supported
    requirements:
    - dependency_vdbe_untr_x_subport:
        capability: tosca.capabilities.Node
        node: tosca.nodes.Root
        relationship: tosca.relationships.DependsOn
        occurrences:
        - 0
        - UNBOUNDED
    - subinterface_link_vdbe_untr_x_subport:
        capability: tosca.capabilities.network.Linkable
        relationship: tosca.relationships.network.LinksTo
        occurrences:
        - 1
        - 1
    - binding_vdbe_untr_x_subport:
        capability: tosca.capabilities.network.Bindable
        node: org.openecomp.resource.cp.nodes.network.Port
        relationship: tosca.relationships.network.BindsTo
        occurrences:
        - 1
        - 1
    capabilities:
      feature_vdbe_untr_x_subport:
        type: tosca.capabilities.Node
        occurrences:
        - 1
        - UNBOUNDED