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
@@ -29,7 +29,7 @@ class ShowJobStatisticsRequest:
29
29
  }
30
30
 
31
31
  def __init__(self, league_id=None, start_date=None, end_date=None):
32
- """ShowJobStatisticsRequest
32
+ r"""ShowJobStatisticsRequest
33
33
 
34
34
  The model defined in huaweicloud sdk
35
35
 
@@ -56,7 +56,7 @@ class ShowJobStatisticsRequest:
56
56
 
57
57
  @property
58
58
  def league_id(self):
59
- """Gets the league_id of this ShowJobStatisticsRequest.
59
+ r"""Gets the league_id of this ShowJobStatisticsRequest.
60
60
 
61
61
  联盟id,最大32位,字母和数字组成
62
62
 
@@ -67,7 +67,7 @@ class ShowJobStatisticsRequest:
67
67
 
68
68
  @league_id.setter
69
69
  def league_id(self, league_id):
70
- """Sets the league_id of this ShowJobStatisticsRequest.
70
+ r"""Sets the league_id of this ShowJobStatisticsRequest.
71
71
 
72
72
  联盟id,最大32位,字母和数字组成
73
73
 
@@ -78,7 +78,7 @@ class ShowJobStatisticsRequest:
78
78
 
79
79
  @property
80
80
  def start_date(self):
81
- """Gets the start_date of this ShowJobStatisticsRequest.
81
+ r"""Gets the start_date of this ShowJobStatisticsRequest.
82
82
 
83
83
  开始日期
84
84
 
@@ -89,7 +89,7 @@ class ShowJobStatisticsRequest:
89
89
 
90
90
  @start_date.setter
91
91
  def start_date(self, start_date):
92
- """Sets the start_date of this ShowJobStatisticsRequest.
92
+ r"""Sets the start_date of this ShowJobStatisticsRequest.
93
93
 
94
94
  开始日期
95
95
 
@@ -100,7 +100,7 @@ class ShowJobStatisticsRequest:
100
100
 
101
101
  @property
102
102
  def end_date(self):
103
- """Gets the end_date of this ShowJobStatisticsRequest.
103
+ r"""Gets the end_date of this ShowJobStatisticsRequest.
104
104
 
105
105
  结束日期
106
106
 
@@ -111,7 +111,7 @@ class ShowJobStatisticsRequest:
111
111
 
112
112
  @end_date.setter
113
113
  def end_date(self, end_date):
114
- """Sets the end_date of this ShowJobStatisticsRequest.
114
+ r"""Sets the end_date of this ShowJobStatisticsRequest.
115
115
 
116
116
  结束日期
117
117
 
@@ -34,7 +34,7 @@ class ShowJobStatisticsResponse(SdkResponse):
34
34
  }
35
35
 
36
36
  def __init__(self, job_cnt=None, job_ins_cnt=None, job_ins_fail_cnt=None, job_ins_intercept_cnt=None, job_ins_success_cnt=None):
37
- """ShowJobStatisticsResponse
37
+ r"""ShowJobStatisticsResponse
38
38
 
39
39
  The model defined in huaweicloud sdk
40
40
 
@@ -72,7 +72,7 @@ class ShowJobStatisticsResponse(SdkResponse):
72
72
 
73
73
  @property
74
74
  def job_cnt(self):
75
- """Gets the job_cnt of this ShowJobStatisticsResponse.
75
+ r"""Gets the job_cnt of this ShowJobStatisticsResponse.
76
76
 
77
77
  作业数量统计
78
78
 
@@ -83,7 +83,7 @@ class ShowJobStatisticsResponse(SdkResponse):
83
83
 
84
84
  @job_cnt.setter
85
85
  def job_cnt(self, job_cnt):
86
- """Sets the job_cnt of this ShowJobStatisticsResponse.
86
+ r"""Sets the job_cnt of this ShowJobStatisticsResponse.
87
87
 
88
88
  作业数量统计
89
89
 
@@ -94,7 +94,7 @@ class ShowJobStatisticsResponse(SdkResponse):
94
94
 
95
95
  @property
96
96
  def job_ins_cnt(self):
97
- """Gets the job_ins_cnt of this ShowJobStatisticsResponse.
97
+ r"""Gets the job_ins_cnt of this ShowJobStatisticsResponse.
98
98
 
99
99
  作业实例次数
100
100
 
