1 tosca_definitions_version: tosca_simple_yaml_1_2
 
   2 description: ETSI NFV SOL 001 VduCp node type definitions version 2.5.1
 
   6     derived_from: tosca.nodes.nfv.Cp
 
   7     description: describes network connectivity between a VNFC instance based on this VDU and an internal VL
 
  10         type: integer   # in bits per second
 
  11         description: Bitrate requirement in bit per second on this connection point
 
  15       virtual_network_interface_requirements:
 
  17         description: Specifies requirements on a virtual network interface realising the CPs instantiated from this CPD
 
  20           type: tosca.datatypes.nfv.VirtualNetworkInterfaceRequirements
 
  23         description: The order of the NIC on the compute instance (e.g.eth2)
 
  29         description: Describes the type of the virtual network interface realizing the CPs instantiated from this CPD
 
  32           - valid_values: [ normal, virtio, direct-physical ]
 
  35           capability: tosca.capabilities.nfv.VirtualLinkable
 
  36           relationship: tosca.relationships.nfv.VirtualLinksTo
 
  38           capability: tosca.capabilities.nfv.VirtualBindable
 
  39           relationship: tosca.relationships.nfv.VirtualBindsTo
 
  40           node: tosca.nodes.nfv.Vdu.Compute