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
@@ -49,7 +49,7 @@ class TicsAgentDeployDetail:
49
49
  }
50
50
 
51
51
  def __init__(self, agent_access_address=None, agent_id=None, cce_cluster_id=None, cce_cluster_name=None, console_ip=None, console_port=None, host_path=None, ief_instance_id=None, namespace_name=None, obs_pvc_name=None, persistence_id=None, resource_spec_code=None, web_port=None):
52
- """TicsAgentDeployDetail
52
+ r"""TicsAgentDeployDetail
53
53
 
54
54
  The model defined in huaweicloud sdk
55
55
 
@@ -127,7 +127,7 @@ class TicsAgentDeployDetail:
127
127
 
128
128
  @property
129
129
  def agent_access_address(self):
130
- """Gets the agent_access_address of this TicsAgentDeployDetail.
130
+ r"""Gets the agent_access_address of this TicsAgentDeployDetail.
131
131
 
132
132
  可信节点访问地址
133
133
 
@@ -138,7 +138,7 @@ class TicsAgentDeployDetail:
138
138
 
139
139
  @agent_access_address.setter
140
140
  def agent_access_address(self, agent_access_address):
141
- """Sets the agent_access_address of this TicsAgentDeployDetail.
141
+ r"""Sets the agent_access_address of this TicsAgentDeployDetail.
142
142
 
143
143
  可信节点访问地址
144
144
 
@@ -149,7 +149,7 @@ class TicsAgentDeployDetail:
149
149
 
150
150
  @property
151
151
  def agent_id(self):
152
- """Gets the agent_id of this TicsAgentDeployDetail.
152
+ r"""Gets the agent_id of this TicsAgentDeployDetail.
153
153
 
154
154
  可信节点Id
155
155
 
@@ -160,7 +160,7 @@ class TicsAgentDeployDetail:
160
160
 
161
161
  @agent_id.setter
162
162
  def agent_id(self, agent_id):
163
- """Sets the agent_id of this TicsAgentDeployDetail.
163
+ r"""Sets the agent_id of this TicsAgentDeployDetail.
164
164
 
165
165
  可信节点Id
166
166
 
@@ -171,7 +171,7 @@ class TicsAgentDeployDetail:
171
171
 
172
172
  @property
173
173
  def cce_cluster_id(self):
174
- """Gets the cce_cluster_id of this TicsAgentDeployDetail.
174
+ r"""Gets the cce_cluster_id of this TicsAgentDeployDetail.
175
175
 
176
176
  可信节点所在cce集群的Id
177
177
 
@@ -182,7 +182,7 @@ class TicsAgentDeployDetail:
182
182
 
183
183
  @cce_cluster_id.setter
184
184
  def cce_cluster_id(self, cce_cluster_id):
185
- """Sets the cce_cluster_id of this TicsAgentDeployDetail.
185
+ r"""Sets the cce_cluster_id of this TicsAgentDeployDetail.
186
186
 
187
187
  可信节点所在cce集群的Id
188
188
 
@@ -193,7 +193,7 @@ class TicsAgentDeployDetail:
193
193
 
194
194
  @property
195
195
  def cce_cluster_name(self):
196
- """Gets the cce_cluster_name of this TicsAgentDeployDetail.
196
+ r"""Gets the cce_cluster_name of this TicsAgentDeployDetail.
197
197
 
198
198
  可信节点所在cce集群的名称
199
199
 
@@ -204,7 +204,7 @@ class TicsAgentDeployDetail:
204
204
 
205
205
  @cce_cluster_name.setter
206
206
  def cce_cluster_name(self, cce_cluster_name):
207
- """Sets the cce_cluster_name of this TicsAgentDeployDetail.
207
+ r"""Sets the cce_cluster_name of this TicsAgentDeployDetail.
208
208
 
209
209
  可信节点所在cce集群的名称
210
210
 
@@ -215,7 +215,7 @@ class TicsAgentDeployDetail:
215
215
 
