huaweicloudsdktics 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 huaweicloudsdktics might be problematic. Click here for more details.

Files changed (74) hide show
  1. huaweicloudsdktics/v1/model/agent_list_vo.py +31 -31
  2. huaweicloudsdktics/v1/model/deploy_vo.py +11 -11
  3. huaweicloudsdktics/v1/model/fl_job_list_vo.py +27 -27
  4. huaweicloudsdktics/v1/model/job_report_base_info_vo.py +13 -13
  5. huaweicloudsdktics/v1/model/job_report_env_vo.py +11 -11
  6. huaweicloudsdktics/v1/model/job_report_output_vo.py +7 -7
  7. huaweicloudsdktics/v1/model/job_report_partner_vo.py +11 -11
  8. huaweicloudsdktics/v1/model/league_dataset_statistics_vo.py +13 -13
  9. huaweicloudsdktics/v1/model/league_partner_statistics_vo.py +17 -17
  10. huaweicloudsdktics/v1/model/league_update_vo.py +7 -7
  11. huaweicloudsdktics/v1/model/list_agents_request.py +9 -9
  12. huaweicloudsdktics/v1/model/list_agents_response.py +5 -5
  13. huaweicloudsdktics/v1/model/list_audit_info_request.py +7 -7
  14. huaweicloudsdktics/v1/model/list_audit_info_response.py +5 -5
  15. huaweicloudsdktics/v1/model/list_fl_job_request.py +7 -7
  16. huaweicloudsdktics/v1/model/list_fl_job_response.py +5 -5
  17. huaweicloudsdktics/v1/model/list_instance_history_request.py +9 -9
  18. huaweicloudsdktics/v1/model/list_instance_history_response.py +5 -5
  19. huaweicloudsdktics/v1/model/list_league_datasets_request.py +11 -11
  20. huaweicloudsdktics/v1/model/list_league_datasets_response.py +5 -5
  21. huaweicloudsdktics/v1/model/list_leagues_request.py +7 -7
  22. huaweicloudsdktics/v1/model/list_leagues_response.py +5 -5
  23. huaweicloudsdktics/v1/model/list_nodes_request.py +7 -7
  24. huaweicloudsdktics/v1/model/list_nodes_response.py +5 -5
  25. huaweicloudsdktics/v1/model/list_notices_request.py +5 -5
  26. huaweicloudsdktics/v1/model/list_notices_response.py +5 -5
  27. huaweicloudsdktics/v1/model/list_partners_request.py +7 -7
  28. huaweicloudsdktics/v1/model/list_partners_response.py +5 -5
  29. huaweicloudsdktics/v1/model/list_sql_job_request.py +7 -7
  30. huaweicloudsdktics/v1/model/list_sql_job_response.py +5 -5
  31. huaweicloudsdktics/v1/model/partner_data_vo.py +15 -15
  32. huaweicloudsdktics/v1/model/processor_vo.py +21 -21
  33. huaweicloudsdktics/v1/model/round_deploy_vo.py +5 -5
  34. huaweicloudsdktics/v1/model/show_agent_detail_request.py +3 -3
  35. huaweicloudsdktics/v1/model/show_agent_detail_response.py +11 -11
  36. huaweicloudsdktics/v1/model/show_dataset_statistics_request.py +7 -7
  37. huaweicloudsdktics/v1/model/show_dataset_statistics_response.py +3 -3
  38. huaweicloudsdktics/v1/model/show_instance_report_request.py +5 -5
  39. huaweicloudsdktics/v1/model/show_instance_report_response.py +11 -11
  40. huaweicloudsdktics/v1/model/show_job_instance_dag_request.py +7 -7
  41. huaweicloudsdktics/v1/model/show_job_instance_dag_response.py +3 -3
  42. huaweicloudsdktics/v1/model/show_job_statistics_request.py +7 -7
  43. huaweicloudsdktics/v1/model/show_job_statistics_response.py +11 -11
  44. huaweicloudsdktics/v1/model/show_league_request.py +3 -3
  45. huaweicloudsdktics/v1/model/show_league_response.py +45 -45
  46. huaweicloudsdktics/v1/model/show_overview_request.py +1 -1
  47. huaweicloudsdktics/v1/model/show_overview_response.py +9 -9
  48. huaweicloudsdktics/v1/model/show_partner_statistics_request.py +7 -7
  49. huaweicloudsdktics/v1/model/show_partner_statistics_response.py +3 -3
  50. huaweicloudsdktics/v1/model/stage_vo.py +9 -9
  51. huaweicloudsdktics/v1/model/tics_agent_deploy.py +45 -45
  52. huaweicloudsdktics/v1/model/tics_agent_deploy_bcs.py +15 -15
  53. huaweicloudsdktics/v1/model/tics_agent_deploy_detail.py +27 -27
  54. huaweicloudsdktics/v1/model/tics_agent_nat_common_info.py +9 -9
  55. huaweicloudsdktics/v1/model/tics_agent_node_info.py +29 -29
  56. huaweicloudsdktics/v1/model/tics_approve_log_vo.py +29 -29
  57. huaweicloudsdktics/v1/model/tics_dataset_column.py +23 -23
  58. huaweicloudsdktics/v1/model/tics_job_instance_vo.py +23 -23
  59. huaweicloudsdktics/v1/model/tics_league_audit_log.py +21 -21
  60. huaweicloudsdktics/v1/model/tics_league_list_vo.py +33 -33
  61. huaweicloudsdktics/v1/model/tics_league_notice_vo.py +25 -25
  62. huaweicloudsdktics/v1/model/tics_league_partner_vo.py +9 -9
  63. huaweicloudsdktics/v1/model/tics_sql_job_vo.py +29 -29
  64. huaweicloudsdktics/v1/model/tics_trust_info_vo.py +19 -19
  65. huaweicloudsdktics/v1/model/update_league_request.py +5 -5
  66. huaweicloudsdktics/v1/model/update_league_response.py +3 -3
  67. huaweicloudsdktics/v1/tics_async_client.py +19 -19
  68. huaweicloudsdktics/v1/tics_client.py +19 -19
  69. {huaweicloudsdktics-3.1.142.dist-info → huaweicloudsdktics-3.1.144.dist-info}/METADATA +2 -2
  70. huaweicloudsdktics-3.1.144.dist-info/RECORD +78 -0
  71. huaweicloudsdktics-3.1.142.dist-info/RECORD +0 -78
  72. {huaweicloudsdktics-3.1.142.dist-info → huaweicloudsdktics-3.1.144.dist-info}/LICENSE +0 -0
  73. {huaweicloudsdktics-3.1.142.dist-info → huaweicloudsdktics-3.1.144.dist-info}/WHEEL +0 -0
  74. {huaweicloudsdktics-3.1.142.dist-info → huaweicloudsdktics-3.1.144.dist-info}/top_level.txt +0 -0
