huaweicloudsdkmssi 3.1.142__py2.py3-none-any.whl → 3.1.143__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.
Files changed (53) hide show
  1. huaweicloudsdkmssi/v1/model/action_base_info.py +33 -33
  2. huaweicloudsdkmssi/v1/model/api_config.py +3 -3
  3. huaweicloudsdkmssi/v1/model/auth_config_a.py +15 -15
  4. huaweicloudsdkmssi/v1/model/base_connection_info.py +23 -23
  5. huaweicloudsdkmssi/v1/model/connection_info.py +55 -55
  6. huaweicloudsdkmssi/v1/model/connector_info.py +47 -47
  7. huaweicloudsdkmssi/v1/model/connector_info0.py +35 -35
  8. huaweicloudsdkmssi/v1/model/create_connection_info_request.py +3 -3
  9. huaweicloudsdkmssi/v1/model/create_connection_info_response.py +7 -7
  10. huaweicloudsdkmssi/v1/model/create_custom_connector_from_openapi_request.py +3 -3
  11. huaweicloudsdkmssi/v1/model/create_custom_connector_from_openapi_response.py +15 -15
  12. huaweicloudsdkmssi/v1/model/create_flow_request.py +3 -3
  13. huaweicloudsdkmssi/v1/model/create_flow_response.py +9 -9
  14. huaweicloudsdkmssi/v1/model/create_flow_template_from_flow_request.py +5 -5
  15. huaweicloudsdkmssi/v1/model/create_flow_template_from_flow_response.py +9 -9
  16. huaweicloudsdkmssi/v1/model/custom_connector_info_v2.py +13 -13
  17. huaweicloudsdkmssi/v1/model/delete_connection_info_request.py +3 -3
  18. huaweicloudsdkmssi/v1/model/delete_connection_info_response.py +7 -7
  19. huaweicloudsdkmssi/v1/model/delete_custom_connector_request.py +3 -3
  20. huaweicloudsdkmssi/v1/model/delete_custom_connector_response.py +7 -7
  21. huaweicloudsdkmssi/v1/model/delete_flow_request.py +3 -3
  22. huaweicloudsdkmssi/v1/model/delete_flow_response.py +7 -7
  23. huaweicloudsdkmssi/v1/model/flow_meta.py +73 -73
  24. huaweicloudsdkmssi/v1/model/runtime_permission.py +11 -11
  25. huaweicloudsdkmssi/v1/model/search_flow_by_id_request.py +5 -5
  26. huaweicloudsdkmssi/v1/model/search_flow_by_id_response.py +73 -73
  27. huaweicloudsdkmssi/v1/model/show_all_connections_request.py +7 -7
  28. huaweicloudsdkmssi/v1/model/show_all_connections_response.py +1 -1
  29. huaweicloudsdkmssi/v1/model/show_all_flows_request.py +13 -13
  30. huaweicloudsdkmssi/v1/model/show_all_flows_response.py +5 -5
  31. huaweicloudsdkmssi/v1/model/show_connectors_request.py +13 -13
  32. huaweicloudsdkmssi/v1/model/show_connectors_response.py +5 -5
  33. huaweicloudsdkmssi/v1/model/show_custom_connector_request.py +3 -3
  34. huaweicloudsdkmssi/v1/model/show_custom_connector_response.py +7 -7
  35. huaweicloudsdkmssi/v1/model/show_custom_connectors_request.py +7 -7
  36. huaweicloudsdkmssi/v1/model/show_custom_connectors_response.py +5 -5
  37. huaweicloudsdkmssi/v1/model/show_single_connection_request.py +3 -3
  38. huaweicloudsdkmssi/v1/model/show_single_connection_response.py +55 -55
  39. huaweicloudsdkmssi/v1/model/tag.py +5 -5
  40. huaweicloudsdkmssi/v1/model/template_message.py +7 -7
  41. huaweicloudsdkmssi/v1/model/trigger_base_info.py +33 -33
  42. huaweicloudsdkmssi/v1/model/update_connection_info_request.py +5 -5
  43. huaweicloudsdkmssi/v1/model/update_connection_info_response.py +7 -7
  44. huaweicloudsdkmssi/v1/model/update_flow_request.py +5 -5
  45. huaweicloudsdkmssi/v1/model/update_flow_response.py +9 -9
  46. huaweicloudsdkmssi/v1/mssi_async_client.py +16 -16
  47. huaweicloudsdkmssi/v1/mssi_client.py +16 -16
  48. {huaweicloudsdkmssi-3.1.142.dist-info → huaweicloudsdkmssi-3.1.143.dist-info}/METADATA +2 -2
  49. huaweicloudsdkmssi-3.1.143.dist-info/RECORD +57 -0
  50. huaweicloudsdkmssi-3.1.142.dist-info/RECORD +0 -57
  51. {huaweicloudsdkmssi-3.1.142.dist-info → huaweicloudsdkmssi-3.1.143.dist-info}/LICENSE +0 -0
  52. {huaweicloudsdkmssi-3.1.142.dist-info → huaweicloudsdkmssi-3.1.143.dist-info}/WHEEL +0 -0
  53. {huaweicloudsdkmssi-3.1.142.dist-info → huaweicloudsdkmssi-3.1.143.dist-info}/top_level.txt +0 -0