216
216
  @property
217
217
  def console_ip(self):
218
- """Gets the console_ip of this TicsAgentDeployDetail.
218
+ r"""Gets the console_ip of this TicsAgentDeployDetail.
219
219
 
220
220
  可信节点所在ip
221
221
 
@@ -226,7 +226,7 @@ class TicsAgentDeployDetail:
226
226
 
227
227
  @console_ip.setter
228
228
  def console_ip(self, console_ip):
229
- """Sets the console_ip of this TicsAgentDeployDetail.
229
+ r"""Sets the console_ip of this TicsAgentDeployDetail.
230
230
 
231
231
  可信节点所在ip
232
232
 
@@ -237,7 +237,7 @@ class TicsAgentDeployDetail:
237
237
 
238
238
  @property
239
239
  def console_port(self):
240
- """Gets the console_port of this TicsAgentDeployDetail.
240
+ r"""Gets the console_port of this TicsAgentDeployDetail.
241
241
 
242
242
  可信节点服务端口
243
243
 
@@ -248,7 +248,7 @@ class TicsAgentDeployDetail:
248
248
 
249
249
  @console_port.setter
250
250
  def console_port(self, console_port):
251
- """Sets the console_port of this TicsAgentDeployDetail.
251
+ r"""Sets the console_port of this TicsAgentDeployDetail.
252
252
 
253
253
  可信节点服务端口
254
254
 
@@ -259,7 +259,7 @@ class TicsAgentDeployDetail:
259
259
 
260
260
  @property
261
261
  def host_path(self):
262
- """Gets the host_path of this TicsAgentDeployDetail.
262
+ r"""Gets the host_path of this TicsAgentDeployDetail.
263
263
 
264
264
  主机挂载路径,本地挂载才会有值
265
265
 
@@ -270,7 +270,7 @@ class TicsAgentDeployDetail:
270
270
 
271
271
  @host_path.setter
272
272
  def host_path(self, host_path):
273
- """Sets the host_path of this TicsAgentDeployDetail.
273
+ r"""Sets the host_path of this TicsAgentDeployDetail.
274
274
 
275
275
  主机挂载路径,本地挂载才会有值
276
276
 
@@ -281,7 +281,7 @@ class TicsAgentDeployDetail:
281
281
 
282
282
  @property
283
283
  def ief_instance_id(self):
284
- """Gets the ief_instance_id of this TicsAgentDeployDetail.
284
+ r"""Gets the ief_instance_id of this TicsAgentDeployDetail.
285
285
 
286
286
  ief白金版实例id, 仅IEF高可用部署有值
287
287
 
@@ -292,7 +292,7 @@ class TicsAgentDeployDetail:
292
292
 
293
293
  @ief_instance_id.setter
294
294
  def ief_instance_id(self, ief_instance_id):
295
- """Sets the ief_instance_id of this TicsAgentDeployDetail.
295
+ r"""Sets the ief_instance_id of this TicsAgentDeployDetail.
296
296
 
297
297
  ief白金版实例id, 仅IEF高可用部署有值
298
298
 
@@ -303,7 +303,7 @@ class TicsAgentDeployDetail:
303
303
 
304
304
  @property
305
305
  def namespace_name(self):
306
- """Gets the namespace_name of this TicsAgentDeployDetail.
306
+ r"""Gets the namespace_name of this TicsAgentDeployDetail.
307
307
 
308
308
  命名空间名称
309
309
 
@@ -314,7 +314,7 @@ class TicsAgentDeployDetail:
314
314
 
315
315
  @namespace_name.setter
316
316
  def namespace_name(self, namespace_name):
317
- """Sets the namespace_name of this TicsAgentDeployDetail.
317
+ r"""Sets the namespace_name of this TicsAgentDeployDetail.
318
318
 
319
319
  命名空间名称
320
320
 
@@ -325,7 +325,7 @@ class TicsAgentDeployDetail:
325
325
 
326
326
  @property
327
327
  def obs_pvc_name(self):