@@ -29,7 +29,7 @@ class ShowPartnerStatisticsRequest:
29
29
  }
30
30
 
31
31
  def __init__(self, league_id=None, start_date=None, end_date=None):
32
- """ShowPartnerStatisticsRequest
32
+ r"""ShowPartnerStatisticsRequest
33
33
 
34
34
  The model defined in huaweicloud sdk
35
35
 
@@ -56,7 +56,7 @@ class ShowPartnerStatisticsRequest:
56
56
 
57
57
  @property
58
58
  def league_id(self):
59
- """Gets the league_id of this ShowPartnerStatisticsRequest.
59
+ r"""Gets the league_id of this ShowPartnerStatisticsRequest.
60
60
 
61
61
  联盟id,最大32位,字母和数字组成
62
62
 
@@ -67,7 +67,7 @@ class ShowPartnerStatisticsRequest:
67
67
 
68
68
  @league_id.setter
69
69
  def league_id(self, league_id):
70
- """Sets the league_id of this ShowPartnerStatisticsRequest.
70
+ r"""Sets the league_id of this ShowPartnerStatisticsRequest.
71
71
 
72
72
  联盟id,最大32位,字母和数字组成
73
73
 
@@ -78,7 +78,7 @@ class ShowPartnerStatisticsRequest:
78
78
 
79
79
  @property
80
80
  def start_date(self):
81
- """Gets the start_date of this ShowPartnerStatisticsRequest.
81
+ r"""Gets the start_date of this ShowPartnerStatisticsRequest.
82
82
 
83
83
  开始日期
84
84
 
@@ -89,7 +89,7 @@ class ShowPartnerStatisticsRequest:
89
89
 
90
90
  @start_date.setter
91
91
  def start_date(self, start_date):
92
- """Sets the start_date of this ShowPartnerStatisticsRequest.
92
+ r"""Sets the start_date of this ShowPartnerStatisticsRequest.
93
93
 
94
94
  开始日期
95
95
 
@@ -100,7 +100,7 @@ class ShowPartnerStatisticsRequest:
100
100
 
101
101
  @property
102
102
  def end_date(self):
103
- """Gets the end_date of this ShowPartnerStatisticsRequest.
103
+ r"""Gets the end_date of this ShowPartnerStatisticsRequest.
104
104
 
105
105
  结束日期
106
106
 
@@ -111,7 +111,7 @@ class ShowPartnerStatisticsRequest:
111
111
 
112
112
  @end_date.setter
113
113
  def end_date(self, end_date):
114
- """Sets the end_date of this ShowPartnerStatisticsRequest.
114
+ r"""Sets the end_date of this ShowPartnerStatisticsRequest.
115
115
 
