Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

type_version is optional and "0.0.0" is the default value. namespace is optional and "DefaultNameSpace" is the default value

Examples:

ExampleKey (if defined in same service template)Key (if not defined in same service template)
type: onap.datatypes.ToscaConceptIdentifier

"onap.datatypes.ToscaConceptIdentifier:0.0.0"

"DefaultNameSpace:onap.datatypes.ToscaConceptIdentifier:0.0.0"

type: org.onap.policy.clamp.acm.PolicyAutomationCompositionElement
type_version: 1.0.0

"org.onap.policy.clamp.acm.PolicyAutomationCompositionElement:1.0.0"

"DefaultNameSpace:org.onap.policy.clamp.acm.PolicyAutomationCompositionElement:1.0.0"

type: onap.datatype.acm.Target
namespace: CustomNamespace

"CustomNamespace:onap.datatype.acm.Target:0.0.0""CustomNamespace:onap.datatype.acm.Target:0.0.0"

type: onap.datatype.acm.Operation 
type_version: 1.0.1
namespace: CustomNamespace

"CustomNamespace:1.0namespace: .1:onap.datatype.acm.Operation"

"CustomNamespace:1.0.1:onap.datatype.acm.Operation"


Conclusion

  • Work in progress