328
- """Gets the obs_pvc_name of this TicsAgentDeployDetail.
328
+ r"""Gets the obs_pvc_name of this TicsAgentDeployDetail.
329
329
 
330
330
  可信节点CCE部署场景,对象文件存储PVC
331
331
 
@@ -336,7 +336,7 @@ class TicsAgentDeployDetail:
336
336
 
337
337
  @obs_pvc_name.setter
338
338
  def obs_pvc_name(self, obs_pvc_name):
339
- """Sets the obs_pvc_name of this TicsAgentDeployDetail.
339
+ r"""Sets the obs_pvc_name of this TicsAgentDeployDetail.
340
340
 
341
341
  可信节点CCE部署场景,对象文件存储PVC
342
342
 
@@ -347,7 +347,7 @@ class TicsAgentDeployDetail:
347
347
 
348
348
  @property
349
349
  def persistence_id(self):
350
- """Gets the persistence_id of this TicsAgentDeployDetail.
350
+ r"""Gets the persistence_id of this TicsAgentDeployDetail.
351
351
 
352
352
  持久化存储唯一标识
353
353
 
@@ -358,7 +358,7 @@ class TicsAgentDeployDetail:
358
358
 
359
359
  @persistence_id.setter
360
360
  def persistence_id(self, persistence_id):
361
- """Sets the persistence_id of this TicsAgentDeployDetail.
361
+ r"""Sets the persistence_id of this TicsAgentDeployDetail.
362
362
 
363
363
  持久化存储唯一标识
364
364
 
@@ -369,7 +369,7 @@ class TicsAgentDeployDetail:
369
369
 
370
370
  @property
371
371
  def resource_spec_code(self):
372
- """Gets the resource_spec_code of this TicsAgentDeployDetail.
372
+ r"""Gets the resource_spec_code of this TicsAgentDeployDetail.
373
373
 
374
374
  代理部署规格
375
375
 
@@ -380,7 +380,7 @@ class TicsAgentDeployDetail:
380
380
 
381
381
  @resource_spec_code.setter
382
382
  def resource_spec_code(self, resource_spec_code):
383
- """Sets the resource_spec_code of this TicsAgentDeployDetail.
383
+ r"""Sets the resource_spec_code of this TicsAgentDeployDetail.
384
384
 
385
385
  代理部署规格
386
386
 
@@ -391,7 +391,7 @@ class TicsAgentDeployDetail:
391
391
 
392
392
  @property
393
393
  def web_port(self):
394
- """Gets the web_port of this TicsAgentDeployDetail.
394
+ r"""Gets the web_port of this TicsAgentDeployDetail.
395
395
 
396
396
  可信节点访问端口
397
397
 
@@ -402,7 +402,7 @@ class TicsAgentDeployDetail:
402
402
 
403
403
  @web_port.setter
404
404
  def web_port(self, web_port):
405
- """Sets the web_port of this TicsAgentDeployDetail.
405
+ r"""Sets the web_port of this TicsAgentDeployDetail.
406
406
 
407
407
  可信节点访问端口
408
408
 
@@ -31,7 +31,7 @@ class TicsAgentNatCommonInfo:
31
31
  }
32
32
 
33
33
  def __init__(self, nat_id=None, project_id=None, subnet_id=None, vpc_id=None):
34
- """TicsAgentNatCommonInfo
34
+ r"""TicsAgentNatCommonInfo
35
35
 
36
36
  The model defined in huaweicloud sdk
37
37
 
@@ -64,7 +64,7 @@ class TicsAgentNatCommonInfo:
64
64
 
65
65
  @property
66
66
  def nat_id(self):
67
- """Gets the nat_id of this TicsAgentNatCommonInfo.
67
+ r"""Gets the nat_id of this TicsAgentNatCommonInfo.
68
68
 
69
69
  可信节点绑定的网关id
70
70
 
@@ -75,7 +75,7 @@ class TicsAgentNatCommonInfo:
75
75
 
