IT Test Import tosca types for a model
[sdc.git] / integration-tests / src / test / resources / Files / imports / tosca / interface-lifecycle-types / interfaceLifecycleTypes.yml
1 tosca.interfaces.relationship.Configure:
2   derived_from: tosca.interfaces.Root
3   pre_configure_source:
4     description: Operation to pre-configure the source endpoint.
5   pre_configure_target:
6     description: Operation to pre-configure the target endpoint.
7   post_configure_source:
8     description: Operation to post-configure the source endpoint.
9   post_configure_target:
10     description: Operation to post-configure the target endpoint.
11   add_target:
12     description: Operation to notify the source node of a target node being added via a relationship.
13   add_source:
14     description: Operation to notify the target node of a source node which is now available via a relationship.
15   target_changed:
16     description: Operation to notify source some property or attribute of the target changed
17   remove_target:
18     description: Operation to remove a target node.