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