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