...
Name | Required | Type | Constraints | Description |
---|---|---|---|---|
nfc_classification | yes | onap.datatypes.Classification | Structured description of this component |
...
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
onap.nodes.NetworkFunctionComponent: description: | Software component within a larger software package that makes up a virtual network function derived_from: tosca.nodes.Root properties: nfc_classification: description: | data governed value used by operations to filter network function components type: onap.datatypes.Classification required: true catalog_info: type: onap.datatypes.CatalogInfo description: required: true # generated by Design Time Catalog once, then never changed role: type: string description: the role a template plays in a topology required: false attributes: instance_name: type: string description: the name of the run-time instance of in the deployment capabilities: # Expect to specify connection point bindings within the derived type requirements: - host: capability: tosca.capabilities.Container relationship: onap.relationships.HostedOn |
...