116
116
  结束日期
117
117
 
@@ -26,7 +26,7 @@ class ShowPartnerStatisticsResponse(SdkResponse):
26
26
  }
27
27
 
28
28
  def __init__(self, body=None):
29
- """ShowPartnerStatisticsResponse
29
+ r"""ShowPartnerStatisticsResponse
30
30
 
31
31
  The model defined in huaweicloud sdk
32
32
 
@@ -44,7 +44,7 @@ class ShowPartnerStatisticsResponse(SdkResponse):
44
44
 
45
45
  @property
46
46
  def body(self):
47
- """Gets the body of this ShowPartnerStatisticsResponse.
47
+ r"""Gets the body of this ShowPartnerStatisticsResponse.
48
48
 
49
49
  :return: The body of this ShowPartnerStatisticsResponse.
50
50
  :rtype: list[:class:`huaweicloudsdktics.v1.LeaguePartnerStatisticsVo`]
@@ -53,7 +53,7 @@ class ShowPartnerStatisticsResponse(SdkResponse):
53
53
 
54
54
  @body.setter
55
55
  def body(self, body):
56
- """Sets the body of this ShowPartnerStatisticsResponse.
56
+ r"""Sets the body of this ShowPartnerStatisticsResponse.
57
57
 
58
58
  :param body: The body of this ShowPartnerStatisticsResponse.
59
59
  :type body: list[:class:`huaweicloudsdktics.v1.LeaguePartnerStatisticsVo`]
@@ -31,7 +31,7 @@ class StageVo:
31
31
  }
32
32
 
33
33
  def __init__(self, id=None, last_step_stage_id=None, processors=None, stage_name=None):
34
- """StageVo
34
+ r"""StageVo
35
35
 
36
36
  The model defined in huaweicloud sdk
37
37
 
@@ -63,7 +63,7 @@ class StageVo:
63
63
 
64
64
  @property
65
65
  def id(self):
66
- """Gets the id of this StageVo.
66
+ r"""Gets the id of this StageVo.
67
67
 
68
68
  执行阶段id
69
69
 
@@ -74,7 +74,7 @@ class StageVo:
74
74
 
75
75
  @id.setter
76
76
  def id(self, id):
77
- """Sets the id of this StageVo.
77
+ r"""Sets the id of this StageVo.
78
78
 
79
79
  执行阶段id
80
80
 
@@ -85,7 +85,7 @@ class StageVo:
85
85
 
86
86
  @property
87
87
  def last_step_stage_id(self):
88
- """Gets the last_step_stage_id of this StageVo.
88
+ r"""Gets the last_step_stage_id of this StageVo.
89
89
 
90
90
  上游的stageId
91
91
 
@@ -96,7 +96,7 @@ class StageVo:
96
96
 
97
97
  @last_step_stage_id.setter
98
98
  def last_step_stage_id(self, last_step_stage_id):
99
- """Sets the last_step_stage_id of this StageVo.
99
+ r"""Sets the last_step_stage_id of this StageVo.
100
100
 
101
101
  上游的stageId
102
102
 
@@ -107,7 +107,7 @@ class StageVo:
107
107
 
108
108
  @property
109
109
  def processors(self):
110
- """Gets the processors of this StageVo.
110
+ r"""Gets the processors of this StageVo.
111
111
 
112
112
  执行过程
113
113
 
@@ -118,7 +118,7 @@ class StageVo:
118
118
 
119
119
  @processors.setter
120
120
  def processors(self, processors):
121
- """Sets the processors of this StageVo.
121
+ r"""Sets the processors of this StageVo.
122
122
 
123
123
  执行过程
124
124
 
@@ -129,7 +129,7 @@ class StageVo:
129
129
 
130
130
  @property
131
131
  def stage_name(self):
132
- """Gets the stage_name of this StageVo.
132
+ r"""Gets the stage_name of this StageVo.
133
133
 
134
134
  执行阶段名称
135
135
 
@@ -140,7 +140,7 @@ class StageVo:
140
140
 
141
141
  @stage_name.setter
142
142
  def stage_name(self, stage_name):
143
- """Sets the stage_name of this StageVo.
143
+ r"""Sets the stage_name of this StageVo.
144
144
 
145
145
  执行阶段名称
146
146
 
@@ -67,7 +67,7 @@ class TicsAgentDeploy:
67
67
  }
68
68
 
69
69
  def __init__(self, agent_id=None, agent_name=None, aom_flag=None, bcs_flag=None, cce_version=None, create_time=None, creator_domain_id=None, creator_id=None, creator_name=None, creator_project_id=None, deploy_status=None, deploy_type=None, deployment_event_information=None, high_avail=None, image_id=None, image_version=None, league_id=None, league_name=None, league_region_name=None, league_version=None, nat_id=None, storage_mount_type=None):