@@ -55,7 +55,7 @@ class ActionBaseInfo:
55
55
  }
56
56
 
57
57
  def __init__(self, action_type=None, category=None, connector_action_html=None, connector_created_type=None, connector_id=None, connector_version=None, created_time=None, definition=None, description=None, id=None, name=None, operation_id=None, swagger=None, test_result=None, updated_time=None, visibility=None):
58
- """ActionBaseInfo
58
+ r"""ActionBaseInfo
59
59
 
60
60
  The model defined in huaweicloud sdk
61
61
 
@@ -148,7 +148,7 @@ class ActionBaseInfo:
148
148
 
149
149
  @property
150
150
  def action_type(self):
151
- """Gets the action_type of this ActionBaseInfo.
151
+ r"""Gets the action_type of this ActionBaseInfo.
152
152
 
153
153
  执行动作的类型
154
154
 
@@ -159,7 +159,7 @@ class ActionBaseInfo:
159
159
 
160
160
  @action_type.setter
161
161
  def action_type(self, action_type):
162
- """Sets the action_type of this ActionBaseInfo.
162
+ r"""Sets the action_type of this ActionBaseInfo.
163
163
 
164
164
  执行动作的类型
165
165
 
@@ -170,7 +170,7 @@ class ActionBaseInfo:
170
170
 
171
171
  @property
172
172
  def category(self):
173
- """Gets the category of this ActionBaseInfo.
173
+ r"""Gets the category of this ActionBaseInfo.
174
174
 
175
175
  分类
176
176
 
@@ -181,7 +181,7 @@ class ActionBaseInfo:
181
181
 
182
182
  @category.setter
183
183
  def category(self, category):
184
- """Sets the category of this ActionBaseInfo.
184
+ r"""Sets the category of this ActionBaseInfo.
185
185
 
186
186
  分类
187
187
 
@@ -192,7 +192,7 @@ class ActionBaseInfo:
192
192
 
193
193
  @property
194
194
  def connector_action_html(self):
195
- """Gets the connector_action_html of this ActionBaseInfo.
195
+ r"""Gets the connector_action_html of this ActionBaseInfo.
196
196
 
197
197
  :return: The connector_action_html of this ActionBaseInfo.
198
198
  :rtype: str
@@ -201,7 +201,7 @@ class ActionBaseInfo:
201
201
 
202
202
  @connector_action_html.setter
203
203
  def connector_action_html(self, connector_action_html):
204
- """Sets the connector_action_html of this ActionBaseInfo.
204
+ r"""Sets the connector_action_html of this ActionBaseInfo.
205
205
 
206
206
  :param connector_action_html: The connector_action_html of this ActionBaseInfo.
207
207
  :type connector_action_html: str
@@ -210,7 +210,7 @@ class ActionBaseInfo:
210
210
 
211
211
  @property
212
212
  def connector_created_type(self):
213
- """Gets the connector_created_type of this ActionBaseInfo.
213
+ r"""Gets the connector_created_type of this ActionBaseInfo.
214
214
 
215
215
  :return: The connector_created_type of this ActionBaseInfo.
216
216
  :rtype: str
