Fix for radio buttons
[sdc.git] / asdc-tests / src / test / resources / CI / importResource / loadBalancer / normative-types-new-loadBalancer.yml
1 tosca_definitions_version: tosca_simple_yaml_1_0_0
2 node_types: 
3   tosca.nodes.LoadBalancer:
4     derived_from: tosca.nodes.Root 
5     properties:
6       # TBD
7       algorithm :
8         type: string
9         required: false
10         status: experimental
11     capabilities :
12       client: 
13         type: tosca.capabilities.Endpoint.Public
14         description: the Floating (IP) client’s on the public network can connect to
15     requirements: 
16       - application: 
17           capability: tosca.capabilities.Endpoint
18           relationship: tosca.relationships.RoutesTo