70
- """TicsAgentDeploy
70
+ r"""TicsAgentDeploy
71
71
 
72
72
  The model defined in huaweicloud sdk
73
73
 
@@ -190,7 +190,7 @@ class TicsAgentDeploy:
190
190
 
191
191
  @property
192
192
  def agent_id(self):
193
- """Gets the agent_id of this TicsAgentDeploy.
193
+ r"""Gets the agent_id of this TicsAgentDeploy.
194
194
 
195
195
  可信节点Id
196
196
 
@@ -201,7 +201,7 @@ class TicsAgentDeploy:
201
201
 
202
202
  @agent_id.setter
203
203
  def agent_id(self, agent_id):
204
- """Sets the agent_id of this TicsAgentDeploy.
204
+ r"""Sets the agent_id of this TicsAgentDeploy.
205
205
 
206
206
  可信节点Id
207
207
 
@@ -212,7 +212,7 @@ class TicsAgentDeploy:
212
212
 
213
213
  @property
214
214
  def agent_name(self):
215
- """Gets the agent_name of this TicsAgentDeploy.
215
+ r"""Gets the agent_name of this TicsAgentDeploy.
216
216
 
217
217
  可信节点名称
218
218
 
@@ -223,7 +223,7 @@ class TicsAgentDeploy:
223
223
 
224
224
  @agent_name.setter
225
225
  def agent_name(self, agent_name):
226
- """Sets the agent_name of this TicsAgentDeploy.
226
+ r"""Sets the agent_name of this TicsAgentDeploy.
227
227
 
228
228
  可信节点名称
229
229
 
@@ -234,7 +234,7 @@ class TicsAgentDeploy:
234
234
 
235
235
  @property
236
236
  def aom_flag(self):
237
- """Gets the aom_flag of this TicsAgentDeploy.
237
+ r"""Gets the aom_flag of this TicsAgentDeploy.
238
238
 
239
239
  是否开启aom监控
240
240
 
@@ -245,7 +245,7 @@ class TicsAgentDeploy:
245
245
 
246
246
  @aom_flag.setter
247
247
  def aom_flag(self, aom_flag):
248
- """Sets the aom_flag of this TicsAgentDeploy.
248
+ r"""Sets the aom_flag of this TicsAgentDeploy.
249
249
 
250
250
  是否开启aom监控
251
251
 
@@ -256,7 +256,7 @@ class TicsAgentDeploy:
256
256
 
257
257
  @property
258
258
  def bcs_flag(self):
259
- """Gets the bcs_flag of this TicsAgentDeploy.
259
+ r"""Gets the bcs_flag of this TicsAgentDeploy.
260
260
 
261
261
  是否使用区块链存证
262
262
 
@@ -267,7 +267,7 @@ class TicsAgentDeploy:
267
267
 
268
268
  @bcs_flag.setter
269
269
  def bcs_flag(self, bcs_flag):
270
- """Sets the bcs_flag of this TicsAgentDeploy.
270
+ r"""Sets the bcs_flag of this TicsAgentDeploy.
271
271
 
272
272
  是否使用区块链存证
273
273
 
@@ -278,7 +278,7 @@ class TicsAgentDeploy:
278
278
 
279
279
  @property
280
280
  def cce_version(self):
281
- """Gets the cce_version of this TicsAgentDeploy.
281
+ r"""Gets the cce_version of this TicsAgentDeploy.
282
282
 
283
283
  可信节点使用cce集群的版本
284
284
 
@@ -289,7 +289,7 @@ class TicsAgentDeploy:
289
289
 
290
290
  @cce_version.setter
291
291
  def cce_version(self, cce_version):
292
- """Sets the cce_version of this TicsAgentDeploy.
292
+ r"""Sets the cce_version of this TicsAgentDeploy.
293
293
 
294
294
  可信节点使用cce集群的版本
295
295
 
@@ -300,7 +300,7 @@ class TicsAgentDeploy:
300
300
 
301
301
  @property
302
302
  def create_time(self):
303
- """Gets the create_time of this TicsAgentDeploy.
303
+ r"""Gets the create_time of this TicsAgentDeploy.
304
304
 
305
305
  可信节点创建时间
306
306
 
@@ -311,7 +311,7 @@ class TicsAgentDeploy:
311
311
 
312
312
  @create_time.setter
313
313
  def create_time(self, create_time):
314
- """Sets the create_time of this TicsAgentDeploy.
314
+ r"""Sets the create_time of this TicsAgentDeploy.
315
315
 
316
316
  可信节点创建时间
317
317
 
@@ -322,7 +322,7 @@ class TicsAgentDeploy:
322
322
 
323
323
  @property
324
324
  def creator_domain_id(self):
