huaweicloudsdktics 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.

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.143.dist-info}/METADATA +2 -2
  70. huaweicloudsdktics-3.1.143.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.143.dist-info}/LICENSE +0 -0
  73. {huaweicloudsdktics-3.1.142.dist-info → huaweicloudsdktics-3.1.143.dist-info}/WHEEL +0 -0
  74. {huaweicloudsdktics-3.1.142.dist-info → huaweicloudsdktics-3.1.143.dist-info}/top_level.txt +0 -0
@@ -31,7 +31,7 @@ class TicsLeaguePartnerVo:
31
31
  }
32
32
 
33
33
  def __init__(self, id=None, partner_domain_alias=None, partner_domain_name=None, partner_status=None):
34
- """TicsLeaguePartnerVo
34
+ r"""TicsLeaguePartnerVo
35
35
 
36
36
  The model defined in huaweicloud sdk
37
37
 
@@ -64,7 +64,7 @@ class TicsLeaguePartnerVo:
64
64
 
65
65
  @property
66
66
  def id(self):
67
- """Gets the id of this TicsLeaguePartnerVo.
67
+ r"""Gets the id of this TicsLeaguePartnerVo.
68
68
 
69
69
  联盟合作方Id
70
70
 
@@ -75,7 +75,7 @@ class TicsLeaguePartnerVo:
75
75
 
76
76
  @id.setter
77
77
  def id(self, id):
78
- """Sets the id of this TicsLeaguePartnerVo.
78
+ r"""Sets the id of this TicsLeaguePartnerVo.
79
79
 
80
80
  联盟合作方Id
81
81
 
@@ -86,7 +86,7 @@ class TicsLeaguePartnerVo:
86
86
 
87
87
  @property
88
88
  def partner_domain_alias(self):
89
- """Gets the partner_domain_alias of this TicsLeaguePartnerVo.
89
+ r"""Gets the partner_domain_alias of this TicsLeaguePartnerVo.
90
90
 
91
91
  联盟合作方别名
92
92
 
@@ -97,7 +97,7 @@ class TicsLeaguePartnerVo:
97
97
 
98
98
  @partner_domain_alias.setter
99
99
  def partner_domain_alias(self, partner_domain_alias):
100
- """Sets the partner_domain_alias of this TicsLeaguePartnerVo.
100
+ r"""Sets the partner_domain_alias of this TicsLeaguePartnerVo.
101
101
 
102
102
  联盟合作方别名
103
103
 
@@ -108,7 +108,7 @@ class TicsLeaguePartnerVo:
108
108
 
109
109
  @property
110
110
  def partner_domain_name(self):
111
- """Gets the partner_domain_name of this TicsLeaguePartnerVo.
111
+ r"""Gets the partner_domain_name of this TicsLeaguePartnerVo.
112
112
 
113
113
  联盟合作方租户名
114
114
 
@@ -119,7 +119,7 @@ class TicsLeaguePartnerVo:
119
119
 
120
120
  @partner_domain_name.setter
121
121
  def partner_domain_name(self, partner_domain_name):
122
- """Sets the partner_domain_name of this TicsLeaguePartnerVo.
122
+ r"""Sets the partner_domain_name of this TicsLeaguePartnerVo.
123
123
 
124
124
  联盟合作方租户名
125
125
 
@@ -130,7 +130,7 @@ class TicsLeaguePartnerVo:
130
130
 
131
131
  @property
132
132
  def partner_status(self):
133
- """Gets the partner_status of this TicsLeaguePartnerVo.
133
+ r"""Gets the partner_status of this TicsLeaguePartnerVo.
134
134
 
135
135
  联盟合作方状态
136
136
 
@@ -141,7 +141,7 @@ class TicsLeaguePartnerVo:
141
141
 
142
142
  @partner_status.setter
143
143
  def partner_status(self, partner_status):
144
- """Sets the partner_status of this TicsLeaguePartnerVo.
144
+ r"""Sets the partner_status of this TicsLeaguePartnerVo.
145
145
 
146
146
  联盟合作方状态
147
147
 
@@ -51,7 +51,7 @@ class TicsSqlJobVo:
51
51
  }
52
52
 