@@ -105,7 +105,7 @@ class ShowJobStatisticsResponse(SdkResponse):
105
105
 
106
106
  @job_ins_cnt.setter
107
107
  def job_ins_cnt(self, job_ins_cnt):
108
- """Sets the job_ins_cnt of this ShowJobStatisticsResponse.
108
+ r"""Sets the job_ins_cnt of this ShowJobStatisticsResponse.
109
109
 
110
110
  作业实例次数
111
111
 
@@ -116,7 +116,7 @@ class ShowJobStatisticsResponse(SdkResponse):
116
116
 
117
117
  @property
118
118
  def job_ins_fail_cnt(self):
119
- """Gets the job_ins_fail_cnt of this ShowJobStatisticsResponse.
119
+ r"""Gets the job_ins_fail_cnt of this ShowJobStatisticsResponse.
120
120
 
121
121
  作业实例失败次数
122
122
 
@@ -127,7 +127,7 @@ class ShowJobStatisticsResponse(SdkResponse):
127
127
 
128
128
  @job_ins_fail_cnt.setter
129
129
  def job_ins_fail_cnt(self, job_ins_fail_cnt):
130
- """Sets the job_ins_fail_cnt of this ShowJobStatisticsResponse.
130
+ r"""Sets the job_ins_fail_cnt of this ShowJobStatisticsResponse.
131
131
 
132
132
  作业实例失败次数
133
133
 
@@ -138,7 +138,7 @@ class ShowJobStatisticsResponse(SdkResponse):
138
138
 
139
139
  @property
140
140
  def job_ins_intercept_cnt(self):
141
- """Gets the job_ins_intercept_cnt of this ShowJobStatisticsResponse.
141
+ r"""Gets the job_ins_intercept_cnt of this ShowJobStatisticsResponse.
142
142
 
143
143
  作业实例拦截次数
144
144
 
@@ -149,7 +149,7 @@ class ShowJobStatisticsResponse(SdkResponse):
149
149
 
150
150
  @job_ins_intercept_cnt.setter
151
151
  def job_ins_intercept_cnt(self, job_ins_intercept_cnt):
152
- """Sets the job_ins_intercept_cnt of this ShowJobStatisticsResponse.
152
+ r"""Sets the job_ins_intercept_cnt of this ShowJobStatisticsResponse.
153
153
 
154
154
  作业实例拦截次数
155
155
 
@@ -160,7 +160,7 @@ class ShowJobStatisticsResponse(SdkResponse):
160
160
 
161
161
  @property
162
162
  def job_ins_success_cnt(self):
163
- """Gets the job_ins_success_cnt of this ShowJobStatisticsResponse.
163
+ r"""Gets the job_ins_success_cnt of this ShowJobStatisticsResponse.
164
164
 
165
165
  作业实例成功次数
166
166
 
@@ -171,7 +171,7 @@ class ShowJobStatisticsResponse(SdkResponse):
171
171
 
172
172
  @job_ins_success_cnt.setter
173
173
  def job_ins_success_cnt(self, job_ins_success_cnt):
174
- """Sets the job_ins_success_cnt of this ShowJobStatisticsResponse.
174
+ r"""Sets the job_ins_success_cnt of this ShowJobStatisticsResponse.
175
175
 
176
176
  作业实例成功次数
177
177
 
@@ -25,7 +25,7 @@ class ShowLeagueRequest:
25
25
  }
26
26
 
27
27
  def __init__(self, league_id=None):
28
- """ShowLeagueRequest
28
+ r"""ShowLeagueRequest
29
29
 
30
30
  The model defined in huaweicloud sdk
31
31
 
@@ -42,7 +42,7 @@ class ShowLeagueRequest:
42
42
 
43
43
  @property
44
44
  def league_id(self):
45
- """Gets the league_id of this ShowLeagueRequest.
45
+ r"""Gets the league_id of this ShowLeagueRequest.
46
46
 
47
47
  联盟id,最大32位,字母和数字组成
48
48
 
@@ -53,7 +53,7 @@ class ShowLeagueRequest:
53
53
 
54
54
  @league_id.setter
55
55
  def league_id(self, league_id):
56
- """Sets the league_id of this ShowLeagueRequest.
56
+ r"""Sets the league_id of this ShowLeagueRequest.
57
57
 
58
58
  联盟id,最大32位,字母和数字组成
59
59
 
@@ -68,7 +68,7 @@ class ShowLeagueResponse(SdkResponse):
68
68
  }
