Skip to content

cna.qualityModel.capabilities.DataStorage

When a Node includes the DataStorage Capability, it is able to store Data Aggregate entities.

File references:      TOSCA-File

Shorthand Name DataStorage
Type Qualified Name qualityModel:DataStorage
Type URI cna.qualityModel.capabilities.DataStorage

1. Properties

Name Required Type Constraints
Description
included_data true map N/A The information represented by the Backing Data entity.

2. Attributes

Name Required Type Constraints
Description
N/A N/A N/A N/A N/A

3. Definition

cna.qualityModel.capabilities.DataStorage:
  derived_from: tosca.capabilities.Root
  description: When included, the Node is able to store Data Aggregate entities

4. Example

some_node:
  capabilities:
    - persist_data:
        # Persist Data Aggregate
        type: cna.qualityModel.capabilities.DataStorage

Last update: 2022-08-31
Back to top