@@ -219,7 +219,7 @@ class ActionBaseInfo:
219
219
 
220
220
  @connector_created_type.setter
221
221
  def connector_created_type(self, connector_created_type):
222
- """Sets the connector_created_type of this ActionBaseInfo.
222
+ r"""Sets the connector_created_type of this ActionBaseInfo.
223
223
 
224
224
  :param connector_created_type: The connector_created_type of this ActionBaseInfo.
225
225
  :type connector_created_type: str
@@ -228,7 +228,7 @@ class ActionBaseInfo:
228
228
 
229
229
  @property
230
230
  def connector_id(self):
231
- """Gets the connector_id of this ActionBaseInfo.
231
+ r"""Gets the connector_id of this ActionBaseInfo.
232
232
 
233
233
  自定义连接器ID
234
234
 
@@ -239,7 +239,7 @@ class ActionBaseInfo:
239
239
 
240
240
  @connector_id.setter
241
241
  def connector_id(self, connector_id):
242
- """Sets the connector_id of this ActionBaseInfo.
242
+ r"""Sets the connector_id of this ActionBaseInfo.
243
243
 
244
244
  自定义连接器ID
245
245
 
@@ -250,7 +250,7 @@ class ActionBaseInfo:
250
250
 
251
251
  @property
252
252
  def connector_version(self):
253
- """Gets the connector_version of this ActionBaseInfo.
253
+ r"""Gets the connector_version of this ActionBaseInfo.
254
254
 
255
255
  连接器版本
256
256
 
@@ -261,7 +261,7 @@ class ActionBaseInfo:
261
261
 
262
262
  @connector_version.setter
263
263
  def connector_version(self, connector_version):
264
- """Sets the connector_version of this ActionBaseInfo.
264
+ r"""Sets the connector_version of this ActionBaseInfo.
265
265
 
266
266
  连接器版本
267
267
 
@@ -272,7 +272,7 @@ class ActionBaseInfo:
272
272
 
273
273
  @property
274
274
  def created_time(self):
275
- """Gets the created_time of this ActionBaseInfo.
275
+ r"""Gets the created_time of this ActionBaseInfo.
276
276
 
277
277
  创建时间
278
278
 
@@ -283,7 +283,7 @@ class ActionBaseInfo:
283
283
 
284
284
  @created_time.setter
285
285
  def created_time(self, created_time):
286
- """Sets the created_time of this ActionBaseInfo.
286
+ r"""Sets the created_time of this ActionBaseInfo.
287
287
 
288
288
  创建时间
289
289
 
@@ -294,7 +294,7 @@ class ActionBaseInfo:
294
294
 
295
295
  @property
296
296
  def definition(self):
297
- """Gets the definition of this ActionBaseInfo.
297
+ r"""Gets the definition of this ActionBaseInfo.
298
298
 
299
299
  操作or触发器的详细定义
300
300
 
@@ -305,7 +305,7 @@ class ActionBaseInfo:
305
305
 
306
306
  @definition.setter
307
307
  def definition(self, definition):
308
- """Sets the definition of this ActionBaseInfo.
308
+ r"""Sets the definition of this ActionBaseInfo.
309
309
 
310
310
  操作or触发器的详细定义
311
311
 
@@ -316,7 +316,7 @@ class ActionBaseInfo:
316
316
 
317
317
  @property
318
318
  def description(self):
319
- """Gets the description of this ActionBaseInfo.
319
+ r"""Gets the description of this ActionBaseInfo.
320
320
 
321
321
  描述
322
322
 
@@ -327,7 +327,7 @@ class ActionBaseInfo:
327
327
 
328
328
  @description.setter
329
329
  def description(self, description):
330
- """Sets the description of this ActionBaseInfo.
330
+ r"""Sets the description of this ActionBaseInfo.
331
331
 
332
332
  描述
333
333
 
@@ -338,7 +338,7 @@ class ActionBaseInfo:
338
338
 
339
339
  @property
340
340
  def id(self):
341
- """Gets the id of this ActionBaseInfo.
341
+ r"""Gets the id of this ActionBaseInfo.
342
342
 
343
343
  执行动作ID
344
344
 
@@ -349,7 +349,7 @@ class ActionBaseInfo:
349
349
 