69
69
 
70
70
  def __init__(self, bcs_channel_name=None, bcs_ip=None, bcs_org_name=None, block_chain_id=None, block_chain_name=None, create_date=None, create_time=None, creator_id=None, creator_name=None, description=None, dp_enabled=None, expire_time=None, id=None, is_access_control=None, is_need_approval=None, league_status=None, name=None, partners=None, privacy_protection_type=None, resource_spec_code=None, type=None, version=None):
71
- """ShowLeagueResponse
71
+ r"""ShowLeagueResponse
72
72
 
73
73
  The model defined in huaweicloud sdk
74
74
 
@@ -191,7 +191,7 @@ class ShowLeagueResponse(SdkResponse):
191
191
 
192
192
  @property
193
193
  def bcs_channel_name(self):
194
- """Gets the bcs_channel_name of this ShowLeagueResponse.
194
+ r"""Gets the bcs_channel_name of this ShowLeagueResponse.
195
195
 
196
196
  BCS通道名称
197
197
 
@@ -202,7 +202,7 @@ class ShowLeagueResponse(SdkResponse):
202
202
 
203
203
  @bcs_channel_name.setter
204
204
  def bcs_channel_name(self, bcs_channel_name):
205
- """Sets the bcs_channel_name of this ShowLeagueResponse.
205
+ r"""Sets the bcs_channel_name of this ShowLeagueResponse.
206
206
 
207
207
  BCS通道名称
208
208
 
@@ -213,7 +213,7 @@ class ShowLeagueResponse(SdkResponse):
213
213
 
214
214
  @property
215
215
  def bcs_ip(self):
216
- """Gets the bcs_ip of this ShowLeagueResponse.
216
+ r"""Gets the bcs_ip of this ShowLeagueResponse.
217
217
 
218
218
  BCS浏览器ip
219
219
 
@@ -224,7 +224,7 @@ class ShowLeagueResponse(SdkResponse):
224
224
 
225
225
  @bcs_ip.setter
226
226
  def bcs_ip(self, bcs_ip):
227
- """Sets the bcs_ip of this ShowLeagueResponse.
227
+ r"""Sets the bcs_ip of this ShowLeagueResponse.
228
228
 
229
229
  BCS浏览器ip
230
230
 
@@ -235,7 +235,7 @@ class ShowLeagueResponse(SdkResponse):
235
235
 
236
236
  @property
237
237
  def bcs_org_name(self):
238
- """Gets the bcs_org_name of this ShowLeagueResponse.
238
+ r"""Gets the bcs_org_name of this ShowLeagueResponse.
239
239
 
240
240
  BCS组织名称
241
241
 
@@ -246,7 +246,7 @@ class ShowLeagueResponse(SdkResponse):
246
246
 
247
247
  @bcs_org_name.setter
248
248
  def bcs_org_name(self, bcs_org_name):
249
- """Sets the bcs_org_name of this ShowLeagueResponse.
249
+ r"""Sets the bcs_org_name of this ShowLeagueResponse.
250
250
 
251
251
  BCS组织名称
252
252
 
@@ -257,7 +257,7 @@ class ShowLeagueResponse(SdkResponse):
257
257
 
258
258
  @property
259
259
  def block_chain_id(self):
260
- """Gets the block_chain_id of this ShowLeagueResponse.
260
+ r"""Gets the block_chain_id of this ShowLeagueResponse.
261
261
 
262
262
  BCS服务实例ID
263
263
 
@@ -268,7 +268,7 @@ class ShowLeagueResponse(SdkResponse):
268
268
 
269
269
  @block_chain_id.setter
270
270
  def block_chain_id(self, block_chain_id):
271
- """Sets the block_chain_id of this ShowLeagueResponse.
271
+ r"""Sets the block_chain_id of this ShowLeagueResponse.
272
272
 
273
273
  BCS服务实例ID
274
274
 
@@ -279,7 +279,7 @@ class ShowLeagueResponse(SdkResponse):
279
279
 
280
280
  @property
281
281
  def block_chain_name(self):
282
- """Gets the block_chain_name of this ShowLeagueResponse.
282
+ r"""Gets the block_chain_name of this ShowLeagueResponse.
283
283
 
284
284
  BCS服务实例名称
285
285
 
@@ -290,7 +290,7 @@ class ShowLeagueResponse(SdkResponse):
290
290
 
