Add ETSI SOL001 v2.5.1 model types to backend init
[sdc.git] / catalog-be / src / main / resources / import / tosca / models / init / etsi-SOL001-v2.5.1 / tosca / interface-lifecycle-types / interfaceLifecycleTypes.yml
1 tosca.interfaces.Root:
2   description: The TOSCA root Interface Type all other TOSCA Interface Types derive from
3
4 tosca.interfaces.nfv.Vnflcm:
5   derived_from: tosca.interfaces.Root
6   description: This interface encompasses a set of TOSCA operations corresponding to the VNF LCM operations defined in ETSI GS NFV-IFA 007 as well as to preamble and postamble procedures to the execution of the VNF LCM operations.
7   instantiate:
8     description: Invoked upon receipt of an Instantiate VNF request
9       # inputs:
10       # additional_parameters:
11       # type: tosca.datatypes.nfv.VnfOperationAdditionalParameters
12       # required: false
13       # derived types are expected to introduce additional_parameters with
14       # its type derived from 
15     # tosca.datatypes.nfv.VnfOperationAdditionalParameters
16   instantiate_start:
17     description: Invoked before instantiate
18   instantiate_end:
19     description: Invoked after instantiate
20   terminate:
21     description: Invoked upon receipt Terminate VNF request
22       # inputs:
23       # additional_parameters:
24       # type: tosca.datatypes.nfv.VnfOperationAdditionalParameters
25       # required: false
26       # derived types are expected to introduce additional_parameters with
27       # its type derived from
28     # tosca.datatypes.nfv.VnfOperationAdditionalParameters
29   terminate_start:
30     description: Invoked before terminate
31   terminate_end:
32     description: Invoked after terminate
33   modify_information:
34     description: Invoked upon receipt of a Modify VNF Information request
35   modify_information_start:
36     description: Invoked before modify_information
37   modify_information_end:
38     description: Invoked after modify_information
39   change_flavour:
40     description: Invoked upon receipt of a Change VNF Flavour request
41       # inputs:
42       # additional_parameters:
43       # type: tosca.datatypes.nfv.VnfOperationAdditionalParameters
44       # required: false
45       # derived types are expected to introduce additional_parameters with 
46       # its type derived from 
47     # tosca.datatypes.nfv.VnfOperationAdditionalParameters
48   change_flavour_start:
49     description: Invoked before change_flavour
50   change_flavour_end:
51     description: Invoked after change_flavour
52   change_external_connectivity:
53     description: Invoked upon receipt of a Change External VNF Connectivity   request
54       # inputs:
55       # additional_parameters:
56       # type: tosca.datatypes.nfv.VnfOperationAdditionalParameters
57       # required: false
58       # derived types are expected to introduce additional_parameters with 
59       # its type derived from 
60     # tosca.datatypes.nfv.VnfOperationAdditionalParameters
61   change_external_connectivity_start:
62     description: Invoked before change_external_connectivity
63   change_external_connectivity_end:
64     description: Invoked after change_external_connectivity
65   operate:
66     description: Invoked upon receipt of an Operate VNF request
67       # inputs:
68       # additional_parameters:
69       # type: tosca.datatypes.nfv.VnfOperationAdditionalParameters
70       # required: false
71       # derived types are expected to introduce additional_parameters with 
72       # its type derived from 
73     # tosca.datatypes.nfv.VnfOperationAdditionalParameters
74   operate_start:
75     description: Invoked before operate
76   operate_end:
77     description: Invoked after operate
78   heal:
79     description: Invoked upon receipt of a Heal VNF request
80       # inputs:
81       # additional_parameters:
82       # type: tosca.datatypes.nfv.VnfOperationAdditionalParameters
83       # required: false
84       # derived types are expected to introduce additional_parameters with 
85       # its type derived from 
86     # tosca.datatypes.nfv.VnfOperationAdditionalParameters
87   heal_start:
88     description: Invoked before heal
89   heal_end:
90     description: Invoked after heal
91   scale:
92     description: Invoked upon receipt of a Scale VNF request
93       # inputs:
94       # additional_parameters:
95       # type: tosca.datatypes.nfv.VnfOperationAdditionalParameters
96       # required: false
97       # derived types are expected to introduce additional_parameters with
98       # its type derived from 
99     # tosca.datatypes.nfv.VnfOperationAdditionalParameters
100   scale_start:
101     description: Invoked before scale
102   scale_end:
103     description: Invoked after scale
104   scale_to_level:
105     description: Invoked upon receipt of a Scale VNF to Level request
106       # inputs:
107       # additional_parameters:
108       # type: tosca.datatypes.nfv.VnfOperationAdditionalParameters
109       # required: false
110       # derived types are expected to introduce additional_parameters with
111       # its type derived from
112     # tosca.datatypes.nfv.VnfOperationAdditionalParameters
113   scale_to_level_start:
114     description: Invoked before scale_to_level
115   scale_to_level_end:
116     description: Invoked after scale_to_level
117
118 tosca.interfaces.nfv.Nslcm:
119   derived_from: tosca.interfaces.Root
120   description: This interface encompasses a set of TOSCA operations corresponding to NS LCM operations defined in ETSI GS NFV-IFA 013. as well as to preamble and postamble procedures to the execution of the NS LCM operations.
121   instantiate_start:
122     description: Preamble to execution of the instantiate operation
123   instantiate:
124     description: Base procedure for instantiating an NS, corresponding to the Instantiate NS operation defined in GS NFV-IFA 013.
125   instantiate_end:
126     description: Postamble to the execution of the instantiate operation
127   terminate_start:
128     description: Preamble to execution of the terminate operation
129   terminate:
130     description: Base procedure for terminating an NS, corresponding to the Terminate NS operation defined in GS NFV-IFA 013.
131   terminate _end:
132     description: Postamble to the execution of the terminate operation
133   update_start:
134     description: Preamble to execution of the update operation
135   update:
136     description: Base procedure for updating an NS, corresponding to the Update NS operation defined in GS NFV-IFA 013.
137   update_end:
138     description: Postamble to the execution of the update operation
139   scale_start:
140     description: Preamble to execution of the scale operation
141   scale:
142     description: Base procedure for scaling an NS, corresponding to the Scale NS operation defined in GS NFV-IFA 013.
143   scale _end:
144     description: Postamble to the execution of the scale operation
145   heal_start:
146     description: Preamble to execution of the heal operation
147   heal:
148     description: Base procedure for healing an NS, corresponding to the Heal NS operation defined in GS NFV-IFA 013.
149   heal _end:
150     description: Postamble to the execution of the heal operation