325
- """Gets the creator_domain_id of this TicsAgentDeploy.
325
+ r"""Gets the creator_domain_id of this TicsAgentDeploy.
326
326
 
327
327
  可信节点创建者的租户Id
328
328
 
@@ -333,7 +333,7 @@ class TicsAgentDeploy:
333
333
 
334
334
  @creator_domain_id.setter
335
335
  def creator_domain_id(self, creator_domain_id):
336
- """Sets the creator_domain_id of this TicsAgentDeploy.
336
+ r"""Sets the creator_domain_id of this TicsAgentDeploy.
337
337
 
338
338
  可信节点创建者的租户Id
339
339
 
@@ -344,7 +344,7 @@ class TicsAgentDeploy:
344
344
 
345
345
  @property
346
346
  def creator_id(self):
347
- """Gets the creator_id of this TicsAgentDeploy.
347
+ r"""Gets the creator_id of this TicsAgentDeploy.
348
348
 
349
349
  可信节点创建者的Id
350
350
 
@@ -355,7 +355,7 @@ class TicsAgentDeploy:
355
355
 
356
356
  @creator_id.setter
357
357
  def creator_id(self, creator_id):
358
- """Sets the creator_id of this TicsAgentDeploy.
358
+ r"""Sets the creator_id of this TicsAgentDeploy.
359
359
 
360
360
  可信节点创建者的Id
361
361
 
@@ -366,7 +366,7 @@ class TicsAgentDeploy:
366
366
 
367
367
  @property
368
368
  def creator_name(self):
369
- """Gets the creator_name of this TicsAgentDeploy.
369
+ r"""Gets the creator_name of this TicsAgentDeploy.
370
370
 
371
371
  可信节点创建者的名称
372
372
 
@@ -377,7 +377,7 @@ class TicsAgentDeploy:
377
377
 
378
378
  @creator_name.setter
379
379
  def creator_name(self, creator_name):
380
- """Sets the creator_name of this TicsAgentDeploy.
380
+ r"""Sets the creator_name of this TicsAgentDeploy.
381
381
 
382
382
  可信节点创建者的名称
383
383
 
@@ -388,7 +388,7 @@ class TicsAgentDeploy:
388
388
 
389
389
  @property
390
390
  def creator_project_id(self):
391
- """Gets the creator_project_id of this TicsAgentDeploy.
391
+ r"""Gets the creator_project_id of this TicsAgentDeploy.
392
392
 
393
393
  创建可信节点所在项目Id
394
394
 
@@ -399,7 +399,7 @@ class TicsAgentDeploy:
399
399
 
400
400
  @creator_project_id.setter
401
401
  def creator_project_id(self, creator_project_id):
402
- """Sets the creator_project_id of this TicsAgentDeploy.
402
+ r"""Sets the creator_project_id of this TicsAgentDeploy.
403
403
 
404
404
  创建可信节点所在项目Id
405
405
 
@@ -410,7 +410,7 @@ class TicsAgentDeploy:
410
410
 
411
411
  @property
412
412
  def deploy_status(self):
413
- """Gets the deploy_status of this TicsAgentDeploy.
413
+ r"""Gets the deploy_status of this TicsAgentDeploy.
414
414
 
415
415
  可信节点部署状态,ABNORMAL.正常,RESTARTING.重启中,RESTART_FAILED.重启失败,ROLLBACKING.回滚中,STARTING.启动中,DEPLOYING.创建中,DEPLOY_FAILED.创建失败,DEPLOY_SUCCESS.创建成功,RUNNING.运行中,DELETING.删除中,DELETE_FAILED.删除失败,DELETE_SUCCESS.删除成功,UPGRADING.升级中,UPGRADE_FAILED.升级失败,ROLLBACK.回退中,ROLLBACK_FAILED.回退失败,SUCCESS.成功,FAILED.失败,TO_START.待开始,IN_PROGRESS.进行中
416
416
 
@@ -421,7 +421,7 @@ class TicsAgentDeploy:
421
421
 
422
422
  @deploy_status.setter
423
423
  def deploy_status(self, deploy_status):
424
- """Sets the deploy_status of this TicsAgentDeploy.
424
+ r"""Sets the deploy_status of this TicsAgentDeploy.
425
425
 
426
426
  可信节点部署状态,ABNORMAL.正常,RESTARTING.重启中,RESTART_FAILED.重启失败,ROLLBACKING.回滚中,STARTING.启动中,DEPLOYING.创建中,DEPLOY_FAILED.创建失败,DEPLOY_SUCCESS.创建成功,RUNNING.运行中,DELETING.删除中,DELETE_FAILED.删除失败,DELETE_SUCCESS.删除成功,UPGRADING.升级中,UPGRADE_FAILED.升级失败,ROLLBACK.回退中,ROLLBACK_FAILED.回退失败,SUCCESS.成功,FAILED.失败,TO_START.待开始,IN_PROGRESS.进行中