291
291
  @block_chain_name.setter
292
292
  def block_chain_name(self, block_chain_name):
293
- """Sets the block_chain_name of this ShowLeagueResponse.
293
+ r"""Sets the block_chain_name of this ShowLeagueResponse.
294
294
 
295
295
  BCS服务实例名称
296
296
 
@@ -301,7 +301,7 @@ class ShowLeagueResponse(SdkResponse):
301
301
 
302
302
  @property
303
303
  def create_date(self):
304
- """Gets the create_date of this ShowLeagueResponse.
304
+ r"""Gets the create_date of this ShowLeagueResponse.
305
305
 
306
306
  创建日期
307
307
 
@@ -312,7 +312,7 @@ class ShowLeagueResponse(SdkResponse):
312
312
 
313
313
  @create_date.setter
314
314
  def create_date(self, create_date):
315
- """Sets the create_date of this ShowLeagueResponse.
315
+ r"""Sets the create_date of this ShowLeagueResponse.
316
316
 
317
317
  创建日期
318
318
 
@@ -323,7 +323,7 @@ class ShowLeagueResponse(SdkResponse):
323
323
 
324
324
  @property
325
325
  def create_time(self):
326
- """Gets the create_time of this ShowLeagueResponse.
326
+ r"""Gets the create_time of this ShowLeagueResponse.
327
327
 
328
328
  创建时间
329
329
 
@@ -334,7 +334,7 @@ class ShowLeagueResponse(SdkResponse):
334
334
 
335
335
  @create_time.setter
336
336
  def create_time(self, create_time):
337
- """Sets the create_time of this ShowLeagueResponse.
337
+ r"""Sets the create_time of this ShowLeagueResponse.
338
338
 
339
339
  创建时间
340
340
 
@@ -345,7 +345,7 @@ class ShowLeagueResponse(SdkResponse):
345
345
 
346
346
  @property
347
347
  def creator_id(self):
348
- """Gets the creator_id of this ShowLeagueResponse.
348
+ r"""Gets the creator_id of this ShowLeagueResponse.
349
349
 
350
350
  创建人id
351
351
 
@@ -356,7 +356,7 @@ class ShowLeagueResponse(SdkResponse):
356
356
 
357
357
  @creator_id.setter
358
358
  def creator_id(self, creator_id):
359
- """Sets the creator_id of this ShowLeagueResponse.
359
+ r"""Sets the creator_id of this ShowLeagueResponse.
360
360
 
361
361
  创建人id
362
362
 
@@ -367,7 +367,7 @@ class ShowLeagueResponse(SdkResponse):
367
367
 
368
368
  @property
369
369
  def creator_name(self):
370
- """Gets the creator_name of this ShowLeagueResponse.
370
+ r"""Gets the creator_name of this ShowLeagueResponse.
371
371
 
372
372
  创建人名称
373
373
 
@@ -378,7 +378,7 @@ class ShowLeagueResponse(SdkResponse):
378
378
 
379
379
  @creator_name.setter
380
380
  def creator_name(self, creator_name):
381
- """Sets the creator_name of this ShowLeagueResponse.
381
+ r"""Sets the creator_name of this ShowLeagueResponse.
382
382
 
383
383
  创建人名称
384
384
 
@@ -389,7 +389,7 @@ class ShowLeagueResponse(SdkResponse):
389
389
 
390
390
  @property
391
391
  def description(self):
392
- """Gets the description of this ShowLeagueResponse.
392
+ r"""Gets the description of this ShowLeagueResponse.
393
393
 
394
394
  描述信息
395
395
 
@@ -400,7 +400,7 @@ class ShowLeagueResponse(SdkResponse):
400
400
 
401
401
  @description.setter
402
402
  def description(self, description):
403
- """Sets the description of this ShowLeagueResponse.
403
+ r"""Sets the description of this ShowLeagueResponse.
404
404
 
405
405
  描述信息
406
406
 
@@ -411,7 +411,7 @@ class ShowLeagueResponse(SdkResponse):
411
411
 
412
412
  @property
413
413
  def dp_enabled(self):
414
- """Gets the dp_enabled of this ShowLeagueResponse.
414
+ r"""Gets the dp_enabled of this ShowLeagueResponse.
415
415
 
416
416
  是否开启差分隐私
417
417
 
@@ -422,7 +422,7 @@ class ShowLeagueResponse(SdkResponse):
422
422
 
