Fix for radio buttons
[sdc.git] / asdc-tests / src / test / resources / CI / importResource-VCE-Brocade / tosca.nodes.nfv.CP / tosca.nodes.nfv.CP.yaml
1  ##################################################################
2   ####################### TOSCA CP Node   ##########################
3   ##################################################################
4 tosca_definitions_version: tosca_simple_yaml_1_0_0
5 node_types:
6     tosca.nodes.nfv.CP: 
7         derived_from: tosca.nodes.Root
8         properties: 
9           type: 
10             type: string
11             required: false
12         requirements: 
13           - virtualbinding: 
14               capability: tosca.capabilities.nfv.vdu.VirtualBindable
15               occurrences: [1, 1] #this is default
16             
17           - virtuallink: 
18               capability: tosca.capabilities.nfv.VirtualLinkable
19               occurrences: [1, 1] #this is default
20             
21         attributes: 
22           ip_address: 
23             type: string
24             # required: false