53
53
  def __init__(self, approval_status=None, create_time=None, creator_id=None, creator_name=None, deleted=None, description=None, domain_id=None, id=None, job_type=None, league_id=None, name=None, update_time=None, update_user_id=None, update_user_name=None):
54
- """TicsSqlJobVo
54
+ r"""TicsSqlJobVo
55
55
 
56
56
  The model defined in huaweicloud sdk
57
57
 
@@ -125,7 +125,7 @@ class TicsSqlJobVo:
125
125
 
126
126
  @property
127
127
  def approval_status(self):
128
- """Gets the approval_status of this TicsSqlJobVo.
128
+ r"""Gets the approval_status of this TicsSqlJobVo.
129
129
 
130
130
  作业审批状态,APPROVED.审批通过,APPROVING.审批中,NEW.新建,REJECTED.驳回,REVOKED.撤销
131
131
 
@@ -136,7 +136,7 @@ class TicsSqlJobVo:
136
136
 
137
137
  @approval_status.setter
138
138
  def approval_status(self, approval_status):
139
- """Sets the approval_status of this TicsSqlJobVo.
139
+ r"""Sets the approval_status of this TicsSqlJobVo.
140
140
 
141
141
  作业审批状态,APPROVED.审批通过,APPROVING.审批中,NEW.新建,REJECTED.驳回,REVOKED.撤销
142
142
 
@@ -147,7 +147,7 @@ class TicsSqlJobVo:
147
147
 
148
148
  @property
149
149
  def create_time(self):
150
- """Gets the create_time of this TicsSqlJobVo.
150
+ r"""Gets the create_time of this TicsSqlJobVo.
151
151
 
152
152
  创建时间
153
153
 
@@ -158,7 +158,7 @@ class TicsSqlJobVo:
158
158
 
159
159
  @create_time.setter
160
160
  def create_time(self, create_time):
161
- """Sets the create_time of this TicsSqlJobVo.
161
+ r"""Sets the create_time of this TicsSqlJobVo.
162
162
 
163
163
  创建时间
164
164
 
@@ -169,7 +169,7 @@ class TicsSqlJobVo:
169
169
 
170
170
  @property
171
171
  def creator_id(self):
172
- """Gets the creator_id of this TicsSqlJobVo.
172
+ r"""Gets the creator_id of this TicsSqlJobVo.
173
173
 
174
174
  创建人id
175
175
 
@@ -180,7 +180,7 @@ class TicsSqlJobVo:
180
180
 
181
181
  @creator_id.setter
182
182
  def creator_id(self, creator_id):
183
- """Sets the creator_id of this TicsSqlJobVo.
183
+ r"""Sets the creator_id of this TicsSqlJobVo.
184
184
 
185
185
  创建人id
186
186
 
@@ -191,7 +191,7 @@ class TicsSqlJobVo:
191
191
 
192
192
  @property
193
193
  def creator_name(self):
194
- """Gets the creator_name of this TicsSqlJobVo.
194
+ r"""Gets the creator_name of this TicsSqlJobVo.
195
195
 
196
196
  创建人名称
197
197
 
@@ -202,7 +202,7 @@ class TicsSqlJobVo:
202
202
 
203
203
  @creator_name.setter
204
204
  def creator_name(self, creator_name):
205
- """Sets the creator_name of this TicsSqlJobVo.
205
+ r"""Sets the creator_name of this TicsSqlJobVo.
206
206
 
207
207
  创建人名称
208
208
 
@@ -213,7 +213,7 @@ class TicsSqlJobVo:
213
213
 
214
214
  @property
215
215
  def deleted(self):
216
- """Gets the deleted of this TicsSqlJobVo.
216
+ r"""Gets the deleted of this TicsSqlJobVo.
217
217
 
218
218
  删除标记
219
219
 
@@ -224,7 +224,7 @@ class TicsSqlJobVo:
224
224
 
225
225
  @deleted.setter
226
226
  def deleted(self, deleted):
227
- """Sets the deleted of this TicsSqlJobVo.
227
+ r"""Sets the deleted of this TicsSqlJobVo.
228
228
 
229
229
  删除标记
230
230
 
@@ -235,7 +235,7 @@ class TicsSqlJobVo:
235
235
 
236
236
  @property
237
237
  def description(self):
238
- """Gets the description of this TicsSqlJobVo.
238
+ r"""Gets the description of this TicsSqlJobVo.
239
239
 