423
423
  @dp_enabled.setter
424
424
  def dp_enabled(self, dp_enabled):
425
- """Sets the dp_enabled of this ShowLeagueResponse.
425
+ r"""Sets the dp_enabled of this ShowLeagueResponse.
426
426
 
427
427
  是否开启差分隐私
428
428
 
@@ -433,7 +433,7 @@ class ShowLeagueResponse(SdkResponse):
433
433
 
434
434
  @property
435
435
  def expire_time(self):
436
- """Gets the expire_time of this ShowLeagueResponse.
436
+ r"""Gets the expire_time of this ShowLeagueResponse.
437
437
 
438
438
  过期时间
439
439
 
@@ -444,7 +444,7 @@ class ShowLeagueResponse(SdkResponse):
444
444
 
445
445
  @expire_time.setter
446
446
  def expire_time(self, expire_time):
447
- """Sets the expire_time of this ShowLeagueResponse.
447
+ r"""Sets the expire_time of this ShowLeagueResponse.
448
448
 
449
449
  过期时间
450
450
 
@@ -455,7 +455,7 @@ class ShowLeagueResponse(SdkResponse):
455
455
 
456
456
  @property
457
457
  def id(self):
458
- """Gets the id of this ShowLeagueResponse.
458
+ r"""Gets the id of this ShowLeagueResponse.
459
459
 
460
460
  联盟id
461
461
 
@@ -466,7 +466,7 @@ class ShowLeagueResponse(SdkResponse):
466
466
 
467
467
  @id.setter
468
468
  def id(self, id):
469
- """Sets the id of this ShowLeagueResponse.
469
+ r"""Sets the id of this ShowLeagueResponse.
470
470
 
471
471
  联盟id
472
472
 
@@ -477,7 +477,7 @@ class ShowLeagueResponse(SdkResponse):
477
477
 
478
478
  @property
479
479
  def is_access_control(self):
480
- """Gets the is_access_control of this ShowLeagueResponse.
480
+ r"""Gets the is_access_control of this ShowLeagueResponse.
481
481
 
482
482
  是否开启访问控制
483
483
 
@@ -488,7 +488,7 @@ class ShowLeagueResponse(SdkResponse):
488
488
 
489
489
  @is_access_control.setter
490
490
  def is_access_control(self, is_access_control):
491
- """Sets the is_access_control of this ShowLeagueResponse.
491
+ r"""Sets the is_access_control of this ShowLeagueResponse.
492
492
 
493
493
  是否开启访问控制
494
494
 
@@ -499,7 +499,7 @@ class ShowLeagueResponse(SdkResponse):
499
499
 
500
500
  @property
501
501
  def is_need_approval(self):
502
- """Gets the is_need_approval of this ShowLeagueResponse.
502
+ r"""Gets the is_need_approval of this ShowLeagueResponse.
503
503
 
504
504
  是否开启审批
505
505
 
@@ -510,7 +510,7 @@ class ShowLeagueResponse(SdkResponse):
510
510
 
511
511
  @is_need_approval.setter
512
512
  def is_need_approval(self, is_need_approval):
513
- """Sets the is_need_approval of this ShowLeagueResponse.
513
+ r"""Sets the is_need_approval of this ShowLeagueResponse.
514
514
 
515
515
  是否开启审批
516
516
 
@@ -521,7 +521,7 @@ class ShowLeagueResponse(SdkResponse):
521
521
 
522
522
  @property
523
523
  def league_status(self):
524
- """Gets the league_status of this ShowLeagueResponse.
524
+ r"""Gets the league_status of this ShowLeagueResponse.
525
525
 
526
526
  联盟状态,CREATING.创建中,CREATE_FAILED.创建失败,NORMAL.正常,UPDATING.升级中,UPDATE_FAILED.升级失败,ROLLING.回滚中,ROLL_FAILED.回滚失败,DELETING.删除中,DELETE_FAILED.删除失败,DELETED.已删除
527
527
 
@@ -532,7 +532,7 @@ class ShowLeagueResponse(SdkResponse):
532
532
 
533
533
  @league_status.setter
534
534
  def league_status(self, league_status):
535
- """Sets the league_status of this ShowLeagueResponse.
535
+ r"""Sets the league_status of this ShowLeagueResponse.
536
536
 
