1 tosca_definitions_version: tosca_simple_yaml_1_2
 
   2 description: ETSI NFV SOL 001 VirtualBlockStorage node type definitions version 2.5.1
 
   5   tosca.nodes.nfv.Vdu.VirtualBlockStorage:
 
   6     derived_from: tosca.nodes.Root
 
   7     description: This node type describes the specifications of requirements related to virtual block storage resources
 
   9       virtual_block_storage_data:
 
  10         type: tosca.datatypes.nfv.VirtualBlockStorageData
 
  11         description: Describes the block storage characteristics.
 
  14         type: tosca.datatypes.nfv.SwImageData
 
  15         description: Defines information related to a SwImage artifact used by this Vdu.Compute node.
 
  16         required: false # property is required when the node template has an associated artifact of type tosca.artifacts.nfv.SwImage and not required otherwise
 
  19         type: tosca.capabilities.nfv.VirtualStorage
 
  20         description: Defines the capabilities of virtual_storage.