Minor changes to VNF SDK integration
[sdc.git] / catalog-be / src / main / resources / import / tosca / normative-types / blockStorage / blockStorage.yml
1 tosca_definitions_version: tosca_simple_yaml_1_0_0
2 node_types: 
3   tosca.nodes.BlockStorage:
4     derived_from: tosca.nodes.Root
5     properties:
6       size: 
7         type: scalar-unit.size
8         constraints:
9           - greater_or_equal: 1 MB
10       volume_id:
11         type: string
12         required: false
13       snapshot_id:
14         type: string
15         required: false
16     capabilities:
17       attachment: 
18         type: tosca.capabilities.Attachment