...
Allotted Resource Model explains the allotted resource concept in general.
R3 TIDM onap.relationships.AllottedBy
...
To assist the orchestrator in finding the best match, the designer is supposed to specify the expected type of the provided resource in the valid_source_types construct.
Definition
Code Block | ||||
---|---|---|---|---|
| ||||
onap.capabilities.AllottedResourceProvider: derived_from: tosca.capabilities.Root description: Capability to produce allotted resources valid_source_types: [] |
Examples
Code Block | ||||
---|---|---|---|---|
| ||||
capability_types: vendorYYY.capabilities.SunshineDatabaseAsAServiceProvider: derived_from: onap.capabilities.AllottedResourceProvider valid_source_types: [vendorYYY.nodes.SunshineDatabase] |
...