427
427
 
@@ -432,7 +432,7 @@ class TicsAgentDeploy:
432
432
 
433
433
  @property
434
434
  def deploy_type(self):
435
- """Gets the deploy_type of this TicsAgentDeploy.
435
+ r"""Gets the deploy_type of this TicsAgentDeploy.
436
436
 
437
437
  可信节点部署类型,CCE.云容器集群,IEF.边缘容器
438
438
 
@@ -443,7 +443,7 @@ class TicsAgentDeploy:
443
443
 
444
444
  @deploy_type.setter
445
445
  def deploy_type(self, deploy_type):
446
- """Sets the deploy_type of this TicsAgentDeploy.
446
+ r"""Sets the deploy_type of this TicsAgentDeploy.
447
447
 
448
448
  可信节点部署类型,CCE.云容器集群,IEF.边缘容器
449
449
 
@@ -454,7 +454,7 @@ class TicsAgentDeploy:
454
454
 
455
455
  @property
456
456
  def deployment_event_information(self):
457
- """Gets the deployment_event_information of this TicsAgentDeploy.
457
+ r"""Gets the deployment_event_information of this TicsAgentDeploy.
458
458
 
459
459
  可信节点部署类型
460
460
 
@@ -465,7 +465,7 @@ class TicsAgentDeploy:
465
465
 
466
466
  @deployment_event_information.setter
467
467
  def deployment_event_information(self, deployment_event_information):
468
- """Sets the deployment_event_information of this TicsAgentDeploy.
468
+ r"""Sets the deployment_event_information of this TicsAgentDeploy.
469
469
 
470
470
  可信节点部署类型
471
471
 
@@ -476,7 +476,7 @@ class TicsAgentDeploy:
476
476
 
477
477
  @property
478
478
  def high_avail(self):
479
- """Gets the high_avail of this TicsAgentDeploy.
479
+ r"""Gets the high_avail of this TicsAgentDeploy.
480
480
 
481
481
  可信节点是否高可用部署
482
482
 
@@ -487,7 +487,7 @@ class TicsAgentDeploy:
487
487
 
488
488
  @high_avail.setter
489
489
  def high_avail(self, high_avail):
490
- """Sets the high_avail of this TicsAgentDeploy.
490
+ r"""Sets the high_avail of this TicsAgentDeploy.
491
491
 
492
492
  可信节点是否高可用部署
493
493
 
@@ -498,7 +498,7 @@ class TicsAgentDeploy:
498
498
 
499
499
  @property
500
500
  def image_id(self):
501
- """Gets the image_id of this TicsAgentDeploy.
501
+ r"""Gets the image_id of this TicsAgentDeploy.
502
502
 
503
503
  可信节点部署使用的镜像Id
504
504
 
@@ -509,7 +509,7 @@ class TicsAgentDeploy:
509
509
 
510
510
  @image_id.setter
511
511
  def image_id(self, image_id):
512
- """Sets the image_id of this TicsAgentDeploy.
512
+ r"""Sets the image_id of this TicsAgentDeploy.
513
513
 
514
514
  可信节点部署使用的镜像Id
515
515
 
@@ -520,7 +520,7 @@ class TicsAgentDeploy:
520
520
 
521
521
  @property
522
522
  def image_version(self):
523
- """Gets the image_version of this TicsAgentDeploy.
523
+ r"""Gets the image_version of this TicsAgentDeploy.
524
524
 
525
525
  可信节点部署使用的镜像版本
526
526
 
@@ -531,7 +531,7 @@ class TicsAgentDeploy:
531
531
 
532
532
  @image_version.setter
533
533
  def image_version(self, image_version):
534
- """Sets the image_version of this TicsAgentDeploy.
534
+ r"""Sets the image_version of this TicsAgentDeploy.
535
535
 
536
536
  可信节点部署使用的镜像版本
537
537
 
@@ -542,7 +542,7 @@ class TicsAgentDeploy:
542
542
 
543
543
  @property
544
544
  def league_id(self):
545
- """Gets the league_id of this TicsAgentDeploy.
545
+ r"""Gets the league_id of this TicsAgentDeploy.
546
546
 
547
547
  可信节点所在联盟的Id
548
548
 
@@ -553,7 +553,7 @@ class TicsAgentDeploy:
553
553
 
554
554
  @league_id.setter
555
555
  def league_id(self, league_id):
556
- """Sets the league_id of this TicsAgentDeploy.
556
+ r"""Sets the league_id of this TicsAgentDeploy.
557
557
 
558
558
  可信节点所在联盟的Id
559
559
 
@@ -564,7 +564,7 @@ class TicsAgentDeploy:
564
564
 
565
565
  @property
566
566
  def league_name(self):