76
76
  @nat_id.setter
77
77
  def nat_id(self, nat_id):
78
- """Sets the nat_id of this TicsAgentNatCommonInfo.
78
+ r"""Sets the nat_id of this TicsAgentNatCommonInfo.
79
79
 
80
80
  可信节点绑定的网关id
81
81
 
@@ -86,7 +86,7 @@ class TicsAgentNatCommonInfo:
86
86
 
87
87
  @property
88
88
  def project_id(self):
89
- """Gets the project_id of this TicsAgentNatCommonInfo.
89
+ r"""Gets the project_id of this TicsAgentNatCommonInfo.
90
90
 
91
91
  项目id
92
92
 
@@ -97,7 +97,7 @@ class TicsAgentNatCommonInfo:
97
97
 
98
98
  @project_id.setter
99
99
  def project_id(self, project_id):
100
- """Sets the project_id of this TicsAgentNatCommonInfo.
100
+ r"""Sets the project_id of this TicsAgentNatCommonInfo.
101
101
 
102
102
  项目id
103
103
 
@@ -108,7 +108,7 @@ class TicsAgentNatCommonInfo:
108
108
 
109
109
  @property
110
110
  def subnet_id(self):
111
- """Gets the subnet_id of this TicsAgentNatCommonInfo.
111
+ r"""Gets the subnet_id of this TicsAgentNatCommonInfo.
112
112
 
113
113
  可信节点绑定的CCE集群所在子网id
114
114
 
@@ -119,7 +119,7 @@ class TicsAgentNatCommonInfo:
119
119
 
120
120
  @subnet_id.setter
121
121
  def subnet_id(self, subnet_id):
122
- """Sets the subnet_id of this TicsAgentNatCommonInfo.
122
+ r"""Sets the subnet_id of this TicsAgentNatCommonInfo.
123
123
 
124
124
  可信节点绑定的CCE集群所在子网id
125
125
 
@@ -130,7 +130,7 @@ class TicsAgentNatCommonInfo:
130
130
 
131
131
  @property
132
132
  def vpc_id(self):
133
- """Gets the vpc_id of this TicsAgentNatCommonInfo.
133
+ r"""Gets the vpc_id of this TicsAgentNatCommonInfo.
134
134
 
135
135
  可信节点绑定的CCE集群所在虚拟私有云id
136
136
 
@@ -141,7 +141,7 @@ class TicsAgentNatCommonInfo:
141
141
 
142
142
  @vpc_id.setter
143
143
  def vpc_id(self, vpc_id):
144
- """Sets the vpc_id of this TicsAgentNatCommonInfo.
144
+ r"""Sets the vpc_id of this TicsAgentNatCommonInfo.
145
145
 
146
146
  可信节点绑定的CCE集群所在虚拟私有云id
147
147
 
@@ -51,7 +51,7 @@ class TicsAgentNodeInfo:
51
51
  }
52
52
 
53
53
  def __init__(self, agent_id=None, agent_vpcep_eps_id=None, ecs_server_id=None, league_server_ip_security_group_rule=None, league_server_snat_ip=None, nat_eip=None, nat_eip_id=None, node_az=None, node_id=None, node_ip=None, node_name=None, server_to_agent_vpcep_epi_id=None, server_to_agent_vpcep_epi_ip=None, snat_rule_id=None):
54
- """TicsAgentNodeInfo
54
+ r"""TicsAgentNodeInfo
55
55
 
56
56
  The model defined in huaweicloud sdk
57
57
 
@@ -134,7 +134,7 @@ class TicsAgentNodeInfo:
134
134
 
135
135
  @property
136
136
  def agent_id(self):
137
- """Gets the agent_id of this TicsAgentNodeInfo.
137
+ r"""Gets the agent_id of this TicsAgentNodeInfo.
138
138
 
139
139
  可信节点Id
140
140
 
@@ -145,7 +145,7 @@ class TicsAgentNodeInfo:
145
145
 