350
350
  @id.setter
351
351
  def id(self, id):
352
- """Sets the id of this ActionBaseInfo.
352
+ r"""Sets the id of this ActionBaseInfo.
353
353
 
354
354
  执行动作ID
355
355
 
@@ -360,7 +360,7 @@ class ActionBaseInfo:
360
360
 
361
361
  @property
362
362
  def name(self):
363
- """Gets the name of this ActionBaseInfo.
363
+ r"""Gets the name of this ActionBaseInfo.
364
364
 
365
365
  执行动作名称
366
366
 
@@ -371,7 +371,7 @@ class ActionBaseInfo:
371
371
 
372
372
  @name.setter
373
373
  def name(self, name):
374
- """Sets the name of this ActionBaseInfo.
374
+ r"""Sets the name of this ActionBaseInfo.
375
375
 
376
376
  执行动作名称
377
377
 
@@ -382,7 +382,7 @@ class ActionBaseInfo:
382
382
 
383
383
  @property
384
384
  def operation_id(self):
385
- """Gets the operation_id of this ActionBaseInfo.
385
+ r"""Gets the operation_id of this ActionBaseInfo.
386
386
 
387
387
  执行动作ID
388
388
 
@@ -393,7 +393,7 @@ class ActionBaseInfo:
393
393
 
394
394
  @operation_id.setter
395
395
  def operation_id(self, operation_id):
396
- """Sets the operation_id of this ActionBaseInfo.
396
+ r"""Sets the operation_id of this ActionBaseInfo.
397
397
 
398
398
  执行动作ID
399
399
 
@@ -404,7 +404,7 @@ class ActionBaseInfo:
404
404
 
405
405
  @property
406
406
  def swagger(self):
407
- """Gets the swagger of this ActionBaseInfo.
407
+ r"""Gets the swagger of this ActionBaseInfo.
408
408
 
409
409
  swagger文档
410
410
 
@@ -415,7 +415,7 @@ class ActionBaseInfo:
415
415
 
416
416
  @swagger.setter
417
417
  def swagger(self, swagger):
418
- """Sets the swagger of this ActionBaseInfo.
418
+ r"""Sets the swagger of this ActionBaseInfo.
419
419
 
420
420
  swagger文档
421
421
 
@@ -426,7 +426,7 @@ class ActionBaseInfo:
426
426
 
427
427
  @property
428
428
  def test_result(self):
429
- """Gets the test_result of this ActionBaseInfo.
429
+ r"""Gets the test_result of this ActionBaseInfo.
430
430
 
431
431
  最近一次测试结果
432
432
 
@@ -437,7 +437,7 @@ class ActionBaseInfo:
437
437
 
438
438
  @test_result.setter
439
439
  def test_result(self, test_result):
440
- """Sets the test_result of this ActionBaseInfo.
440
+ r"""Sets the test_result of this ActionBaseInfo.
441
441
 
442
442
  最近一次测试结果
443
443
 
@@ -448,7 +448,7 @@ class ActionBaseInfo:
448
448
 
449
449
  @property
450
450
  def updated_time(self):
451
- """Gets the updated_time of this ActionBaseInfo.
451
+ r"""Gets the updated_time of this ActionBaseInfo.
452
452
 
453
453
  修改时间
454
454
 
@@ -459,7 +459,7 @@ class ActionBaseInfo:
459
459
 
460
460
  @updated_time.setter
461
461
  def updated_time(self, updated_time):
462
- """Sets the updated_time of this ActionBaseInfo.
462
+ r"""Sets the updated_time of this ActionBaseInfo.
463
463
 
464
464
  修改时间
465
465
 
@@ -470,7 +470,7 @@ class ActionBaseInfo:
470
470
 
471
471
  @property
472
472
  def visibility(self):
473
- """Gets the visibility of this ActionBaseInfo.
473
+ r"""Gets the visibility of this ActionBaseInfo.
474
474
 
475
475
  标记动作在流编排是否可见
476
476
 
@@ -481,7 +481,7 @@ class ActionBaseInfo:
481
481
 
482
482
  @visibility.setter
483
483
  def visibility(self, visibility):
484
- """Sets the visibility of this ActionBaseInfo.
484
+ r"""Sets the visibility of this ActionBaseInfo.
485
485
 
