TIDM onap.capabilities.AttachedStorage

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.

onap.capabilities.Storage
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