146
146
  @agent_id.setter
147
147
  def agent_id(self, agent_id):
148
- """Sets the agent_id of this TicsAgentNodeInfo.
148
+ r"""Sets the agent_id of this TicsAgentNodeInfo.
149
149
 
150
150
  可信节点Id
151
151
 
@@ -156,7 +156,7 @@ class TicsAgentNodeInfo:
156
156
 
157
157
  @property
158
158
  def agent_vpcep_eps_id(self):
159
- """Gets the agent_vpcep_eps_id of this TicsAgentNodeInfo.
159
+ r"""Gets the agent_vpcep_eps_id of this TicsAgentNodeInfo.
160
160
 
161
161
  无eip场景下,agent的eps id
162
162
 
@@ -167,7 +167,7 @@ class TicsAgentNodeInfo:
167
167
 
168
168
  @agent_vpcep_eps_id.setter
169
169
  def agent_vpcep_eps_id(self, agent_vpcep_eps_id):
170
- """Sets the agent_vpcep_eps_id of this TicsAgentNodeInfo.
170
+ r"""Sets the agent_vpcep_eps_id of this TicsAgentNodeInfo.
171
171
 
172
172
  无eip场景下,agent的eps id
173
173
 
@@ -178,7 +178,7 @@ class TicsAgentNodeInfo:
178
178
 
179
179
  @property
180
180
  def ecs_server_id(self):
181
- """Gets the ecs_server_id of this TicsAgentNodeInfo.
181
+ r"""Gets the ecs_server_id of this TicsAgentNodeInfo.
182
182
 
183
183
  弹性云服务器Id,IEF部署同node_id
184
184
 
@@ -189,7 +189,7 @@ class TicsAgentNodeInfo:
189
189
 
190
190
  @ecs_server_id.setter
191
191
  def ecs_server_id(self, ecs_server_id):
192
- """Sets the ecs_server_id of this TicsAgentNodeInfo.
192
+ r"""Sets the ecs_server_id of this TicsAgentNodeInfo.
193
193
 
194
194
  弹性云服务器Id,IEF部署同node_id
195
195
 
@@ -200,7 +200,7 @@ class TicsAgentNodeInfo:
200
200
 
201
201
  @property
202
202
  def league_server_ip_security_group_rule(self):
203
- """Gets the league_server_ip_security_group_rule of this TicsAgentNodeInfo.
203
+ r"""Gets the league_server_ip_security_group_rule of this TicsAgentNodeInfo.
204
204
 
205
205
  入方向安全组规则ID
206
206
 
@@ -211,7 +211,7 @@ class TicsAgentNodeInfo:
211
211
 
212
212
  @league_server_ip_security_group_rule.setter
213
213
  def league_server_ip_security_group_rule(self, league_server_ip_security_group_rule):
214
- """Sets the league_server_ip_security_group_rule of this TicsAgentNodeInfo.
214
+ r"""Sets the league_server_ip_security_group_rule of this TicsAgentNodeInfo.
215
215
 
216
216
  入方向安全组规则ID
217
217
 
@@ -222,7 +222,7 @@ class TicsAgentNodeInfo:
222
222
 
223
223
  @property
224
224
  def league_server_snat_ip(self):
225
- """Gets the league_server_snat_ip of this TicsAgentNodeInfo.
225
+ r"""Gets the league_server_snat_ip of this TicsAgentNodeInfo.
226
226
 
227
227
  联盟server组件的ip,为server的snatip,设置代理节点的入方向安全组规则
228
228
 
@@ -233,7 +233,7 @@ class TicsAgentNodeInfo:
233
233
 
234
234
  @league_server_snat_ip.setter
235
235
  def league_server_snat_ip(self, league_server_snat_ip):
236
- """Sets the league_server_snat_ip of this TicsAgentNodeInfo.
236
+ r"""Sets the league_server_snat_ip of this TicsAgentNodeInfo.
237
237
 