567
- """Gets the league_name of this TicsAgentDeploy.
567
+ r"""Gets the league_name of this TicsAgentDeploy.
568
568
 
569
569
  可信节点所在联盟的名称
570
570
 
@@ -575,7 +575,7 @@ class TicsAgentDeploy:
575
575
 
576
576
  @league_name.setter
577
577
  def league_name(self, league_name):
578
- """Sets the league_name of this TicsAgentDeploy.
578
+ r"""Sets the league_name of this TicsAgentDeploy.
579
579
 
580
580
  可信节点所在联盟的名称
581
581
 
@@ -586,7 +586,7 @@ class TicsAgentDeploy:
586
586
 
587
587
  @property
588
588
  def league_region_name(self):
589
- """Gets the league_region_name of this TicsAgentDeploy.
589
+ r"""Gets the league_region_name of this TicsAgentDeploy.
590
590
 
591
591
  可信节点所在联盟的区域
592
592
 
@@ -597,7 +597,7 @@ class TicsAgentDeploy:
597
597
 
598
598
  @league_region_name.setter
599
599
  def league_region_name(self, league_region_name):
600
- """Sets the league_region_name of this TicsAgentDeploy.
600
+ r"""Sets the league_region_name of this TicsAgentDeploy.
601
601
 
602
602
  可信节点所在联盟的区域
603
603
 
@@ -608,7 +608,7 @@ class TicsAgentDeploy:
608
608
 
609
609
  @property
610
610
  def league_version(self):
611
- """Gets the league_version of this TicsAgentDeploy.
611
+ r"""Gets the league_version of this TicsAgentDeploy.
612
612
 
613
613
  可信节点所在联盟的版本
614
614
 
@@ -619,7 +619,7 @@ class TicsAgentDeploy:
619
619
 
620
620
  @league_version.setter
621
621
  def league_version(self, league_version):
622
- """Sets the league_version of this TicsAgentDeploy.
622
+ r"""Sets the league_version of this TicsAgentDeploy.
623
623
 
624
624
  可信节点所在联盟的版本
625
625
 
@@ -630,7 +630,7 @@ class TicsAgentDeploy:
630
630
 
631
631
  @property
632
632
  def nat_id(self):
633
- """Gets the nat_id of this TicsAgentDeploy.
633
+ r"""Gets the nat_id of this TicsAgentDeploy.
634
634
 
635
635
  可信节点使用的网关的Id
636
636
 
@@ -641,7 +641,7 @@ class TicsAgentDeploy:
641
641
 
642
642
  @nat_id.setter
643
643
  def nat_id(self, nat_id):
644
- """Sets the nat_id of this TicsAgentDeploy.
644
+ r"""Sets the nat_id of this TicsAgentDeploy.
645
645
 
646
646
  可信节点使用的网关的Id
647
647
 
@@ -652,7 +652,7 @@ class TicsAgentDeploy:
652
652
 
653
653
  @property
654
654
  def storage_mount_type(self):
655
- """Gets the storage_mount_type of this TicsAgentDeploy.
655
+ r"""Gets the storage_mount_type of this TicsAgentDeploy.
656
656
 
657
657
  可信节点使用的存储方式,HOST_PATH.本地存储,OBS.对象云存储,SFS_TURBO.极速文件存储
658
658
 
@@ -663,7 +663,7 @@ class TicsAgentDeploy:
663
663
 
664
664
  @storage_mount_type.setter
665
665
  def storage_mount_type(self, storage_mount_type):
666
- """Sets the storage_mount_type of this TicsAgentDeploy.
666
+ r"""Sets the storage_mount_type of this TicsAgentDeploy.
667
667
 
668
668
  可信节点使用的存储方式,HOST_PATH.本地存储,OBS.对象云存储,SFS_TURBO.极速文件存储
669
669
 
@@ -37,7 +37,7 @@ class TicsAgentDeployBcs:
37
37
  }
38
38
 
39
39
  def __init__(self, agent_id=None, bcs_ip=None, block_chain_id=None, block_chain_name=None, channel_name=None, org_name=None, org_name_hash=None):
40
- """TicsAgentDeployBcs
40
+ r"""TicsAgentDeployBcs
41
41
 
42
42
  The model defined in huaweicloud sdk
43
43
 
@@ -85,7 +85,7 @@ class TicsAgentDeployBcs:
85
85
 
86
86
  @property
87
87
  def agent_id(self):
88
- """Gets the agent_id of this TicsAgentDeployBcs.
88
+ r"""Gets the agent_id of this TicsAgentDeployBcs.
89
89
 
90
90
  可信节点Id
91
91
 
@@ -96,7 +96,7 @@ class TicsAgentDeployBcs:
96
96
 
97
97
  @agent_id.setter
98
98
  def agent_id(self, agent_id):