486
486
  标记动作在流编排是否可见
487
487
 
@@ -25,7 +25,7 @@ class ApiConfig:
25
25
  }
26
26
 
27
27
  def __init__(self, name=None):
28
- """ApiConfig
28
+ r"""ApiConfig
29
29
 
30
30
  The model defined in huaweicloud sdk
31
31
 
@@ -43,7 +43,7 @@ class ApiConfig:
43
43
 
44
44
  @property
45
45
  def name(self):
46
- """Gets the name of this ApiConfig.
46
+ r"""Gets the name of this ApiConfig.
47
47
 
48
48
  资产名称
49
49
 
@@ -54,7 +54,7 @@ class ApiConfig:
54
54
 
55
55
  @name.setter
56
56
  def name(self, name):
57
- """Sets the name of this ApiConfig.
57
+ r"""Sets the name of this ApiConfig.
58
58
 
59
59
  资产名称
60
60
 
@@ -37,7 +37,7 @@ class AuthConfigA:
37
37
  }
38
38
 
39
39
  def __init__(self, auth_config=None, auth_dynamic=None, auth_info=None, auth_prop=None, auth_type=None, cdm_params_config=None, host_config=None):
40
- """AuthConfigA
40
+ r"""AuthConfigA
41
41
 
42
42
  The model defined in huaweicloud sdk
43
43
 
@@ -85,7 +85,7 @@ class AuthConfigA:
85
85
 
86
86
  @property
87
87
  def auth_config(self):
88
- """Gets the auth_config of this AuthConfigA.
88
+ r"""Gets the auth_config of this AuthConfigA.
89
89
 
90
90
  :return: The auth_config of this AuthConfigA.
91
91
  :rtype: object
@@ -94,7 +94,7 @@ class AuthConfigA:
94
94
 
95
95
  @auth_config.setter
96
96
  def auth_config(self, auth_config):
97
- """Sets the auth_config of this AuthConfigA.
97
+ r"""Sets the auth_config of this AuthConfigA.
98
98
 
99
99
  :param auth_config: The auth_config of this AuthConfigA.
100
100
  :type auth_config: object
@@ -103,7 +103,7 @@ class AuthConfigA:
103
103
 
104
104
  @property
105
105
  def auth_dynamic(self):
106
- """Gets the auth_dynamic of this AuthConfigA.
106
+ r"""Gets the auth_dynamic of this AuthConfigA.
107
107
 
108
108
  :return: The auth_dynamic of this AuthConfigA.
109
109
  :rtype: object
@@ -112,7 +112,7 @@ class AuthConfigA:
112
112
 
113
113
  @auth_dynamic.setter
114
114
  def auth_dynamic(self, auth_dynamic):
115
- """Sets the auth_dynamic of this AuthConfigA.
115
+ r"""Sets the auth_dynamic of this AuthConfigA.
116
116
 
117
117
  :param auth_dynamic: The auth_dynamic of this AuthConfigA.
118
118
  :type auth_dynamic: object
@@ -121,7 +121,7 @@ class AuthConfigA:
121
121
 
122
122
  @property
123
123
  def auth_info(self):
124
- """Gets the auth_info of this AuthConfigA.
124
+ r"""Gets the auth_info of this AuthConfigA.
125
125
 
126
126
  :return: The auth_info of this AuthConfigA.
127
127
  :rtype: dict(str, str)
@@ -130,7 +130,7 @@ class AuthConfigA:
130
130
 
131
131
  @auth_info.setter
132
132
  def auth_info(self, auth_info):
133
- """Sets the auth_info of this AuthConfigA.
133
+ r"""Sets the auth_info of this AuthConfigA.
134
134
 
135
135
  :param auth_info: The auth_info of this AuthConfigA.
136
136
  :type auth_info: dict(str, str)
@@ -139,7 +139,7 @@ class AuthConfigA:
139
139
 
140
140
  @property
141
141
  def auth_prop(self):
142
- """Gets the auth_prop of this AuthConfigA.
142
+ r"""Gets the auth_prop of this AuthConfigA.
143
143
 
144
144
  :return: The auth_prop of this AuthConfigA.
145
145
  :rtype: object
