summaryrefslogtreecommitdiffstats
path: root/catalog-be/src/main/resources/import/tosca/normative-types/objectStorage/objectStorage.yml
blob: 9c338c340073d250c869922325912014be9beb0f (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.ObjectStorage:
    derived_from: tosca.nodes.Root
    properties:
      name: 
        type: string
      size: 
        type: scalar-unit.size
        constraints:
          - greater_or_equal: 0 GB
      maxsize:
        type: scalar-unit.size
        constraints:
          - greater_or_equal: 0 GB
    capabilities:
      storage_endpoint:
        type: tosca.capabilities.Endpoint