238
238
  联盟server组件的ip,为server的snatip,设置代理节点的入方向安全组规则
239
239
 
@@ -244,7 +244,7 @@ class TicsAgentNodeInfo:
244
244
 
245
245
  @property
246
246
  def nat_eip(self):
247
- """Gets the nat_eip of this TicsAgentNodeInfo.
247
+ r"""Gets the nat_eip of this TicsAgentNodeInfo.
248
248
 
249
249
  可信节点绑定的网关的ip,CCE部署时会返回该值
250
250
 
@@ -255,7 +255,7 @@ class TicsAgentNodeInfo:
255
255
 
256
256
  @nat_eip.setter
257
257
  def nat_eip(self, nat_eip):
258
- """Sets the nat_eip of this TicsAgentNodeInfo.
258
+ r"""Sets the nat_eip of this TicsAgentNodeInfo.
259
259
 
260
260
  可信节点绑定的网关的ip,CCE部署时会返回该值
261
261
 
@@ -266,7 +266,7 @@ class TicsAgentNodeInfo:
266
266
 
267
267
  @property
268
268
  def nat_eip_id(self):
269
- """Gets the nat_eip_id of this TicsAgentNodeInfo.
269
+ r"""Gets the nat_eip_id of this TicsAgentNodeInfo.
270
270
 
271
271
  可信节点绑定的网关的ip的Id,CCE部署时会返回该值
272
272
 
@@ -277,7 +277,7 @@ class TicsAgentNodeInfo:
277
277
 
278
278
  @nat_eip_id.setter
279
279
  def nat_eip_id(self, nat_eip_id):
280
- """Sets the nat_eip_id of this TicsAgentNodeInfo.
280
+ r"""Sets the nat_eip_id of this TicsAgentNodeInfo.
281
281
 
282
282
  可信节点绑定的网关的ip的Id,CCE部署时会返回该值
283
283
 
@@ -288,7 +288,7 @@ class TicsAgentNodeInfo:
288
288
 
289
289
  @property
290
290
  def node_az(self):
291
- """Gets the node_az of this TicsAgentNodeInfo.
291
+ r"""Gets the node_az of this TicsAgentNodeInfo.
292
292
 
293
293
  弹性云服务器所在可用区,CCE部署时会返回该值
294
294
 
@@ -299,7 +299,7 @@ class TicsAgentNodeInfo:
299
299
 
300
300
  @node_az.setter
301
301
  def node_az(self, node_az):
302
- """Sets the node_az of this TicsAgentNodeInfo.
302
+ r"""Sets the node_az of this TicsAgentNodeInfo.
303
303
 
304
304
  弹性云服务器所在可用区,CCE部署时会返回该值
305
305
 
@@ -310,7 +310,7 @@ class TicsAgentNodeInfo:
310
310
 
311
311
  @property
312
312
  def node_id(self):
313
- """Gets the node_id of this TicsAgentNodeInfo.
313
+ r"""Gets the node_id of this TicsAgentNodeInfo.
314
314
 
315
315
  可信节点部署的虚机id,CCE部署情况返回CCE节点ID。
316
316
 
@@ -321,7 +321,7 @@ class TicsAgentNodeInfo:
321
321
 
322
322
  @node_id.setter
323
323
  def node_id(self, node_id):
324
- """Sets the node_id of this TicsAgentNodeInfo.
324
+ r"""Sets the node_id of this TicsAgentNodeInfo.
325
325
 
326
326
  可信节点部署的虚机id,CCE部署情况返回CCE节点ID。
327
327
 
@@ -332,7 +332,7 @@ class TicsAgentNodeInfo:
332
332
 
333
333
  @property
334
334
  def node_ip(self):
335
- """Gets the node_ip of this TicsAgentNodeInfo.
335
+ r"""Gets the node_ip of this TicsAgentNodeInfo.
336
336
 
337
337
  弹性云服务器的私网ip
338
338
 
@@ -343,7 +343,7 @@ class TicsAgentNodeInfo:
343
343
 
