You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

Node Type
onap.nodes.ServiceComponent
tosca.nodes.ServiceComponent:
 derived_from: tosca.nodes.Root
 properties:
   id: 
     type: string
     description: Identifier of the service component descriptor
     required: true
   name:
     type: string
     description: Provides the human readable name of the component descriptor
     required: true
   designer:
     type: string
     description: Designer of the service component descriptor
     required: true
   version:
     type: string
     description: Version of the service component descriptor
     required: true
   invariant_id: 
     type: string
     description: Identifies an service component descriptor in a version independent manner. This attribute is invariant across versions of service component descriptor.
     required: true
  • No labels