240
240
  作业描述
241
241
 
@@ -246,7 +246,7 @@ class TicsSqlJobVo:
246
246
 
247
247
  @description.setter
248
248
  def description(self, description):
249
- """Sets the description of this TicsSqlJobVo.
249
+ r"""Sets the description of this TicsSqlJobVo.
250
250
 
251
251
  作业描述
252
252
 
@@ -257,7 +257,7 @@ class TicsSqlJobVo:
257
257
 
258
258
  @property
259
259
  def domain_id(self):
260
- """Gets the domain_id of this TicsSqlJobVo.
260
+ r"""Gets the domain_id of this TicsSqlJobVo.
261
261
 
262
262
  作业发起方domainId
263
263
 
@@ -268,7 +268,7 @@ class TicsSqlJobVo:
268
268
 
269
269
  @domain_id.setter
270
270
  def domain_id(self, domain_id):
271
- """Sets the domain_id of this TicsSqlJobVo.
271
+ r"""Sets the domain_id of this TicsSqlJobVo.
272
272
 
273
273
  作业发起方domainId
274
274
 
@@ -279,7 +279,7 @@ class TicsSqlJobVo:
279
279
 
280
280
  @property
281
281
  def id(self):
282
- """Gets the id of this TicsSqlJobVo.
282
+ r"""Gets the id of this TicsSqlJobVo.
283
283
 
284
284
  作业id
285
285
 
@@ -290,7 +290,7 @@ class TicsSqlJobVo:
290
290
 
291
291
  @id.setter
292
292
  def id(self, id):
293
- """Sets the id of this TicsSqlJobVo.
293
+ r"""Sets the id of this TicsSqlJobVo.
294
294
 
295
295
  作业id
296
296
 
@@ -301,7 +301,7 @@ class TicsSqlJobVo:
301
301
 
302
302
  @property
303
303
  def job_type(self):
304
- """Gets the job_type of this TicsSqlJobVo.
304
+ r"""Gets the job_type of this TicsSqlJobVo.
305
305
 
306
306
  作业类型,SQL.联合SQL分析,HFL.横向联邦学习,VFL.纵向联邦学习,PREDICT.预测,DATA_EXCHANGE.数据交换
307
307
 
@@ -312,7 +312,7 @@ class TicsSqlJobVo:
312
312
 
313
313
  @job_type.setter
314
314
  def job_type(self, job_type):
315
- """Sets the job_type of this TicsSqlJobVo.
315
+ r"""Sets the job_type of this TicsSqlJobVo.
316
316
 
317
317
  作业类型,SQL.联合SQL分析,HFL.横向联邦学习,VFL.纵向联邦学习,PREDICT.预测,DATA_EXCHANGE.数据交换
318
318
 
@@ -323,7 +323,7 @@ class TicsSqlJobVo:
323
323
 
324
324
  @property
325
325
  def league_id(self):
326
- """Gets the league_id of this TicsSqlJobVo.
326
+ r"""Gets the league_id of this TicsSqlJobVo.
327
327
 
328
328
  联盟id
329
329
 
@@ -334,7 +334,7 @@ class TicsSqlJobVo:
334
334
 
335
335
  @league_id.setter
336
336
  def league_id(self, league_id):
337
- """Sets the league_id of this TicsSqlJobVo.
337
+ r"""Sets the league_id of this TicsSqlJobVo.
338
338
 
339
339
  联盟id
340
340
 
@@ -345,7 +345,7 @@ class TicsSqlJobVo:
345
345
 
346
346
  @property
347
347
  def name(self):
348
- """Gets the name of this TicsSqlJobVo.
348
+ r"""Gets the name of this TicsSqlJobVo.
349
349
 
350
350
  作业名称
351
351
 
@@ -356,7 +356,7 @@ class TicsSqlJobVo:
356
356
 
357
357
  @name.setter
358
358
  def name(self, name):
359
- """Sets the name of this TicsSqlJobVo.
359
+ r"""Sets the name of this TicsSqlJobVo.
360
360
 
361
361
  作业名称
362
362
 
@@ -367,7 +367,7 @@ class TicsSqlJobVo:
367
367
 
368
368
  @property
369
369
  def update_time(self):
370
- """Gets the update_time of this TicsSqlJobVo.
370
+ r"""Gets the update_time of this TicsSqlJobVo.
371
371
 
