Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Changed R3 to TIDM - Target Internal Data Model

A capability of providing an attached storage unit.

Intended to be used primarily as part of a TOSCA requirement clause. Normally, requirements of this type are never satisfied within the model. They stay “dangling” until instantiation. On instantiation, the orchestrator satisfies them out of the available inventory.

Code Block
titleonap.capabilities.Storage
linenumberstrue
collapsetrue
capability_types:
  onap.capabilities.Storage:
    derived_from: tosca.capabilities.Attachment
    properties:
      storage_size:
        description: amount of storage
        type: scalar-unit.size
        required: false
        constraints:
          - greater_or_equal: 0 MB
      storage_type:
        description: type of storage
        type: string
        required: false
        constraints:
          - valid_values: [block, object]


TODO: add properties

TODO: add an example