huaweicloudsdkdwr 3.1.142__py2.py3-none-any.whl → 3.1.144__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of huaweicloudsdkdwr might be problematic. Click here for more details.
- huaweicloudsdkdwr/v3/dwr_async_client.py +23 -23
- huaweicloudsdkdwr/v3/dwr_client.py +23 -23
- huaweicloudsdkdwr/v3/model/accept_service_contract_request.py +3 -3
- huaweicloudsdkdwr/v3/model/accept_service_contract_response.py +5 -5
- huaweicloudsdkdwr/v3/model/action.py +25 -25
- huaweicloudsdkdwr/v3/model/action_result.py +11 -11
- huaweicloudsdkdwr/v3/model/action_template_item.py +5 -5
- huaweicloudsdkdwr/v3/model/async_invoke_api_start_workflow_request.py +5 -5
- huaweicloudsdkdwr/v3/model/async_invoke_api_start_workflow_response.py +15 -15
- huaweicloudsdkdwr/v3/model/check_workflow_authentication_request.py +1 -1
- huaweicloudsdkdwr/v3/model/check_workflow_authentication_response.py +29 -29
- huaweicloudsdkdwr/v3/model/create_my_action_template_request.py +5 -5
- huaweicloudsdkdwr/v3/model/create_my_action_template_response.py +25 -25
- huaweicloudsdkdwr/v3/model/create_workflow_authentication_request.py +1 -1
- huaweicloudsdkdwr/v3/model/create_workflow_authentication_response.py +5 -5
- huaweicloudsdkdwr/v3/model/create_workflow_request.py +5 -5
- huaweicloudsdkdwr/v3/model/create_workflow_request_body.py +15 -15
- huaweicloudsdkdwr/v3/model/create_workflow_response.py +15 -15
- huaweicloudsdkdwr/v3/model/delete_my_action_template_request.py +3 -3
- huaweicloudsdkdwr/v3/model/delete_my_action_template_response.py +5 -5
- huaweicloudsdkdwr/v3/model/delete_workflow_request.py +3 -3
- huaweicloudsdkdwr/v3/model/delete_workflow_response.py +5 -5
- huaweicloudsdkdwr/v3/model/execute_workflow_body.py +7 -7
- huaweicloudsdkdwr/v3/model/execution.py +15 -15
- huaweicloudsdkdwr/v3/model/express_config.py +5 -5
- huaweicloudsdkdwr/v3/model/func_vpc.py +13 -13
- huaweicloudsdkdwr/v3/model/graph_item.py +9 -9
- huaweicloudsdkdwr/v3/model/input.py +21 -21
- huaweicloudsdkdwr/v3/model/input_para_type.py +1 -1
- huaweicloudsdkdwr/v3/model/input_para_value_type.py +1 -1
- huaweicloudsdkdwr/v3/model/list_my_action_template_request.py +11 -11
- huaweicloudsdkdwr/v3/model/list_my_action_template_response.py +17 -17
- huaweicloudsdkdwr/v3/model/list_system_templates_request.py +9 -9
- huaweicloudsdkdwr/v3/model/list_system_templates_response.py +19 -19
- huaweicloudsdkdwr/v3/model/list_workflow_instance_request.py +13 -13
- huaweicloudsdkdwr/v3/model/list_workflow_instance_response.py +17 -17
- huaweicloudsdkdwr/v3/model/list_workflows_request.py +7 -7
- huaweicloudsdkdwr/v3/model/list_workflows_response.py +17 -17
- huaweicloudsdkdwr/v3/model/node_execution.py +15 -15
- huaweicloudsdkdwr/v3/model/policy.py +5 -5
- huaweicloudsdkdwr/v3/model/provided_action.py +35 -35
- huaweicloudsdkdwr/v3/model/public_template_item.py +15 -15
- huaweicloudsdkdwr/v3/model/public_template_register_type.py +1 -1
- huaweicloudsdkdwr/v3/model/restore_workflow_execution_request.py +5 -5
- huaweicloudsdkdwr/v3/model/restore_workflow_execution_response.py +15 -15
- huaweicloudsdkdwr/v3/model/show_public_action_list_request.py +9 -9
- huaweicloudsdkdwr/v3/model/show_public_action_list_response.py +19 -19
- huaweicloudsdkdwr/v3/model/show_public_template_info_request.py +3 -3
- huaweicloudsdkdwr/v3/model/show_public_template_info_response.py +11 -11
- huaweicloudsdkdwr/v3/model/show_service_contract_request.py +3 -3
- huaweicloudsdkdwr/v3/model/show_service_contract_response.py +13 -13
- huaweicloudsdkdwr/v3/model/show_system_template_detail_request.py +3 -3
- huaweicloudsdkdwr/v3/model/show_system_template_detail_response.py +11 -11
- huaweicloudsdkdwr/v3/model/show_third_template_info_request.py +3 -3
- huaweicloudsdkdwr/v3/model/show_third_template_info_response.py +11 -11
- huaweicloudsdkdwr/v3/model/show_workflow_info_request.py +3 -3
- huaweicloudsdkdwr/v3/model/show_workflow_info_response.py +19 -19
- huaweicloudsdkdwr/v3/model/show_workflow_instance_request.py +5 -5
- huaweicloudsdkdwr/v3/model/show_workflow_instance_response.py +33 -33
- huaweicloudsdkdwr/v3/model/state.py +19 -19
- huaweicloudsdkdwr/v3/model/statement.py +5 -5
- huaweicloudsdkdwr/v3/model/third_action_template_item.py +15 -15
- huaweicloudsdkdwr/v3/model/third_template_request_body.py +25 -25
- huaweicloudsdkdwr/v3/model/update_my_action_template_request.py +5 -5
- huaweicloudsdkdwr/v3/model/update_my_action_template_response.py +15 -15
- huaweicloudsdkdwr/v3/model/update_my_action_template_to_deprecated_request.py +3 -3
- huaweicloudsdkdwr/v3/model/update_my_action_template_to_deprecated_response.py +5 -5
- huaweicloudsdkdwr/v3/model/update_workflow_body.py +3 -3
- huaweicloudsdkdwr/v3/model/update_workflow_request.py +5 -5
- huaweicloudsdkdwr/v3/model/update_workflow_response.py +15 -15
- {huaweicloudsdkdwr-3.1.142.dist-info → huaweicloudsdkdwr-3.1.144.dist-info}/METADATA +2 -2
- huaweicloudsdkdwr-3.1.144.dist-info/RECORD +80 -0
- huaweicloudsdkdwr-3.1.142.dist-info/RECORD +0 -80
- {huaweicloudsdkdwr-3.1.142.dist-info → huaweicloudsdkdwr-3.1.144.dist-info}/LICENSE +0 -0
- {huaweicloudsdkdwr-3.1.142.dist-info → huaweicloudsdkdwr-3.1.144.dist-info}/WHEEL +0 -0
- {huaweicloudsdkdwr-3.1.142.dist-info → huaweicloudsdkdwr-3.1.144.dist-info}/top_level.txt +0 -0
|
@@ -48,7 +48,7 @@ class CreateMyActionTemplateResponse(SdkResponse):
|
|
|
48
48
|
}
|
|
49
49
|
|
|
50
50
|
def __init__(self, template_name=None, created_at=None, func_pkg_path=None, func_logo_path=None, func_help_path=None, func_test_report_path=None, func_opensource_notice_path=None, func_sla_path=None, x_request_id=None, connection=None, content_length=None, date=None):
|
|
51
|
-
"""CreateMyActionTemplateResponse
|
|
51
|
+
r"""CreateMyActionTemplateResponse
|
|
52
52
|
|
|
53
53
|
The model defined in huaweicloud sdk
|
|
54
54
|
|
|
@@ -121,7 +121,7 @@ class CreateMyActionTemplateResponse(SdkResponse):
|
|
|
121
121
|
|
|
122
122
|
@property
|
|
123
123
|
def template_name(self):
|
|
124
|
-
"""Gets the template_name of this CreateMyActionTemplateResponse.
|
|
124
|
+
r"""Gets the template_name of this CreateMyActionTemplateResponse.
|
|
125
125
|
|
|
126
126
|
三方算子ID
|
|
127
127
|
|
|
@@ -132,7 +132,7 @@ class CreateMyActionTemplateResponse(SdkResponse):
|
|
|
132
132
|
|
|
133
133
|
@template_name.setter
|
|
134
134
|
def template_name(self, template_name):
|
|
135
|
-
"""Sets the template_name of this CreateMyActionTemplateResponse.
|
|
135
|
+
r"""Sets the template_name of this CreateMyActionTemplateResponse.
|
|
136
136
|
|
|
137
137
|
三方算子ID
|
|
138
138
|
|
|
@@ -143,7 +143,7 @@ class CreateMyActionTemplateResponse(SdkResponse):
|
|
|
143
143
|
|
|
144
144
|
@property
|
|
145
145
|
def created_at(self):
|
|
146
|
-
"""Gets the created_at of this CreateMyActionTemplateResponse.
|
|
146
|
+
r"""Gets the created_at of this CreateMyActionTemplateResponse.
|
|
147
147
|
|
|
148
148
|
三方算子创建的时间
|
|
149
149
|
|
|
@@ -154,7 +154,7 @@ class CreateMyActionTemplateResponse(SdkResponse):
|
|
|
154
154
|
|
|
155
155
|
@created_at.setter
|
|
156
156
|
def created_at(self, created_at):
|
|
157
|
-
"""Sets the created_at of this CreateMyActionTemplateResponse.
|
|
157
|
+
r"""Sets the created_at of this CreateMyActionTemplateResponse.
|
|
158
158
|
|
|
159
159
|
三方算子创建的时间
|
|
160
160
|
|
|
@@ -165,7 +165,7 @@ class CreateMyActionTemplateResponse(SdkResponse):
|
|
|
165
165
|
|
|
166
166
|
@property
|
|
167
167
|
def func_pkg_path(self):
|
|
168
|
-
"""Gets the func_pkg_path of this CreateMyActionTemplateResponse.
|
|
168
|
+
r"""Gets the func_pkg_path of this CreateMyActionTemplateResponse.
|
|
169
169
|
|
|
170
170
|
签名OBS地址,用于上传中英文算子包
|
|
171
171
|
|
|
@@ -176,7 +176,7 @@ class CreateMyActionTemplateResponse(SdkResponse):
|
|
|
176
176
|
|
|
177
177
|
@func_pkg_path.setter
|
|
178
178
|
def func_pkg_path(self, func_pkg_path):
|
|
179
|
-
"""Sets the func_pkg_path of this CreateMyActionTemplateResponse.
|
|
179
|
+
r"""Sets the func_pkg_path of this CreateMyActionTemplateResponse.
|
|
180
180
|
|
|
181
181
|
签名OBS地址,用于上传中英文算子包
|
|
182
182
|
|
|
@@ -187,7 +187,7 @@ class CreateMyActionTemplateResponse(SdkResponse):
|
|
|
187
187
|
|
|
188
188
|
@property
|
|
189
189
|
def func_logo_path(self):
|
|
190
|
-
"""Gets the func_logo_path of this CreateMyActionTemplateResponse.
|
|
190
|
+
r"""Gets the func_logo_path of this CreateMyActionTemplateResponse.
|
|
191
191
|
|
|
192
192
|
签名OBS地址,用于上传中英文算子logo
|
|
193
193
|
|
|
@@ -198,7 +198,7 @@ class CreateMyActionTemplateResponse(SdkResponse):
|
|
|
198
198
|
|
|
199
199
|
@func_logo_path.setter
|
|
200
200
|
def func_logo_path(self, func_logo_path):
|
|
201
|
-
"""Sets the func_logo_path of this CreateMyActionTemplateResponse.
|
|
201
|
+
r"""Sets the func_logo_path of this CreateMyActionTemplateResponse.
|
|
202
202
|
|
|
203
203
|
签名OBS地址,用于上传中英文算子logo
|
|
204
204
|
|
|
@@ -209,7 +209,7 @@ class CreateMyActionTemplateResponse(SdkResponse):
|
|
|
209
209
|
|
|
210
210
|
@property
|
|
211
211
|
def func_help_path(self):
|
|
212
|
-
"""Gets the func_help_path of this CreateMyActionTemplateResponse.
|
|
212
|
+
r"""Gets the func_help_path of this CreateMyActionTemplateResponse.
|
|
213
213
|
|
|
214
214
|
签名OBS地址,用于上传中英文算子帮助文档
|
|
215
215
|
|
|
@@ -220,7 +220,7 @@ class CreateMyActionTemplateResponse(SdkResponse):
|
|
|
220
220
|
|
|
221
221
|
@func_help_path.setter
|
|
222
222
|
def func_help_path(self, func_help_path):
|
|
223
|
-
"""Sets the func_help_path of this CreateMyActionTemplateResponse.
|
|
223
|
+
r"""Sets the func_help_path of this CreateMyActionTemplateResponse.
|
|
224
224
|
|
|
225
225
|
签名OBS地址,用于上传中英文算子帮助文档
|
|
226
226
|
|
|
@@ -231,7 +231,7 @@ class CreateMyActionTemplateResponse(SdkResponse):
|
|
|
231
231
|
|
|
232
232
|
@property
|
|
233
233
|
def func_test_report_path(self):
|
|
234
|
-
"""Gets the func_test_report_path of this CreateMyActionTemplateResponse.
|
|
234
|
+
r"""Gets the func_test_report_path of this CreateMyActionTemplateResponse.
|
|
235
235
|
|
|
236
236
|
签名OBS地址,用于上传中英文算子测试报告
|
|
237
237
|
|
|
@@ -242,7 +242,7 @@ class CreateMyActionTemplateResponse(SdkResponse):
|
|
|
242
242
|
|
|
243
243
|
@func_test_report_path.setter
|
|
244
244
|
def func_test_report_path(self, func_test_report_path):
|
|
245
|
-
"""Sets the func_test_report_path of this CreateMyActionTemplateResponse.
|
|
245
|
+
r"""Sets the func_test_report_path of this CreateMyActionTemplateResponse.
|
|
246
246
|
|
|
247
247
|
签名OBS地址,用于上传中英文算子测试报告
|
|
248
248
|
|
|
@@ -253,7 +253,7 @@ class CreateMyActionTemplateResponse(SdkResponse):
|
|
|
253
253
|
|
|
254
254
|
@property
|
|
255
255
|
def func_opensource_notice_path(self):
|
|
256
|
-
"""Gets the func_opensource_notice_path of this CreateMyActionTemplateResponse.
|
|
256
|
+
r"""Gets the func_opensource_notice_path of this CreateMyActionTemplateResponse.
|
|
257
257
|
|
|
258
258
|
签名OBS地址,用于上传中英文开源须知
|
|
259
259
|
|
|
@@ -264,7 +264,7 @@ class CreateMyActionTemplateResponse(SdkResponse):
|
|
|
264
264
|
|
|
265
265
|
@func_opensource_notice_path.setter
|
|
266
266
|
def func_opensource_notice_path(self, func_opensource_notice_path):
|
|
267
|
-
"""Sets the func_opensource_notice_path of this CreateMyActionTemplateResponse.
|
|
267
|
+
r"""Sets the func_opensource_notice_path of this CreateMyActionTemplateResponse.
|
|
268
268
|
|
|
269
269
|
签名OBS地址,用于上传中英文开源须知
|
|
270
270
|
|
|
@@ -275,7 +275,7 @@ class CreateMyActionTemplateResponse(SdkResponse):
|
|
|
275
275
|
|
|
276
276
|
@property
|
|
277
277
|
def func_sla_path(self):
|
|
278
|
-
"""Gets the func_sla_path of this CreateMyActionTemplateResponse.
|
|
278
|
+
r"""Gets the func_sla_path of this CreateMyActionTemplateResponse.
|
|
279
279
|
|
|
280
280
|
签名OBS地址,用于上传中英文服务协议材料
|
|
281
281
|
|
|
@@ -286,7 +286,7 @@ class CreateMyActionTemplateResponse(SdkResponse):
|
|
|
286
286
|
|
|
287
287
|
@func_sla_path.setter
|
|
288
288
|
def func_sla_path(self, func_sla_path):
|
|
289
|
-
"""Sets the func_sla_path of this CreateMyActionTemplateResponse.
|
|
289
|
+
r"""Sets the func_sla_path of this CreateMyActionTemplateResponse.
|
|
290
290
|
|
|
291
291
|
签名OBS地址,用于上传中英文服务协议材料
|
|
292
292
|
|
|
@@ -297,7 +297,7 @@ class CreateMyActionTemplateResponse(SdkResponse):
|
|
|
297
297
|
|
|
298
298
|
@property
|
|
299
299
|
def x_request_id(self):
|
|
300
|
-
"""Gets the x_request_id of this CreateMyActionTemplateResponse.
|
|
300
|
+
r"""Gets the x_request_id of this CreateMyActionTemplateResponse.
|
|
301
301
|
|
|
302
302
|
:return: The x_request_id of this CreateMyActionTemplateResponse.
|
|
303
303
|
:rtype: str
|
|
@@ -306,7 +306,7 @@ class CreateMyActionTemplateResponse(SdkResponse):
|
|
|
306
306
|
|
|
307
307
|
@x_request_id.setter
|
|
308
308
|
def x_request_id(self, x_request_id):
|
|
309
|
-
"""Sets the x_request_id of this CreateMyActionTemplateResponse.
|
|
309
|
+
r"""Sets the x_request_id of this CreateMyActionTemplateResponse.
|
|
310
310
|
|
|
311
311
|
:param x_request_id: The x_request_id of this CreateMyActionTemplateResponse.
|
|
312
312
|
:type x_request_id: str
|
|
@@ -315,7 +315,7 @@ class CreateMyActionTemplateResponse(SdkResponse):
|
|
|
315
315
|
|
|
316
316
|
@property
|
|
317
317
|
def connection(self):
|
|
318
|
-
"""Gets the connection of this CreateMyActionTemplateResponse.
|
|
318
|
+
r"""Gets the connection of this CreateMyActionTemplateResponse.
|
|
319
319
|
|
|
320
320
|
:return: The connection of this CreateMyActionTemplateResponse.
|
|
321
321
|
:rtype: str
|
|
@@ -324,7 +324,7 @@ class CreateMyActionTemplateResponse(SdkResponse):
|
|
|
324
324
|
|
|
325
325
|
@connection.setter
|
|
326
326
|
def connection(self, connection):
|
|
327
|
-
"""Sets the connection of this CreateMyActionTemplateResponse.
|
|
327
|
+
r"""Sets the connection of this CreateMyActionTemplateResponse.
|
|
328
328
|
|
|
329
329
|
:param connection: The connection of this CreateMyActionTemplateResponse.
|
|
330
330
|
:type connection: str
|
|
@@ -333,7 +333,7 @@ class CreateMyActionTemplateResponse(SdkResponse):
|
|
|
333
333
|
|
|
334
334
|
@property
|
|
335
335
|
def content_length(self):
|
|
336
|
-
"""Gets the content_length of this CreateMyActionTemplateResponse.
|
|
336
|
+
r"""Gets the content_length of this CreateMyActionTemplateResponse.
|
|
337
337
|
|
|
338
338
|
:return: The content_length of this CreateMyActionTemplateResponse.
|
|
339
339
|
:rtype: str
|
|
@@ -342,7 +342,7 @@ class CreateMyActionTemplateResponse(SdkResponse):
|
|
|
342
342
|
|
|
343
343
|
@content_length.setter
|
|
344
344
|
def content_length(self, content_length):
|
|
345
|
-
"""Sets the content_length of this CreateMyActionTemplateResponse.
|
|
345
|
+
r"""Sets the content_length of this CreateMyActionTemplateResponse.
|
|
346
346
|
|
|
347
347
|
:param content_length: The content_length of this CreateMyActionTemplateResponse.
|
|
348
348
|
:type content_length: str
|
|
@@ -351,7 +351,7 @@ class CreateMyActionTemplateResponse(SdkResponse):
|
|
|
351
351
|
|
|
352
352
|
@property
|
|
353
353
|
def date(self):
|
|
354
|
-
"""Gets the date of this CreateMyActionTemplateResponse.
|
|
354
|
+
r"""Gets the date of this CreateMyActionTemplateResponse.
|
|
355
355
|
|
|
356
356
|
:return: The date of this CreateMyActionTemplateResponse.
|
|
357
357
|
:rtype: str
|
|
@@ -360,7 +360,7 @@ class CreateMyActionTemplateResponse(SdkResponse):
|
|
|
360
360
|
|
|
361
361
|
@date.setter
|
|
362
362
|
def date(self, date):
|
|
363
|
-
"""Sets the date of this CreateMyActionTemplateResponse.
|
|
363
|
+
r"""Sets the date of this CreateMyActionTemplateResponse.
|
|
364
364
|
|
|
365
365
|
:param date: The date of this CreateMyActionTemplateResponse.
|
|
366
366
|
:type date: str
|
|
@@ -28,7 +28,7 @@ class CreateWorkflowAuthenticationResponse(SdkResponse):
|
|
|
28
28
|
}
|
|
29
29
|
|
|
30
30
|
def __init__(self, x_request_id=None, content_length=None):
|
|
31
|
-
"""CreateWorkflowAuthenticationResponse
|
|
31
|
+
r"""CreateWorkflowAuthenticationResponse
|
|
32
32
|
|
|
33
33
|
The model defined in huaweicloud sdk
|
|
34
34
|
|
|
@@ -51,7 +51,7 @@ class CreateWorkflowAuthenticationResponse(SdkResponse):
|
|
|
51
51
|
|
|
52
52
|
@property
|
|
53
53
|
def x_request_id(self):
|
|
54
|
-
"""Gets the x_request_id of this CreateWorkflowAuthenticationResponse.
|
|
54
|
+
r"""Gets the x_request_id of this CreateWorkflowAuthenticationResponse.
|
|
55
55
|
|
|
56
56
|
:return: The x_request_id of this CreateWorkflowAuthenticationResponse.
|
|
57
57
|
:rtype: str
|
|
@@ -60,7 +60,7 @@ class CreateWorkflowAuthenticationResponse(SdkResponse):
|
|
|
60
60
|
|
|
61
61
|
@x_request_id.setter
|
|
62
62
|
def x_request_id(self, x_request_id):
|
|
63
|
-
"""Sets the x_request_id of this CreateWorkflowAuthenticationResponse.
|
|
63
|
+
r"""Sets the x_request_id of this CreateWorkflowAuthenticationResponse.
|
|
64
64
|
|
|
65
65
|
:param x_request_id: The x_request_id of this CreateWorkflowAuthenticationResponse.
|
|
66
66
|
:type x_request_id: str
|
|
@@ -69,7 +69,7 @@ class CreateWorkflowAuthenticationResponse(SdkResponse):
|
|
|
69
69
|
|
|
70
70
|
@property
|
|
71
71
|
def content_length(self):
|
|
72
|
-
"""Gets the content_length of this CreateWorkflowAuthenticationResponse.
|
|
72
|
+
r"""Gets the content_length of this CreateWorkflowAuthenticationResponse.
|
|
73
73
|
|
|
74
74
|
:return: The content_length of this CreateWorkflowAuthenticationResponse.
|
|
75
75
|
:rtype: str
|
|
@@ -78,7 +78,7 @@ class CreateWorkflowAuthenticationResponse(SdkResponse):
|
|
|
78
78
|
|
|
79
79
|
@content_length.setter
|
|
80
80
|
def content_length(self, content_length):
|
|
81
|
-
"""Sets the content_length of this CreateWorkflowAuthenticationResponse.
|
|
81
|
+
r"""Sets the content_length of this CreateWorkflowAuthenticationResponse.
|
|
82
82
|
|
|
83
83
|
:param content_length: The content_length of this CreateWorkflowAuthenticationResponse.
|
|
84
84
|
:type content_length: str
|
|
@@ -27,7 +27,7 @@ class CreateWorkflowRequest:
|
|
|
27
27
|
}
|
|
28
28
|
|
|
29
29
|
def __init__(self, graph_name=None, body=None):
|
|
30
|
-
"""CreateWorkflowRequest
|
|
30
|
+
r"""CreateWorkflowRequest
|
|
31
31
|
|
|
32
32
|
The model defined in huaweicloud sdk
|
|
33
33
|
|
|
@@ -49,7 +49,7 @@ class CreateWorkflowRequest:
|
|
|
49
49
|
|
|
50
50
|
@property
|
|
51
51
|
def graph_name(self):
|
|
52
|
-
"""Gets the graph_name of this CreateWorkflowRequest.
|
|
52
|
+
r"""Gets the graph_name of this CreateWorkflowRequest.
|
|
53
53
|
|
|
54
54
|
工作流名称。名称必须以字母或数字开头,只能由字母、数字、下划线和中划线组成,长度小于等于64个字符,且不能重名
|
|
55
55
|
|
|
@@ -60,7 +60,7 @@ class CreateWorkflowRequest:
|
|
|
60
60
|
|
|
61
61
|
@graph_name.setter
|
|
62
62
|
def graph_name(self, graph_name):
|
|
63
|
-
"""Sets the graph_name of this CreateWorkflowRequest.
|
|
63
|
+
r"""Sets the graph_name of this CreateWorkflowRequest.
|
|
64
64
|
|
|
65
65
|
工作流名称。名称必须以字母或数字开头,只能由字母、数字、下划线和中划线组成,长度小于等于64个字符,且不能重名
|
|
66
66
|
|
|
@@ -71,7 +71,7 @@ class CreateWorkflowRequest:
|
|
|
71
71
|
|
|
72
72
|
@property
|
|
73
73
|
def body(self):
|
|
74
|
-
"""Gets the body of this CreateWorkflowRequest.
|
|
74
|
+
r"""Gets the body of this CreateWorkflowRequest.
|
|
75
75
|
|
|
76
76
|
:return: The body of this CreateWorkflowRequest.
|
|
77
77
|
:rtype: :class:`huaweicloudsdkdwr.v3.CreateWorkflowRequestBody`
|
|
@@ -80,7 +80,7 @@ class CreateWorkflowRequest:
|
|
|
80
80
|
|
|
81
81
|
@body.setter
|
|
82
82
|
def body(self, body):
|
|
83
|
-
"""Sets the body of this CreateWorkflowRequest.
|
|
83
|
+
r"""Sets the body of this CreateWorkflowRequest.
|
|
84
84
|
|
|
85
85
|
:param body: The body of this CreateWorkflowRequest.
|
|
86
86
|
:type body: :class:`huaweicloudsdkdwr.v3.CreateWorkflowRequestBody`
|
|
@@ -37,7 +37,7 @@ class CreateWorkflowRequestBody:
|
|
|
37
37
|
}
|
|
38
38
|
|
|
39
39
|
def __init__(self, states=None, inputs=None, description=None, mode=None, express_config=None, func_vpc=None, agency=None):
|
|
40
|
-
"""CreateWorkflowRequestBody
|
|
40
|
+
r"""CreateWorkflowRequestBody
|
|
41
41
|
|
|
42
42
|
The model defined in huaweicloud sdk
|
|
43
43
|
|
|
@@ -85,7 +85,7 @@ class CreateWorkflowRequestBody:
|
|
|
85
85
|
|
|
86
86
|
@property
|
|
87
87
|
def states(self):
|
|
88
|
-
"""Gets the states of this CreateWorkflowRequestBody.
|
|
88
|
+
r"""Gets the states of this CreateWorkflowRequestBody.
|
|
89
89
|
|
|
90
90
|
工作流的编排定义,必须有TYPE,TYPE值必须是3种State(DELAY,OPERATION,END)中一种。每个state的名字是1-80长度的只含数字,字母,-和_的String。
|
|
91
91
|
|
|
@@ -96,7 +96,7 @@ class CreateWorkflowRequestBody:
|
|
|
96
96
|
|
|
97
97
|
@states.setter
|
|
98
98
|
def states(self, states):
|
|
99
|
-
"""Sets the states of this CreateWorkflowRequestBody.
|
|
99
|
+
r"""Sets the states of this CreateWorkflowRequestBody.
|
|
100
100
|
|
|
101
101
|
工作流的编排定义,必须有TYPE,TYPE值必须是3种State(DELAY,OPERATION,END)中一种。每个state的名字是1-80长度的只含数字,字母,-和_的String。
|
|
102
102
|
|
|
@@ -107,7 +107,7 @@ class CreateWorkflowRequestBody:
|
|
|
107
107
|
|
|
108
108
|
@property
|
|
109
109
|
def inputs(self):
|
|
110
|
-
"""Gets the inputs of this CreateWorkflowRequestBody.
|
|
110
|
+
r"""Gets the inputs of this CreateWorkflowRequestBody.
|
|
111
111
|
|
|
112
112
|
工作流中用户可修改的参数项
|
|
113
113
|
|
|
@@ -118,7 +118,7 @@ class CreateWorkflowRequestBody:
|
|
|
118
118
|
|
|
119
119
|
@inputs.setter
|
|
120
120
|
def inputs(self, inputs):
|
|
121
|
-
"""Sets the inputs of this CreateWorkflowRequestBody.
|
|
121
|
+
r"""Sets the inputs of this CreateWorkflowRequestBody.
|
|
122
122
|
|
|
123
123
|
工作流中用户可修改的参数项
|
|
124
124
|
|
|
@@ -129,7 +129,7 @@ class CreateWorkflowRequestBody:
|
|
|
129
129
|
|
|
130
130
|
@property
|
|
131
131
|
def description(self):
|
|
132
|
-
"""Gets the description of this CreateWorkflowRequestBody.
|
|
132
|
+
r"""Gets the description of this CreateWorkflowRequestBody.
|
|
133
133
|
|
|
134
134
|
工作流的描述
|
|
135
135
|
|
|
@@ -140,7 +140,7 @@ class CreateWorkflowRequestBody:
|
|
|
140
140
|
|
|
141
141
|
@description.setter
|
|
142
142
|
def description(self, description):
|
|
143
|
-
"""Sets the description of this CreateWorkflowRequestBody.
|
|
143
|
+
r"""Sets the description of this CreateWorkflowRequestBody.
|
|
144
144
|
|
|
145
145
|
工作流的描述
|
|
146
146
|
|
|
@@ -151,7 +151,7 @@ class CreateWorkflowRequestBody:
|
|
|
151
151
|
|
|
152
152
|
@property
|
|
153
153
|
def mode(self):
|
|
154
|
-
"""Gets the mode of this CreateWorkflowRequestBody.
|
|
154
|
+
r"""Gets the mode of this CreateWorkflowRequestBody.
|
|
155
155
|
|
|
156
156
|
工作流执行类型:同步(EXPRESS)、异步(NORMAL)
|
|
157
157
|
|
|
@@ -162,7 +162,7 @@ class CreateWorkflowRequestBody:
|
|
|
162
162
|
|
|
163
163
|
@mode.setter
|
|
164
164
|
def mode(self, mode):
|
|
165
|
-
"""Sets the mode of this CreateWorkflowRequestBody.
|
|
165
|
+
r"""Sets the mode of this CreateWorkflowRequestBody.
|
|
166
166
|
|
|
167
167
|
工作流执行类型:同步(EXPRESS)、异步(NORMAL)
|
|
168
168
|
|
|
@@ -173,7 +173,7 @@ class CreateWorkflowRequestBody:
|
|
|
173
173
|
|
|
174
174
|
@property
|
|
175
175
|
def express_config(self):
|
|
176
|
-
"""Gets the express_config of this CreateWorkflowRequestBody.
|
|
176
|
+
r"""Gets the express_config of this CreateWorkflowRequestBody.
|
|
177
177
|
|
|
178
178
|
:return: The express_config of this CreateWorkflowRequestBody.
|
|
179
179
|
:rtype: :class:`huaweicloudsdkdwr.v3.ExpressConfig`
|
|
@@ -182,7 +182,7 @@ class CreateWorkflowRequestBody:
|
|
|
182
182
|
|
|
183
183
|
@express_config.setter
|
|
184
184
|
def express_config(self, express_config):
|
|
185
|
-
"""Sets the express_config of this CreateWorkflowRequestBody.
|
|
185
|
+
r"""Sets the express_config of this CreateWorkflowRequestBody.
|
|
186
186
|
|
|
187
187
|
:param express_config: The express_config of this CreateWorkflowRequestBody.
|
|
188
188
|
:type express_config: :class:`huaweicloudsdkdwr.v3.ExpressConfig`
|
|
@@ -191,7 +191,7 @@ class CreateWorkflowRequestBody:
|
|
|
191
191
|
|
|
192
192
|
@property
|
|
193
193
|
def func_vpc(self):
|
|
194
|
-
"""Gets the func_vpc of this CreateWorkflowRequestBody.
|
|
194
|
+
r"""Gets the func_vpc of this CreateWorkflowRequestBody.
|
|
195
195
|
|
|
196
196
|
:return: The func_vpc of this CreateWorkflowRequestBody.
|
|
197
197
|
:rtype: :class:`huaweicloudsdkdwr.v3.FuncVpc`
|
|
@@ -200,7 +200,7 @@ class CreateWorkflowRequestBody:
|
|
|
200
200
|
|
|
201
201
|
@func_vpc.setter
|
|
202
202
|
def func_vpc(self, func_vpc):
|
|
203
|
-
"""Sets the func_vpc of this CreateWorkflowRequestBody.
|
|
203
|
+
r"""Sets the func_vpc of this CreateWorkflowRequestBody.
|
|
204
204
|
|
|
205
205
|
:param func_vpc: The func_vpc of this CreateWorkflowRequestBody.
|
|
206
206
|
:type func_vpc: :class:`huaweicloudsdkdwr.v3.FuncVpc`
|
|
@@ -209,7 +209,7 @@ class CreateWorkflowRequestBody:
|
|
|
209
209
|
|
|
210
210
|
@property
|
|
211
211
|
def agency(self):
|
|
212
|
-
"""Gets the agency of this CreateWorkflowRequestBody.
|
|
212
|
+
r"""Gets the agency of this CreateWorkflowRequestBody.
|
|
213
213
|
|
|
214
214
|
用戶传入用于创建工作流时使用的委托的委托名
|
|
215
215
|
|
|
@@ -220,7 +220,7 @@ class CreateWorkflowRequestBody:
|
|
|
220
220
|
|
|
221
221
|
@agency.setter
|
|
222
222
|
def agency(self, agency):
|
|
223
|
-
"""Sets the agency of this CreateWorkflowRequestBody.
|
|
223
|
+
r"""Sets the agency of this CreateWorkflowRequestBody.
|
|
224
224
|
|
|
225
225
|
用戶传入用于创建工作流时使用的委托的委托名
|
|
226
226
|
|
|
@@ -38,7 +38,7 @@ class CreateWorkflowResponse(SdkResponse):
|
|
|
38
38
|
}
|
|
39
39
|
|
|
40
40
|
def __init__(self, graph_name=None, graph_urn=None, created_at=None, x_request_id=None, connection=None, content_length=None, date=None):
|
|
41
|
-
"""CreateWorkflowResponse
|
|
41
|
+
r"""CreateWorkflowResponse
|
|
42
42
|
|
|
43
43
|
The model defined in huaweicloud sdk
|
|
44
44
|
|
|
@@ -86,7 +86,7 @@ class CreateWorkflowResponse(SdkResponse):
|
|
|
86
86
|
|
|
87
87
|
@property
|
|
88
88
|
def graph_name(self):
|
|
89
|
-
"""Gets the graph_name of this CreateWorkflowResponse.
|
|
89
|
+
r"""Gets the graph_name of this CreateWorkflowResponse.
|
|
90
90
|
|
|
91
91
|
工作流名称。
|
|
92
92
|
|
|
@@ -97,7 +97,7 @@ class CreateWorkflowResponse(SdkResponse):
|
|
|
97
97
|
|
|
98
98
|
@graph_name.setter
|
|
99
99
|
def graph_name(self, graph_name):
|
|
100
|
-
"""Sets the graph_name of this CreateWorkflowResponse.
|
|
100
|
+
r"""Sets the graph_name of this CreateWorkflowResponse.
|
|
101
101
|
|
|
102
102
|
工作流名称。
|
|
103
103
|
|
|
@@ -108,7 +108,7 @@ class CreateWorkflowResponse(SdkResponse):
|
|
|
108
108
|
|
|
109
109
|
@property
|
|
110
110
|
def graph_urn(self):
|
|
111
|
-
"""Gets the graph_urn of this CreateWorkflowResponse.
|
|
111
|
+
r"""Gets the graph_urn of this CreateWorkflowResponse.
|
|
112
112
|
|
|
113
113
|
工作流的URN。
|
|
114
114
|
|
|
@@ -119,7 +119,7 @@ class CreateWorkflowResponse(SdkResponse):
|
|
|
119
119
|
|
|
120
120
|
@graph_urn.setter
|
|
121
121
|
def graph_urn(self, graph_urn):
|
|
122
|
-
"""Sets the graph_urn of this CreateWorkflowResponse.
|
|
122
|
+
r"""Sets the graph_urn of this CreateWorkflowResponse.
|
|
123
123
|
|
|
124
124
|
工作流的URN。
|
|
125
125
|
|
|
@@ -130,7 +130,7 @@ class CreateWorkflowResponse(SdkResponse):
|
|
|
130
130
|
|
|
131
131
|
@property
|
|
132
132
|
def created_at(self):
|
|
133
|
-
"""Gets the created_at of this CreateWorkflowResponse.
|
|
133
|
+
r"""Gets the created_at of this CreateWorkflowResponse.
|
|
134
134
|
|
|
135
135
|
工作流创建的时间。
|
|
136
136
|
|
|
@@ -141,7 +141,7 @@ class CreateWorkflowResponse(SdkResponse):
|
|
|
141
141
|
|
|
142
142
|
@created_at.setter
|
|
143
143
|
def created_at(self, created_at):
|
|
144
|
-
"""Sets the created_at of this CreateWorkflowResponse.
|
|
144
|
+
r"""Sets the created_at of this CreateWorkflowResponse.
|
|
145
145
|
|
|
146
146
|
工作流创建的时间。
|
|
147
147
|
|
|
@@ -152,7 +152,7 @@ class CreateWorkflowResponse(SdkResponse):
|
|
|
152
152
|
|
|
153
153
|
@property
|
|
154
154
|
def x_request_id(self):
|
|
155
|
-
"""Gets the x_request_id of this CreateWorkflowResponse.
|
|
155
|
+
r"""Gets the x_request_id of this CreateWorkflowResponse.
|
|
156
156
|
|
|
157
157
|
:return: The x_request_id of this CreateWorkflowResponse.
|
|
158
158
|
:rtype: str
|
|
@@ -161,7 +161,7 @@ class CreateWorkflowResponse(SdkResponse):
|
|
|
161
161
|
|
|
162
162
|
@x_request_id.setter
|
|
163
163
|
def x_request_id(self, x_request_id):
|
|
164
|
-
"""Sets the x_request_id of this CreateWorkflowResponse.
|
|
164
|
+
r"""Sets the x_request_id of this CreateWorkflowResponse.
|
|
165
165
|
|
|
166
166
|
:param x_request_id: The x_request_id of this CreateWorkflowResponse.
|
|
167
167
|
:type x_request_id: str
|
|
@@ -170,7 +170,7 @@ class CreateWorkflowResponse(SdkResponse):
|
|
|
170
170
|
|
|
171
171
|
@property
|
|
172
172
|
def connection(self):
|
|
173
|
-
"""Gets the connection of this CreateWorkflowResponse.
|
|
173
|
+
r"""Gets the connection of this CreateWorkflowResponse.
|
|
174
174
|
|
|
175
175
|
:return: The connection of this CreateWorkflowResponse.
|
|
176
176
|
:rtype: str
|
|
@@ -179,7 +179,7 @@ class CreateWorkflowResponse(SdkResponse):
|
|
|
179
179
|
|
|
180
180
|
@connection.setter
|
|
181
181
|
def connection(self, connection):
|
|
182
|
-
"""Sets the connection of this CreateWorkflowResponse.
|
|
182
|
+
r"""Sets the connection of this CreateWorkflowResponse.
|
|
183
183
|
|
|
184
184
|
:param connection: The connection of this CreateWorkflowResponse.
|
|
185
185
|
:type connection: str
|
|
@@ -188,7 +188,7 @@ class CreateWorkflowResponse(SdkResponse):
|
|
|
188
188
|
|
|
189
189
|
@property
|
|
190
190
|
def content_length(self):
|
|
191
|
-
"""Gets the content_length of this CreateWorkflowResponse.
|
|
191
|
+
r"""Gets the content_length of this CreateWorkflowResponse.
|
|
192
192
|
|
|
193
193
|
:return: The content_length of this CreateWorkflowResponse.
|
|
194
194
|
:rtype: str
|
|
@@ -197,7 +197,7 @@ class CreateWorkflowResponse(SdkResponse):
|
|
|
197
197
|
|
|
198
198
|
@content_length.setter
|
|
199
199
|
def content_length(self, content_length):
|
|
200
|
-
"""Sets the content_length of this CreateWorkflowResponse.
|
|
200
|
+
r"""Sets the content_length of this CreateWorkflowResponse.
|
|
201
201
|
|
|
202
202
|
:param content_length: The content_length of this CreateWorkflowResponse.
|
|
203
203
|
:type content_length: str
|
|
@@ -206,7 +206,7 @@ class CreateWorkflowResponse(SdkResponse):
|
|
|
206
206
|
|
|
207
207
|
@property
|
|
208
208
|
def date(self):
|
|
209
|
-
"""Gets the date of this CreateWorkflowResponse.
|
|
209
|
+
r"""Gets the date of this CreateWorkflowResponse.
|
|
210
210
|
|
|
211
211
|
:return: The date of this CreateWorkflowResponse.
|
|
212
212
|
:rtype: str
|
|
@@ -215,7 +215,7 @@ class CreateWorkflowResponse(SdkResponse):
|
|
|
215
215
|
|
|
216
216
|
@date.setter
|
|
217
217
|
def date(self, date):
|
|
218
|
-
"""Sets the date of this CreateWorkflowResponse.
|
|
218
|
+
r"""Sets the date of this CreateWorkflowResponse.
|
|
219
219
|
|
|
220
220
|
:param date: The date of this CreateWorkflowResponse.
|
|
221
221
|
:type date: str
|
|
@@ -25,7 +25,7 @@ class DeleteMyActionTemplateRequest:
|
|
|
25
25
|
}
|
|
26
26
|
|
|
27
27
|
def __init__(self, template_name=None):
|
|
28
|
-
"""DeleteMyActionTemplateRequest
|
|
28
|
+
r"""DeleteMyActionTemplateRequest
|
|
29
29
|
|
|
30
30
|
The model defined in huaweicloud sdk
|
|
31
31
|
|
|
@@ -42,7 +42,7 @@ class DeleteMyActionTemplateRequest:
|
|
|
42
42
|
|
|
43
43
|
@property
|
|
44
44
|
def template_name(self):
|
|
45
|
-
"""Gets the template_name of this DeleteMyActionTemplateRequest.
|
|
45
|
+
r"""Gets the template_name of this DeleteMyActionTemplateRequest.
|
|
46
46
|
|
|
47
47
|
三方算子模板名。
|
|
48
48
|
|
|
@@ -53,7 +53,7 @@ class DeleteMyActionTemplateRequest:
|
|
|
53
53
|
|
|
54
54
|
@template_name.setter
|
|
55
55
|
def template_name(self, template_name):
|
|
56
|
-
"""Sets the template_name of this DeleteMyActionTemplateRequest.
|
|
56
|
+
r"""Sets the template_name of this DeleteMyActionTemplateRequest.
|
|
57
57
|
|
|
58
58
|
三方算子模板名。
|
|
59
59
|
|
|
@@ -28,7 +28,7 @@ class DeleteMyActionTemplateResponse(SdkResponse):
|
|
|
28
28
|
}
|
|
29
29
|
|
|
30
30
|
def __init__(self, x_request_id=None, content_length=None):
|
|
31
|
-
"""DeleteMyActionTemplateResponse
|
|
31
|
+
r"""DeleteMyActionTemplateResponse
|
|
32
32
|
|
|
33
33
|
The model defined in huaweicloud sdk
|
|
34
34
|
|
|
@@ -51,7 +51,7 @@ class DeleteMyActionTemplateResponse(SdkResponse):
|
|
|
51
51
|
|
|
52
52
|
@property
|
|
53
53
|
def x_request_id(self):
|
|
54
|
-
"""Gets the x_request_id of this DeleteMyActionTemplateResponse.
|
|
54
|
+
r"""Gets the x_request_id of this DeleteMyActionTemplateResponse.
|
|
55
55
|
|
|
56
56
|
:return: The x_request_id of this DeleteMyActionTemplateResponse.
|
|
57
57
|
:rtype: str
|
|
@@ -60,7 +60,7 @@ class DeleteMyActionTemplateResponse(SdkResponse):
|
|
|
60
60
|
|
|
61
61
|
@x_request_id.setter
|
|
62
62
|
def x_request_id(self, x_request_id):
|
|
63
|
-
"""Sets the x_request_id of this DeleteMyActionTemplateResponse.
|
|
63
|
+
r"""Sets the x_request_id of this DeleteMyActionTemplateResponse.
|
|
64
64
|
|
|
65
65
|
:param x_request_id: The x_request_id of this DeleteMyActionTemplateResponse.
|
|
66
66
|
:type x_request_id: str
|
|
@@ -69,7 +69,7 @@ class DeleteMyActionTemplateResponse(SdkResponse):
|
|
|
69
69
|
|
|
70
70
|
@property
|
|
71
71
|
def content_length(self):
|
|
72
|
-
"""Gets the content_length of this DeleteMyActionTemplateResponse.
|
|
72
|
+
r"""Gets the content_length of this DeleteMyActionTemplateResponse.
|
|
73
73
|
|
|
74
74
|
:return: The content_length of this DeleteMyActionTemplateResponse.
|
|
75
75
|
:rtype: str
|
|
@@ -78,7 +78,7 @@ class DeleteMyActionTemplateResponse(SdkResponse):
|
|
|
78
78
|
|
|
79
79
|
@content_length.setter
|
|
80
80
|
def content_length(self, content_length):
|
|
81
|
-
"""Sets the content_length of this DeleteMyActionTemplateResponse.
|
|
81
|
+
r"""Sets the content_length of this DeleteMyActionTemplateResponse.
|
|
82
82
|
|
|
83
83
|
:param content_length: The content_length of this DeleteMyActionTemplateResponse.
|
|
84
84
|
:type content_length: str
|
|
@@ -25,7 +25,7 @@ class DeleteWorkflowRequest:
|
|
|
25
25
|
}
|
|
26
26
|
|
|
27
27
|
def __init__(self, graph_name=None):
|
|
28
|
-
"""DeleteWorkflowRequest
|
|
28
|
+
r"""DeleteWorkflowRequest
|
|
29
29
|
|
|
30
30
|
The model defined in huaweicloud sdk
|
|
31
31
|
|
|
@@ -42,7 +42,7 @@ class DeleteWorkflowRequest:
|
|
|
42
42
|
|
|
43
43
|
@property
|
|
44
44
|
def graph_name(self):
|
|
45
|
-
"""Gets the graph_name of this DeleteWorkflowRequest.
|
|
45
|
+
r"""Gets the graph_name of this DeleteWorkflowRequest.
|
|
46
46
|
|
|
47
47
|
工作流名称。名称必须以字母或数字开头,只能由字母、数字、下划线和中划线组成,长度小于等于64个字符,且不能重名。
|
|
48
48
|
|
|
@@ -53,7 +53,7 @@ class DeleteWorkflowRequest:
|
|
|
53
53
|
|
|
54
54
|
@graph_name.setter
|
|
55
55
|
def graph_name(self, graph_name):
|
|
56
|
-
"""Sets the graph_name of this DeleteWorkflowRequest.
|
|
56
|
+
r"""Sets the graph_name of this DeleteWorkflowRequest.
|
|
57
57
|
|
|
58
58
|
工作流名称。名称必须以字母或数字开头,只能由字母、数字、下划线和中划线组成,长度小于等于64个字符,且不能重名。
|
|
59
59
|
|