@@ -148,7 +148,7 @@ class AuthConfigA:
148
148
 
149
149
  @auth_prop.setter
150
150
  def auth_prop(self, auth_prop):
151
- """Sets the auth_prop of this AuthConfigA.
151
+ r"""Sets the auth_prop of this AuthConfigA.
152
152
 
153
153
  :param auth_prop: The auth_prop of this AuthConfigA.
154
154
  :type auth_prop: object
@@ -157,7 +157,7 @@ class AuthConfigA:
157
157
 
158
158
  @property
159
159
  def auth_type(self):
160
- """Gets the auth_type of this AuthConfigA.
160
+ r"""Gets the auth_type of this AuthConfigA.
161
161
 
162
162
  :return: The auth_type of this AuthConfigA.
163
163
  :rtype: str
@@ -166,7 +166,7 @@ class AuthConfigA:
166
166
 
167
167
  @auth_type.setter
168
168
  def auth_type(self, auth_type):
169
- """Sets the auth_type of this AuthConfigA.
169
+ r"""Sets the auth_type of this AuthConfigA.
170
170
 
171
171
  :param auth_type: The auth_type of this AuthConfigA.
172
172
  :type auth_type: str
@@ -175,7 +175,7 @@ class AuthConfigA:
175
175
 
176
176
  @property
177
177
  def cdm_params_config(self):
178
- """Gets the cdm_params_config of this AuthConfigA.
178
+ r"""Gets the cdm_params_config of this AuthConfigA.
179
179
 
180
180
  :return: The cdm_params_config of this AuthConfigA.
181
181
  :rtype: object
@@ -184,7 +184,7 @@ class AuthConfigA:
184
184
 
185
185
  @cdm_params_config.setter
186
186
  def cdm_params_config(self, cdm_params_config):
187
- """Sets the cdm_params_config of this AuthConfigA.
187
+ r"""Sets the cdm_params_config of this AuthConfigA.
188
188
 
189
189
  :param cdm_params_config: The cdm_params_config of this AuthConfigA.
190
190
  :type cdm_params_config: object
@@ -193,7 +193,7 @@ class AuthConfigA:
193
193
 
194
194
  @property
195
195
  def host_config(self):
196
- """Gets the host_config of this AuthConfigA.
196
+ r"""Gets the host_config of this AuthConfigA.
197
197
 
198
198
  :return: The host_config of this AuthConfigA.
199
199
  :rtype: object
@@ -202,7 +202,7 @@ class AuthConfigA:
202
202
 
203
203
  @host_config.setter
204
204
  def host_config(self, host_config):
205
- """Sets the host_config of this AuthConfigA.
205
+ r"""Sets the host_config of this AuthConfigA.
206
206
 
207
207
  :param host_config: The host_config of this AuthConfigA.
208
208
  :type host_config: object
@@ -45,7 +45,7 @@ class BaseConnectionInfo:
45
45
  }
46
46
 
47
47
  def __init__(self, auth_config=None, auth_config_id=None, auth_dynamic=None, auth_info=None, auth_prop=None, auth_type=None, cdm_params_config=None, connection_name=None, connector_id=None, description=None, host_config=None):
48
- """BaseConnectionInfo
48
+ r"""BaseConnectionInfo
49
49
 
50
50
  The model defined in huaweicloud sdk
51
51
 
@@ -113,7 +113,7 @@ class BaseConnectionInfo:
113
113
 
114
114
  @property
115
115
  def auth_config(self):
116
- """Gets the auth_config of this BaseConnectionInfo.
116
+ r"""Gets the auth_config of this BaseConnectionInfo.
117
117
 
118
118
  :return: The auth_config of this BaseConnectionInfo.
119
119
  :rtype: object
@@ -122,7 +122,7 @@ class BaseConnectionInfo:
122
122
 
123
123
  @auth_config.setter
124
124
  def auth_config(self, auth_config):
125
- """Sets the auth_config of this BaseConnectionInfo.
125
+ r"""Sets the auth_config of this BaseConnectionInfo.
126
126
 
127
127
  :param auth_config: The auth_config of this BaseConnectionInfo.
128
128
  :type auth_config: object
@@ -131,7 +131,7 @@ class BaseConnectionInfo:
131
131
 