344
344
  @node_ip.setter
345
345
  def node_ip(self, node_ip):
346
- """Sets the node_ip of this TicsAgentNodeInfo.
346
+ r"""Sets the node_ip of this TicsAgentNodeInfo.
347
347
 
348
348
  弹性云服务器的私网ip
349
349
 
@@ -354,7 +354,7 @@ class TicsAgentNodeInfo:
354
354
 
355
355
  @property
356
356
  def node_name(self):
357
- """Gets the node_name of this TicsAgentNodeInfo.
357
+ r"""Gets the node_name of this TicsAgentNodeInfo.
358
358
 
359
359
  弹性云服务器的名称
360
360
 
@@ -365,7 +365,7 @@ class TicsAgentNodeInfo:
365
365
 
366
366
  @node_name.setter
367
367
  def node_name(self, node_name):
368
- """Sets the node_name of this TicsAgentNodeInfo.
368
+ r"""Sets the node_name of this TicsAgentNodeInfo.
369
369
 
370
370
  弹性云服务器的名称
371
371
 
@@ -376,7 +376,7 @@ class TicsAgentNodeInfo:
376
376
 
377
377
  @property
378
378
  def server_to_agent_vpcep_epi_id(self):
379
- """Gets the server_to_agent_vpcep_epi_id of this TicsAgentNodeInfo.
379
+ r"""Gets the server_to_agent_vpcep_epi_id of this TicsAgentNodeInfo.
380
380
 
381
381
  无eip场景下,server访问agent的epi id
382
382
 
@@ -387,7 +387,7 @@ class TicsAgentNodeInfo:
387
387
 
388
388
  @server_to_agent_vpcep_epi_id.setter
389
389
  def server_to_agent_vpcep_epi_id(self, server_to_agent_vpcep_epi_id):
390
- """Sets the server_to_agent_vpcep_epi_id of this TicsAgentNodeInfo.
390
+ r"""Sets the server_to_agent_vpcep_epi_id of this TicsAgentNodeInfo.
391
391
 
392
392
  无eip场景下,server访问agent的epi id
393
393
 
@@ -398,7 +398,7 @@ class TicsAgentNodeInfo:
398
398
 
399
399
  @property
400
400
  def server_to_agent_vpcep_epi_ip(self):
401
- """Gets the server_to_agent_vpcep_epi_ip of this TicsAgentNodeInfo.
401
+ r"""Gets the server_to_agent_vpcep_epi_ip of this TicsAgentNodeInfo.
402
402
 
403
403
  无eip场景下,server访问agent的ip
404
404
 
@@ -409,7 +409,7 @@ class TicsAgentNodeInfo:
409
409
 
410
410
  @server_to_agent_vpcep_epi_ip.setter
411
411
  def server_to_agent_vpcep_epi_ip(self, server_to_agent_vpcep_epi_ip):
412
- """Sets the server_to_agent_vpcep_epi_ip of this TicsAgentNodeInfo.
412
+ r"""Sets the server_to_agent_vpcep_epi_ip of this TicsAgentNodeInfo.
413
413
 
414
414
  无eip场景下,server访问agent的ip
415
415
 
@@ -420,7 +420,7 @@ class TicsAgentNodeInfo:
420
420
 
421
421
  @property
422
422
  def snat_rule_id(self):
423
- """Gets the snat_rule_id of this TicsAgentNodeInfo.
423
+ r"""Gets the snat_rule_id of this TicsAgentNodeInfo.
424
424
 
425
425
  节点绑定的snat id
426
426
 
@@ -431,7 +431,7 @@ class TicsAgentNodeInfo:
431
431
 
432
432
  @snat_rule_id.setter
433
433
  def snat_rule_id(self, snat_rule_id):
434
- """Sets the snat_rule_id of this TicsAgentNodeInfo.
434
+ r"""Sets the snat_rule_id of this TicsAgentNodeInfo.
435
435
 
436
436
  节点绑定的snat id
437
437