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

Compare with Current View Page History

Version 1 Next »

  onap.datatypes.Classification:
    description:  set of fields used by operations to classify topology objects (nodes) in the model
    derived_from: tosca.datatypes.Root
    properties:
      type:
        type: string
        required: true
#     role:
#        type: string
#        required: true
      function:
        type: string
        required: true
  • No labels