372
372
  变更时间
373
373
 
@@ -378,7 +378,7 @@ class TicsSqlJobVo:
378
378
 
379
379
  @update_time.setter
380
380
  def update_time(self, update_time):
381
- """Sets the update_time of this TicsSqlJobVo.
381
+ r"""Sets the update_time of this TicsSqlJobVo.
382
382
 
383
383
  变更时间
384
384
 
@@ -389,7 +389,7 @@ class TicsSqlJobVo:
389
389
 
390
390
  @property
391
391
  def update_user_id(self):
392
- """Gets the update_user_id of this TicsSqlJobVo.
392
+ r"""Gets the update_user_id of this TicsSqlJobVo.
393
393
 
394
394
  变更人id
395
395
 
@@ -400,7 +400,7 @@ class TicsSqlJobVo:
400
400
 
401
401
  @update_user_id.setter
402
402
  def update_user_id(self, update_user_id):
403
- """Sets the update_user_id of this TicsSqlJobVo.
403
+ r"""Sets the update_user_id of this TicsSqlJobVo.
404
404
 
405
405
  变更人id
406
406
 
@@ -411,7 +411,7 @@ class TicsSqlJobVo:
411
411
 
412
412
  @property
413
413
  def update_user_name(self):
414
- """Gets the update_user_name of this TicsSqlJobVo.
414
+ r"""Gets the update_user_name of this TicsSqlJobVo.
415
415
 
416
416
  变更人名称
417
417
 
@@ -422,7 +422,7 @@ class TicsSqlJobVo:
422
422
 
423
423
  @update_user_name.setter
424
424
  def update_user_name(self, update_user_name):
425
- """Sets the update_user_name of this TicsSqlJobVo.
425
+ r"""Sets the update_user_name of this TicsSqlJobVo.
426
426
 
427
427
  变更人名称
428
428
 
@@ -41,7 +41,7 @@ class TicsTrustInfoVo:
41
41
  }
42
42
 
43
43
  def __init__(self, create_time=None, ha_mode=None, ne_deploy_type=None, ne_node_type=None, ne_status=None, node_id=None, node_name=None, partner_alias=None, update_time=None):
44
- """TicsTrustInfoVo
44
+ r"""TicsTrustInfoVo
45
45
 
46
46
  The model defined in huaweicloud sdk
47
47
 
@@ -99,7 +99,7 @@ class TicsTrustInfoVo:
99
99
 
100
100
  @property
101
101
  def create_time(self):
102
- """Gets the create_time of this TicsTrustInfoVo.
102
+ r"""Gets the create_time of this TicsTrustInfoVo.
103
103
 
104
104
  创建时间
105
105
 
@@ -110,7 +110,7 @@ class TicsTrustInfoVo:
110
110
 
111
111
  @create_time.setter
112
112
  def create_time(self, create_time):
113
- """Sets the create_time of this TicsTrustInfoVo.
113
+ r"""Sets the create_time of this TicsTrustInfoVo.
114
114
 
115
115
  创建时间
116
116
 
@@ -121,7 +121,7 @@ class TicsTrustInfoVo:
121
121
 
122
122
  @property
123
123
  def ha_mode(self):
124
- """Gets the ha_mode of this TicsTrustInfoVo.
124
+ r"""Gets the ha_mode of this TicsTrustInfoVo.
125
125
 
126
126
  主备模式,ACTIVE.主,STANDBY.备
127
127
 
@@ -132,7 +132,7 @@ class TicsTrustInfoVo:
132
132
 
133
133
  @ha_mode.setter
134
134
  def ha_mode(self, ha_mode):
135
- """Sets the ha_mode of this TicsTrustInfoVo.
135
+ r"""Sets the ha_mode of this TicsTrustInfoVo.
136
136
 
137
137
  主备模式,ACTIVE.主,STANDBY.备
138
138
 
@@ -143,7 +143,7 @@ class TicsTrustInfoVo:
143
143
 
144
144
  @property
145
145
  def ne_deploy_type(self):
146
- """Gets the ne_deploy_type of this TicsTrustInfoVo.
146
+ r"""Gets the ne_deploy_type of this TicsTrustInfoVo.
147
147
 