132
132
  @property
133
133
  def auth_config_id(self):
134
- """Gets the auth_config_id of this BaseConnectionInfo.
134
+ r"""Gets the auth_config_id of this BaseConnectionInfo.
135
135
 
136
136
  :return: The auth_config_id of this BaseConnectionInfo.
137
137
  :rtype: str
@@ -140,7 +140,7 @@ class BaseConnectionInfo:
140
140
 
141
141
  @auth_config_id.setter
142
142
  def auth_config_id(self, auth_config_id):
143
- """Sets the auth_config_id of this BaseConnectionInfo.
143
+ r"""Sets the auth_config_id of this BaseConnectionInfo.
144
144
 
145
145
  :param auth_config_id: The auth_config_id of this BaseConnectionInfo.
146
146
  :type auth_config_id: str
@@ -149,7 +149,7 @@ class BaseConnectionInfo:
149
149
 
150
150
  @property
151
151
  def auth_dynamic(self):
152
- """Gets the auth_dynamic of this BaseConnectionInfo.
152
+ r"""Gets the auth_dynamic of this BaseConnectionInfo.
153
153
 
154
154
  :return: The auth_dynamic of this BaseConnectionInfo.
155
155
  :rtype: object
@@ -158,7 +158,7 @@ class BaseConnectionInfo:
158
158
 
159
159
  @auth_dynamic.setter
160
160
  def auth_dynamic(self, auth_dynamic):
161
- """Sets the auth_dynamic of this BaseConnectionInfo.
161
+ r"""Sets the auth_dynamic of this BaseConnectionInfo.
162
162
 
163
163
  :param auth_dynamic: The auth_dynamic of this BaseConnectionInfo.
164
164
  :type auth_dynamic: object
@@ -167,7 +167,7 @@ class BaseConnectionInfo:
167
167
 
168
168
  @property
169
169
  def auth_info(self):
170
- """Gets the auth_info of this BaseConnectionInfo.
170
+ r"""Gets the auth_info of this BaseConnectionInfo.
171
171
 
172
172
  :return: The auth_info of this BaseConnectionInfo.
173
173
  :rtype: object
@@ -176,7 +176,7 @@ class BaseConnectionInfo:
176
176
 
177
177
  @auth_info.setter
178
178
  def auth_info(self, auth_info):
179
- """Sets the auth_info of this BaseConnectionInfo.
179
+ r"""Sets the auth_info of this BaseConnectionInfo.
180
180
 
181
181
  :param auth_info: The auth_info of this BaseConnectionInfo.
182
182
  :type auth_info: object
@@ -185,7 +185,7 @@ class BaseConnectionInfo:
185
185
 
186
186
  @property
187
187
  def auth_prop(self):
188
- """Gets the auth_prop of this BaseConnectionInfo.
188
+ r"""Gets the auth_prop of this BaseConnectionInfo.
189
189
 
190
190
  :return: The auth_prop of this BaseConnectionInfo.
191
191
  :rtype: object
@@ -194,7 +194,7 @@ class BaseConnectionInfo:
194
194
 
195
195
  @auth_prop.setter
196
196
  def auth_prop(self, auth_prop):
197
- """Sets the auth_prop of this BaseConnectionInfo.
197
+ r"""Sets the auth_prop of this BaseConnectionInfo.
198
198
 
199
199
  :param auth_prop: The auth_prop of this BaseConnectionInfo.
200
200
  :type auth_prop: object
@@ -203,7 +203,7 @@ class BaseConnectionInfo:
203
203
 
204
204
  @property
205
205
  def auth_type(self):
206
- """Gets the auth_type of this BaseConnectionInfo.
206
+ r"""Gets the auth_type of this BaseConnectionInfo.
207
207
 
208
208
  :return: The auth_type of this BaseConnectionInfo.
209
209
  :rtype: str
@@ -212,7 +212,7 @@ class BaseConnectionInfo:
212
212
 
213
213
  @auth_type.setter
214
214
  def auth_type(self, auth_type):
215
- """Sets the auth_type of this BaseConnectionInfo.
215
+ r"""Sets the auth_type of this BaseConnectionInfo.
216
216
 