537
537
  联盟状态,CREATING.创建中,CREATE_FAILED.创建失败,NORMAL.正常,UPDATING.升级中,UPDATE_FAILED.升级失败,ROLLING.回滚中,ROLL_FAILED.回滚失败,DELETING.删除中,DELETE_FAILED.删除失败,DELETED.已删除
538
538
 
@@ -543,7 +543,7 @@ class ShowLeagueResponse(SdkResponse):
543
543
 
544
544
  @property
545
545
  def name(self):
546
- """Gets the name of this ShowLeagueResponse.
546
+ r"""Gets the name of this ShowLeagueResponse.
547
547
 
548
548
  联盟名称
549
549
 
@@ -554,7 +554,7 @@ class ShowLeagueResponse(SdkResponse):
554
554
 
555
555
  @name.setter
556
556
  def name(self, name):
557
- """Sets the name of this ShowLeagueResponse.
557
+ r"""Sets the name of this ShowLeagueResponse.
558
558
 
559
559
  联盟名称
560
560
 
@@ -565,7 +565,7 @@ class ShowLeagueResponse(SdkResponse):
565
565
 
566
566
  @property
567
567
  def partners(self):
568
- """Gets the partners of this ShowLeagueResponse.
568
+ r"""Gets the partners of this ShowLeagueResponse.
569
569
 
570
570
  联盟成员数
571
571
 
@@ -576,7 +576,7 @@ class ShowLeagueResponse(SdkResponse):
576
576
 
577
577
  @partners.setter
578
578
  def partners(self, partners):
579
- """Sets the partners of this ShowLeagueResponse.
579
+ r"""Sets the partners of this ShowLeagueResponse.
580
580
 
581
581
  联盟成员数
582
582
 
@@ -587,7 +587,7 @@ class ShowLeagueResponse(SdkResponse):
587
587
 
588
588
  @property
589
589
  def privacy_protection_type(self):
590
- """Gets the privacy_protection_type of this ShowLeagueResponse.
590
+ r"""Gets the privacy_protection_type of this ShowLeagueResponse.
591
591
 
592
592
  隐私保护级别,STANDARD.标准,HIGH.高
593
593
 
@@ -598,7 +598,7 @@ class ShowLeagueResponse(SdkResponse):
598
598
 
599
599
  @privacy_protection_type.setter
600
600
  def privacy_protection_type(self, privacy_protection_type):
601
- """Sets the privacy_protection_type of this ShowLeagueResponse.
601
+ r"""Sets the privacy_protection_type of this ShowLeagueResponse.
602
602
 
603
603
  隐私保护级别,STANDARD.标准,HIGH.高
604
604
 
@@ -609,7 +609,7 @@ class ShowLeagueResponse(SdkResponse):
609
609
 
610
610
  @property
611
611
  def resource_spec_code(self):
612
- """Gets the resource_spec_code of this ShowLeagueResponse.
612
+ r"""Gets the resource_spec_code of this ShowLeagueResponse.
613
613
 
614
614
  资源规格
615
615
 
@@ -620,7 +620,7 @@ class ShowLeagueResponse(SdkResponse):
620
620
 
621
621
  @resource_spec_code.setter
622
622
  def resource_spec_code(self, resource_spec_code):
623
- """Sets the resource_spec_code of this ShowLeagueResponse.
623
+ r"""Sets the resource_spec_code of this ShowLeagueResponse.
624
624
 
625
625
  资源规格
626
626
 
@@ -631,7 +631,7 @@ class ShowLeagueResponse(SdkResponse):
631
631
 
632
632
  @property
633
633
  def type(self):
634
- """Gets the type of this ShowLeagueResponse.
634
+ r"""Gets the type of this ShowLeagueResponse.
635
635
 
636
636
  参与类型,OWNER.所有者,PARTNER.参与者
637
637
 
@@ -642,7 +642,7 @@ class ShowLeagueResponse(SdkResponse):
642
642
 
643
643
  @type.setter
644
644
  def type(self, type):
645
- """Sets the type of this ShowLeagueResponse.
645
+ r"""Sets the type of this ShowLeagueResponse.
646
646
 
647
647
  参与类型,OWNER.所有者,PARTNER.参与者
648
648
 
@@ -653,7 +653,7 @@ class ShowLeagueResponse(SdkResponse):
653
653
 
654
654
  @property
655
655
  def version(self):
656
- """Gets the version of this ShowLeagueResponse.
656
+ r"""Gets the version of this ShowLeagueResponse.
657
657
 