148
148
  网元部署类型,CCE.容器集群部署,IEF.边缘部署
149
149
 
@@ -154,7 +154,7 @@ class TicsTrustInfoVo:
154
154
 
155
155
  @ne_deploy_type.setter
156
156
  def ne_deploy_type(self, ne_deploy_type):
157
- """Sets the ne_deploy_type of this TicsTrustInfoVo.
157
+ r"""Sets the ne_deploy_type of this TicsTrustInfoVo.
158
158
 
159
159
  网元部署类型,CCE.容器集群部署,IEF.边缘部署
160
160
 
@@ -165,7 +165,7 @@ class TicsTrustInfoVo:
165
165
 
166
166
  @property
167
167
  def ne_node_type(self):
168
- """Gets the ne_node_type of this TicsTrustInfoVo.
168
+ r"""Gets the ne_node_type of this TicsTrustInfoVo.
169
169
 
170
170
  节点类型,AGENT.计算节点,AGG.聚合节点,AGG_MANAGER.聚合器管理节点,SERVER.控制节点
171
171
 
@@ -176,7 +176,7 @@ class TicsTrustInfoVo:
176
176
 
177
177
  @ne_node_type.setter
178
178
  def ne_node_type(self, ne_node_type):
179
- """Sets the ne_node_type of this TicsTrustInfoVo.
179
+ r"""Sets the ne_node_type of this TicsTrustInfoVo.
180
180
 
181
181
  节点类型,AGENT.计算节点,AGG.聚合节点,AGG_MANAGER.聚合器管理节点,SERVER.控制节点
182
182
 
@@ -187,7 +187,7 @@ class TicsTrustInfoVo:
187
187
 
188
188
  @property
189
189
  def ne_status(self):
190
- """Gets the ne_status of this TicsTrustInfoVo.
190
+ r"""Gets the ne_status of this TicsTrustInfoVo.
191
191
 
192
192
  网元状态,INIT.初始化,UNKNOWN.未知,OFFLINE.离线,ONLINE.在线,FAULT.故障,TRUSTING.互信中,TRUST.已互信
193
193
 
@@ -198,7 +198,7 @@ class TicsTrustInfoVo:
198
198
 
199
199
  @ne_status.setter
200
200
  def ne_status(self, ne_status):
201
- """Sets the ne_status of this TicsTrustInfoVo.
201
+ r"""Sets the ne_status of this TicsTrustInfoVo.
202
202
 
203
203
  网元状态,INIT.初始化,UNKNOWN.未知,OFFLINE.离线,ONLINE.在线,FAULT.故障,TRUSTING.互信中,TRUST.已互信
204
204
 
@@ -209,7 +209,7 @@ class TicsTrustInfoVo:
209
209
 
210
210
  @property
211
211
  def node_id(self):
212
- """Gets the node_id of this TicsTrustInfoVo.
212
+ r"""Gets the node_id of this TicsTrustInfoVo.
213
213
 
214
214
  节点id
215
215
 
@@ -220,7 +220,7 @@ class TicsTrustInfoVo:
220
220
 
221
221
  @node_id.setter
222
222
  def node_id(self, node_id):
223
- """Sets the node_id of this TicsTrustInfoVo.
223
+ r"""Sets the node_id of this TicsTrustInfoVo.
224
224
 
225
225
  节点id
226
226
 
@@ -231,7 +231,7 @@ class TicsTrustInfoVo:
231
231
 
232
232
  @property
233
233
  def node_name(self):
234
- """Gets the node_name of this TicsTrustInfoVo.
234
+ r"""Gets the node_name of this TicsTrustInfoVo.
235
235
 
236
236
  节点名称
237
237
 
@@ -242,7 +242,7 @@ class TicsTrustInfoVo:
242
242
 
243
243
  @node_name.setter
244
244
  def node_name(self, node_name):
245
- """Sets the node_name of this TicsTrustInfoVo.
245
+ r"""Sets the node_name of this TicsTrustInfoVo.
246
246
 
247
247
  节点名称
248
248
 
@@ -253,7 +253,7 @@ class TicsTrustInfoVo:
253
253
 
254
254
  @property
255
255
  def partner_alias(self):
256
- """Gets the partner_alias of this TicsTrustInfoVo.
256
+ r"""Gets the partner_alias of this TicsTrustInfoVo.
257
257
 
