Release version 1.13.7
[sdc.git] / catalog-be / src / main / resources / import / tosca / nfv-types / extLocalStorage / extLocalStorage.yml
1 tosca_definitions_version: tosca_simple_yaml_1_0_0
2 node_types: 
3   tosca.nodes.nfv.ext.LocalStorage: 
4     derived_from: tosca.nodes.Root
5     properties: 
6       size: 
7         type: string
8         required: false
9       disk_type: 
10         type: string
11         required: false
12     capabilities: 
13       local_attachment: 
14         type: tosca.capabilities.nfv.ext.LocalAttachment