217
217
  :param auth_type: The auth_type of this BaseConnectionInfo.
218
218
  :type auth_type: str
@@ -221,7 +221,7 @@ class BaseConnectionInfo:
221
221
 
222
222
  @property
223
223
  def cdm_params_config(self):
224
- """Gets the cdm_params_config of this BaseConnectionInfo.
224
+ r"""Gets the cdm_params_config of this BaseConnectionInfo.
225
225
 
226
226
  :return: The cdm_params_config of this BaseConnectionInfo.
227
227
  :rtype: object
@@ -230,7 +230,7 @@ class BaseConnectionInfo:
230
230
 
231
231
  @cdm_params_config.setter
232
232
  def cdm_params_config(self, cdm_params_config):
233
- """Sets the cdm_params_config of this BaseConnectionInfo.
233
+ r"""Sets the cdm_params_config of this BaseConnectionInfo.
234
234
 
235
235
  :param cdm_params_config: The cdm_params_config of this BaseConnectionInfo.
236
236
  :type cdm_params_config: object
@@ -239,7 +239,7 @@ class BaseConnectionInfo:
239
239
 
240
240
  @property
241
241
  def connection_name(self):
242
- """Gets the connection_name of this BaseConnectionInfo.
242
+ r"""Gets the connection_name of this BaseConnectionInfo.
243
243
 
244
244
  :return: The connection_name of this BaseConnectionInfo.
245
245
  :rtype: str
@@ -248,7 +248,7 @@ class BaseConnectionInfo:
248
248
 
249
249
  @connection_name.setter
250
250
  def connection_name(self, connection_name):
251
- """Sets the connection_name of this BaseConnectionInfo.
251
+ r"""Sets the connection_name of this BaseConnectionInfo.
252
252
 
253
253
  :param connection_name: The connection_name of this BaseConnectionInfo.
254
254
  :type connection_name: str
@@ -257,7 +257,7 @@ class BaseConnectionInfo:
257
257
 
258
258
  @property
259
259
  def connector_id(self):
260
- """Gets the connector_id of this BaseConnectionInfo.
260
+ r"""Gets the connector_id of this BaseConnectionInfo.
261
261
 
262
262
  :return: The connector_id of this BaseConnectionInfo.
263
263
  :rtype: str
@@ -266,7 +266,7 @@ class BaseConnectionInfo:
266
266
 
267
267
  @connector_id.setter
268
268
  def connector_id(self, connector_id):
269
- """Sets the connector_id of this BaseConnectionInfo.
269
+ r"""Sets the connector_id of this BaseConnectionInfo.
270
270
 
271
271
  :param connector_id: The connector_id of this BaseConnectionInfo.
272
272
  :type connector_id: str
@@ -275,7 +275,7 @@ class BaseConnectionInfo:
275
275
 
276
276
  @property
277
277
  def description(self):
278
- """Gets the description of this BaseConnectionInfo.
278
+ r"""Gets the description of this BaseConnectionInfo.
279
279
 
280
280
  :return: The description of this BaseConnectionInfo.
281
281
  :rtype: str
@@ -284,7 +284,7 @@ class BaseConnectionInfo:
284
284
 
285
285
  @description.setter
286
286
  def description(self, description):
287
- """Sets the description of this BaseConnectionInfo.
287
+ r"""Sets the description of this BaseConnectionInfo.
288
288
 
289
289
  :param description: The description of this BaseConnectionInfo.
290
290
  :type description: str
@@ -293,7 +293,7 @@ class BaseConnectionInfo:
293
293
 
294
294
  @property
295
295
  def host_config(self):
296
- """Gets the host_config of this BaseConnectionInfo.
296
+ r"""Gets the host_config of this BaseConnectionInfo.
297
297
 
298
298
  :return: The host_config of this BaseConnectionInfo.
299
299
  :rtype: object
@@ -302,7 +302,7 @@ class BaseConnectionInfo:
302
302
 
303
303
  @host_config.setter
304
304
  def host_config(self, host_config):
305
- """Sets the host_config of this BaseConnectionInfo.
305
+ r"""Sets the host_config of this BaseConnectionInfo.
306
306
 
307
307
  :param host_config: The host_config of this BaseConnectionInfo.
308
308
  :type host_config: object