99
- """Sets the agent_id of this TicsAgentDeployBcs.
99
+ r"""Sets the agent_id of this TicsAgentDeployBcs.
100
100
 
101
101
  可信节点Id
102
102
 
@@ -107,7 +107,7 @@ class TicsAgentDeployBcs:
107
107
 
108
108
  @property
109
109
  def bcs_ip(self):
110
- """Gets the bcs_ip of this TicsAgentDeployBcs.
110
+ r"""Gets the bcs_ip of this TicsAgentDeployBcs.
111
111
 
112
112
  区块链ip
113
113
 
@@ -118,7 +118,7 @@ class TicsAgentDeployBcs:
118
118
 
119
119
  @bcs_ip.setter
120
120
  def bcs_ip(self, bcs_ip):
121
- """Sets the bcs_ip of this TicsAgentDeployBcs.
121
+ r"""Sets the bcs_ip of this TicsAgentDeployBcs.
122
122
 
123
123
  区块链ip
124
124
 
@@ -129,7 +129,7 @@ class TicsAgentDeployBcs:
129
129
 
130
130
  @property
131
131
  def block_chain_id(self):
132
- """Gets the block_chain_id of this TicsAgentDeployBcs.
132
+ r"""Gets the block_chain_id of this TicsAgentDeployBcs.
133
133
 
134
134
  区块链Id
135
135
 
@@ -140,7 +140,7 @@ class TicsAgentDeployBcs:
140
140
 
141
141
  @block_chain_id.setter
142
142
  def block_chain_id(self, block_chain_id):
143
- """Sets the block_chain_id of this TicsAgentDeployBcs.
143
+ r"""Sets the block_chain_id of this TicsAgentDeployBcs.
144
144
 
145
145
  区块链Id
146
146
 
@@ -151,7 +151,7 @@ class TicsAgentDeployBcs:
151
151
 
152
152
  @property
153
153
  def block_chain_name(self):
154
- """Gets the block_chain_name of this TicsAgentDeployBcs.
154
+ r"""Gets the block_chain_name of this TicsAgentDeployBcs.
155
155
 
156
156
  区块链名称
157
157
 
@@ -162,7 +162,7 @@ class TicsAgentDeployBcs:
162
162
 
163
163
  @block_chain_name.setter
164
164
  def block_chain_name(self, block_chain_name):
165
- """Sets the block_chain_name of this TicsAgentDeployBcs.
165
+ r"""Sets the block_chain_name of this TicsAgentDeployBcs.
166
166
 
167
167
  区块链名称
168
168
 
@@ -173,7 +173,7 @@ class TicsAgentDeployBcs:
173
173
 
174
174
  @property
175
175
  def channel_name(self):
176
- """Gets the channel_name of this TicsAgentDeployBcs.
176
+ r"""Gets the channel_name of this TicsAgentDeployBcs.
177
177
 
178
178
  通道名称
179
179
 
@@ -184,7 +184,7 @@ class TicsAgentDeployBcs:
184
184
 
185
185
  @channel_name.setter
186
186
  def channel_name(self, channel_name):
187
- """Sets the channel_name of this TicsAgentDeployBcs.
187
+ r"""Sets the channel_name of this TicsAgentDeployBcs.
188
188
 
189
189
  通道名称
190
190
 
@@ -195,7 +195,7 @@ class TicsAgentDeployBcs:
195
195
 
196
196
  @property
197
197
  def org_name(self):
198
- """Gets the org_name of this TicsAgentDeployBcs.
198
+ r"""Gets the org_name of this TicsAgentDeployBcs.
199
199
 
200
200
  组织名称
201
201
 
@@ -206,7 +206,7 @@ class TicsAgentDeployBcs:
206
206
 
207
207
  @org_name.setter
208
208
  def org_name(self, org_name):
209
- """Sets the org_name of this TicsAgentDeployBcs.
209
+ r"""Sets the org_name of this TicsAgentDeployBcs.
210
210
 
211
211
  组织名称
212
212
 
@@ -217,7 +217,7 @@ class TicsAgentDeployBcs:
217
217
 
218
218
  @property
219
219
  def org_name_hash(self):
220
- """Gets the org_name_hash of this TicsAgentDeployBcs.
220
+ r"""Gets the org_name_hash of this TicsAgentDeployBcs.
221
221
 
222
222
  组织名称的hash
223
223
 
@@ -228,7 +228,7 @@ class TicsAgentDeployBcs:
228
228
 
229
229
  @org_name_hash.setter
230
230
  def org_name_hash(self, org_name_hash):
231
- """Sets the org_name_hash of this TicsAgentDeployBcs.
231
+ r"""Sets the org_name_hash of this TicsAgentDeployBcs.
232
232
 
233
233
  组织名称的hash
234
234