Fix for radio buttons
[sdc.git] / asdc-tests / src / test / resources / CI / demoResourcesWanLan / VNF / VNF.yml
1 org.openecomp.asdc.nodes.VNF:
2   #The VNF node is required to be hosted by a VNF_Container
3     derived_from: org.openecomp.asdc.nodes.Root
4     properties:
5       service_name:
6         type: string
7     attributes:
8       #attribute means the value is fulfilled at run-time. 
9       service_id:
10       #In this case, we consider the VNF node only has the service_id value when the node is instantiated
11         type: string
12     requirements:
13       #the "host" requirement can establish the relationship with a VNF_Container node
14       - host :
15           capability: org.openecomp.asdc.capabilities.Container
16           node: org.openecomp.asdc.nodes.VNF_Container