658
658
  联盟版本
659
659
 
@@ -664,7 +664,7 @@ class ShowLeagueResponse(SdkResponse):
664
664
 
665
665
  @version.setter
666
666
  def version(self, version):
667
- """Sets the version of this ShowLeagueResponse.
667
+ r"""Sets the version of this ShowLeagueResponse.
668
668
 
669
669
  联盟版本
670
670
 
@@ -23,7 +23,7 @@ class ShowOverviewRequest:
23
23
  }
24
24
 
25
25
  def __init__(self):
26
- """ShowOverviewRequest
26
+ r"""ShowOverviewRequest
27
27
 
28
28
  The model defined in huaweicloud sdk
29
29
 
@@ -32,7 +32,7 @@ class ShowOverviewResponse(SdkResponse):
32
32
  }
33
33
 
34
34
  def __init__(self, agent_cnt=None, instance_cnt=None, league_cnt=None, notice_to_handle_cnt=None):
35
- """ShowOverviewResponse
35
+ r"""ShowOverviewResponse
36
36
 
37
37
  The model defined in huaweicloud sdk
38
38
 
@@ -65,7 +65,7 @@ class ShowOverviewResponse(SdkResponse):
65
65
 
66
66
  @property
67
67
  def agent_cnt(self):
68
- """Gets the agent_cnt of this ShowOverviewResponse.
68
+ r"""Gets the agent_cnt of this ShowOverviewResponse.
69
69
 
70
70
  可信节点数
71
71
 
@@ -76,7 +76,7 @@ class ShowOverviewResponse(SdkResponse):
76
76
 
77
77
  @agent_cnt.setter
78
78
  def agent_cnt(self, agent_cnt):
79
- """Sets the agent_cnt of this ShowOverviewResponse.
79
+ r"""Sets the agent_cnt of this ShowOverviewResponse.
80
80
 
81
81
  可信节点数
82
82
 
@@ -87,7 +87,7 @@ class ShowOverviewResponse(SdkResponse):
87
87
 
88
88
  @property
89
89
  def instance_cnt(self):
90
- """Gets the instance_cnt of this ShowOverviewResponse.
90
+ r"""Gets the instance_cnt of this ShowOverviewResponse.
91
91
 
92
92
  作业执行历史数
93
93
 
@@ -98,7 +98,7 @@ class ShowOverviewResponse(SdkResponse):
98
98
 
99
99
  @instance_cnt.setter
100
100
  def instance_cnt(self, instance_cnt):
101
- """Sets the instance_cnt of this ShowOverviewResponse.
101
+ r"""Sets the instance_cnt of this ShowOverviewResponse.
102
102
 
103
103
  作业执行历史数
104
104
 
@@ -109,7 +109,7 @@ class ShowOverviewResponse(SdkResponse):
109
109
 
110
110
  @property
111
111
  def league_cnt(self):
112
- """Gets the league_cnt of this ShowOverviewResponse.
112
+ r"""Gets the league_cnt of this ShowOverviewResponse.
113
113
 
114
114
  有效联盟数
115
115
 
@@ -120,7 +120,7 @@ class ShowOverviewResponse(SdkResponse):
120
120
 
121
121
  @league_cnt.setter
122
122
  def league_cnt(self, league_cnt):
123
- """Sets the league_cnt of this ShowOverviewResponse.
123
+ r"""Sets the league_cnt of this ShowOverviewResponse.
124
124
 
125
125
  有效联盟数
126
126
 
@@ -131,7 +131,7 @@ class ShowOverviewResponse(SdkResponse):
131
131
 
132
132
  @property
133
133
  def notice_to_handle_cnt(self):
134
- """Gets the notice_to_handle_cnt of this ShowOverviewResponse.
134
+ r"""Gets the notice_to_handle_cnt of this ShowOverviewResponse.
135
135
 
136
136
  待处理消息通知数
137
137
 
@@ -142,7 +142,7 @@ class ShowOverviewResponse(SdkResponse):
142
142
 
143
143
  @notice_to_handle_cnt.setter
144
144
  def notice_to_handle_cnt(self, notice_to_handle_cnt):
145
- """Sets the notice_to_handle_cnt of this ShowOverviewResponse.
145
+ r"""Sets the notice_to_handle_cnt of this ShowOverviewResponse.
146
146
 
147
147
  待处理消息通知数
148
148