258
258
  合作方别名
259
259
 
@@ -264,7 +264,7 @@ class TicsTrustInfoVo:
264
264
 
265
265
  @partner_alias.setter
266
266
  def partner_alias(self, partner_alias):
267
- """Sets the partner_alias of this TicsTrustInfoVo.
267
+ r"""Sets the partner_alias of this TicsTrustInfoVo.
268
268
 
269
269
  合作方别名
270
270
 
@@ -275,7 +275,7 @@ class TicsTrustInfoVo:
275
275
 
276
276
  @property
277
277
  def update_time(self):
278
- """Gets the update_time of this TicsTrustInfoVo.
278
+ r"""Gets the update_time of this TicsTrustInfoVo.
279
279
 
280
280
  更新时间
281
281
 
@@ -286,7 +286,7 @@ class TicsTrustInfoVo:
286
286
 
287
287
  @update_time.setter
288
288
  def update_time(self, update_time):
289
- """Sets the update_time of this TicsTrustInfoVo.
289
+ r"""Sets the update_time of this TicsTrustInfoVo.
290
290
 
291
291
  更新时间
292
292
 
@@ -27,7 +27,7 @@ class UpdateLeagueRequest:
27
27
  }
28
28
 
29
29
  def __init__(self, league_id=None, body=None):
30
- """UpdateLeagueRequest
30
+ r"""UpdateLeagueRequest
31
31
 
32
32
  The model defined in huaweicloud sdk
33
33
 
@@ -49,7 +49,7 @@ class UpdateLeagueRequest:
49
49
 
50
50
  @property
51
51
  def league_id(self):
52
- """Gets the league_id of this UpdateLeagueRequest.
52
+ r"""Gets the league_id of this UpdateLeagueRequest.
53
53
 
54
54
  联盟id,最大32位,字母和数字组成
55
55
 
@@ -60,7 +60,7 @@ class UpdateLeagueRequest:
60
60
 
61
61
  @league_id.setter
62
62
  def league_id(self, league_id):
63
- """Sets the league_id of this UpdateLeagueRequest.
63
+ r"""Sets the league_id of this UpdateLeagueRequest.
64
64
 
65
65
  联盟id,最大32位,字母和数字组成
66
66
 
@@ -71,7 +71,7 @@ class UpdateLeagueRequest:
71
71
 
72
72
  @property
73
73
  def body(self):
74
- """Gets the body of this UpdateLeagueRequest.
74
+ r"""Gets the body of this UpdateLeagueRequest.
75
75
 
76
76
  :return: The body of this UpdateLeagueRequest.
77
77
  :rtype: :class:`huaweicloudsdktics.v1.LeagueUpdateVo`
@@ -80,7 +80,7 @@ class UpdateLeagueRequest:
80
80
 
81
81
  @body.setter
82
82
  def body(self, body):
83
- """Sets the body of this UpdateLeagueRequest.
83
+ r"""Sets the body of this UpdateLeagueRequest.
84
84
 
85
85
  :param body: The body of this UpdateLeagueRequest.
86
86
  :type body: :class:`huaweicloudsdktics.v1.LeagueUpdateVo`
@@ -26,7 +26,7 @@ class UpdateLeagueResponse(SdkResponse):
26
26
  }
27
27
 
28
28
  def __init__(self, body=None):
29
- """UpdateLeagueResponse
29
+ r"""UpdateLeagueResponse
30
30
 
31
31
  The model defined in huaweicloud sdk
32
32
 
@@ -44,7 +44,7 @@ class UpdateLeagueResponse(SdkResponse):
44
44
 
45
45
  @property
46
46
  def body(self):
47
- """Gets the body of this UpdateLeagueResponse.
47
+ r"""Gets the body of this UpdateLeagueResponse.
48
48
 
49
49
  :return: The body of this UpdateLeagueResponse.
50
50
  :rtype: str
@@ -53,7 +53,7 @@ class UpdateLeagueResponse(SdkResponse):
53
53
 
54
54
  @body.setter
55
55
  def body(self, body):
56
- """Sets the body of this UpdateLeagueResponse.
56
+ r"""Sets the body of this UpdateLeagueResponse.
57
57
 
58
58
  :param body: The body of this UpdateLeagueResponse.
59
59
  :type body: str