huaweicloudsdkvas 3.1.141__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.
- huaweicloudsdkvas/v2/model/create_response_body.py +3 -3
- huaweicloudsdkvas/v2/model/create_tasks_request.py +5 -5
- huaweicloudsdkvas/v2/model/create_tasks_request_body.py +19 -19
- huaweicloudsdkvas/v2/model/create_tasks_response.py +3 -3
- huaweicloudsdkvas/v2/model/delete_task_request.py +5 -5
- huaweicloudsdkvas/v2/model/delete_task_response.py +1 -1
- huaweicloudsdkvas/v2/model/list_tasks_details_request.py +21 -21
- huaweicloudsdkvas/v2/model/list_tasks_details_response.py +5 -5
- huaweicloudsdkvas/v2/model/show_task_request.py +5 -5
- huaweicloudsdkvas/v2/model/show_task_response.py +43 -43
- huaweicloudsdkvas/v2/model/start_task_request.py +5 -5
- huaweicloudsdkvas/v2/model/start_task_response.py +1 -1
- huaweicloudsdkvas/v2/model/stop_task_request.py +5 -5
- huaweicloudsdkvas/v2/model/stop_task_response.py +1 -1
- huaweicloudsdkvas/v2/model/task_details.py +41 -41
- huaweicloudsdkvas/v2/model/task_details_error.py +5 -5
- huaweicloudsdkvas/v2/model/task_details_service_title.py +5 -5
- huaweicloudsdkvas/v2/model/task_hosting_result.py +3 -3
- huaweicloudsdkvas/v2/model/task_hosting_result_hosting_result.py +9 -9
- huaweicloudsdkvas/v2/model/task_input.py +7 -7
- huaweicloudsdkvas/v2/model/task_input_data.py +23 -23
- huaweicloudsdkvas/v2/model/task_input_vcn.py +9 -9
- huaweicloudsdkvas/v2/model/task_output.py +11 -11
- huaweicloudsdkvas/v2/model/task_output_dis.py +5 -5
- huaweicloudsdkvas/v2/model/task_output_for_display.py +11 -11
- huaweicloudsdkvas/v2/model/task_output_hosting.py +3 -3
- huaweicloudsdkvas/v2/model/task_output_hosting_for_display.py +7 -7
- huaweicloudsdkvas/v2/model/task_output_hosting_for_display_obs.py +5 -5
- huaweicloudsdkvas/v2/model/task_output_localpath.py +5 -5
- huaweicloudsdkvas/v2/model/task_output_obs.py +7 -7
- huaweicloudsdkvas/v2/model/task_output_webhook.py +7 -7
- huaweicloudsdkvas/v2/model/task_service_config.py +3 -3
- huaweicloudsdkvas/v2/model/task_timing.py +15 -15
- huaweicloudsdkvas/v2/model/task_timing_frequency.py +9 -9
- huaweicloudsdkvas/v2/model/task_timing_periods.py +5 -5
- huaweicloudsdkvas/v2/model/update_task_request.py +7 -7
- huaweicloudsdkvas/v2/model/update_task_request_body.py +13 -13
- huaweicloudsdkvas/v2/model/update_task_response.py +41 -41
- huaweicloudsdkvas/v2/vas_async_client.py +7 -7
- huaweicloudsdkvas/v2/vas_client.py +7 -7
- {huaweicloudsdkvas-3.1.141.dist-info → huaweicloudsdkvas-3.1.143.dist-info}/METADATA +2 -2
- huaweicloudsdkvas-3.1.143.dist-info/RECORD +50 -0
- huaweicloudsdkvas-3.1.141.dist-info/RECORD +0 -50
- {huaweicloudsdkvas-3.1.141.dist-info → huaweicloudsdkvas-3.1.143.dist-info}/LICENSE +0 -0
- {huaweicloudsdkvas-3.1.141.dist-info → huaweicloudsdkvas-3.1.143.dist-info}/WHEEL +0 -0
- {huaweicloudsdkvas-3.1.141.dist-info → huaweicloudsdkvas-3.1.143.dist-info}/top_level.txt +0 -0
@@ -66,7 +66,7 @@ class ShowTaskResponse(SdkResponse):
|
|
66
66
|
}
|
67
67
|
|
68
68
|
def __init__(self, id=None, name=None, creator=None, project_id=None, description=None, service_name=None, service_version=None, service_title=None, edge_pool_id=None, resource_order_id=None, created_at=None, updated_at=None, state=None, status=None, error=None, timing_status=None, timing=None, input=None, output=None, service_config=None, hosting_result=None):
|
69
|
-
"""ShowTaskResponse
|
69
|
+
r"""ShowTaskResponse
|
70
70
|
|
71
71
|
The model defined in huaweicloud sdk
|
72
72
|
|
@@ -172,7 +172,7 @@ class ShowTaskResponse(SdkResponse):
|
|
172
172
|
|
173
173
|
@property
|
174
174
|
def id(self):
|
175
|
-
"""Gets the id of this ShowTaskResponse.
|
175
|
+
r"""Gets the id of this ShowTaskResponse.
|
176
176
|
|
177
177
|
作业ID
|
178
178
|
|
@@ -183,7 +183,7 @@ class ShowTaskResponse(SdkResponse):
|
|
183
183
|
|
184
184
|
@id.setter
|
185
185
|
def id(self, id):
|
186
|
-
"""Sets the id of this ShowTaskResponse.
|
186
|
+
r"""Sets the id of this ShowTaskResponse.
|
187
187
|
|
188
188
|
作业ID
|
189
189
|
|
@@ -194,7 +194,7 @@ class ShowTaskResponse(SdkResponse):
|
|
194
194
|
|
195
195
|
@property
|
196
196
|
def name(self):
|
197
|
-
"""Gets the name of this ShowTaskResponse.
|
197
|
+
r"""Gets the name of this ShowTaskResponse.
|
198
198
|
|
199
199
|
作业的名称
|
200
200
|
|
@@ -205,7 +205,7 @@ class ShowTaskResponse(SdkResponse):
|
|
205
205
|
|
206
206
|
@name.setter
|
207
207
|
def name(self, name):
|
208
|
-
"""Sets the name of this ShowTaskResponse.
|
208
|
+
r"""Sets the name of this ShowTaskResponse.
|
209
209
|
|
210
210
|
作业的名称
|
211
211
|
|
@@ -216,7 +216,7 @@ class ShowTaskResponse(SdkResponse):
|
|
216
216
|
|
217
217
|
@property
|
218
218
|
def creator(self):
|
219
|
-
"""Gets the creator of this ShowTaskResponse.
|
219
|
+
r"""Gets the creator of this ShowTaskResponse.
|
220
220
|
|
221
221
|
作业创建者的用户名
|
222
222
|
|
@@ -227,7 +227,7 @@ class ShowTaskResponse(SdkResponse):
|
|
227
227
|
|
228
228
|
@creator.setter
|
229
229
|
def creator(self, creator):
|
230
|
-
"""Sets the creator of this ShowTaskResponse.
|
230
|
+
r"""Sets the creator of this ShowTaskResponse.
|
231
231
|
|
232
232
|
作业创建者的用户名
|
233
233
|
|
@@ -238,7 +238,7 @@ class ShowTaskResponse(SdkResponse):
|
|
238
238
|
|
239
239
|
@property
|
240
240
|
def project_id(self):
|
241
|
-
"""Gets the project_id of this ShowTaskResponse.
|
241
|
+
r"""Gets the project_id of this ShowTaskResponse.
|
242
242
|
|
243
243
|
作业创建者的项目ID
|
244
244
|
|
@@ -249,7 +249,7 @@ class ShowTaskResponse(SdkResponse):
|
|
249
249
|
|
250
250
|
@project_id.setter
|
251
251
|
def project_id(self, project_id):
|
252
|
-
"""Sets the project_id of this ShowTaskResponse.
|
252
|
+
r"""Sets the project_id of this ShowTaskResponse.
|
253
253
|
|
254
254
|
作业创建者的项目ID
|
255
255
|
|
@@ -260,7 +260,7 @@ class ShowTaskResponse(SdkResponse):
|
|
260
260
|
|
261
261
|
@property
|
262
262
|
def description(self):
|
263
|
-
"""Gets the description of this ShowTaskResponse.
|
263
|
+
r"""Gets the description of this ShowTaskResponse.
|
264
264
|
|
265
265
|
作业的描述
|
266
266
|
|
@@ -271,7 +271,7 @@ class ShowTaskResponse(SdkResponse):
|
|
271
271
|
|
272
272
|
@description.setter
|
273
273
|
def description(self, description):
|
274
|
-
"""Sets the description of this ShowTaskResponse.
|
274
|
+
r"""Sets the description of this ShowTaskResponse.
|
275
275
|
|
276
276
|
作业的描述
|
277
277
|
|
@@ -282,7 +282,7 @@ class ShowTaskResponse(SdkResponse):
|
|
282
282
|
|
283
283
|
@property
|
284
284
|
def service_name(self):
|
285
|
-
"""Gets the service_name of this ShowTaskResponse.
|
285
|
+
r"""Gets the service_name of this ShowTaskResponse.
|
286
286
|
|
287
287
|
作业对应服务的名称
|
288
288
|
|
@@ -293,7 +293,7 @@ class ShowTaskResponse(SdkResponse):
|
|
293
293
|
|
294
294
|
@service_name.setter
|
295
295
|
def service_name(self, service_name):
|
296
|
-
"""Sets the service_name of this ShowTaskResponse.
|
296
|
+
r"""Sets the service_name of this ShowTaskResponse.
|
297
297
|
|
298
298
|
作业对应服务的名称
|
299
299
|
|
@@ -304,7 +304,7 @@ class ShowTaskResponse(SdkResponse):
|
|
304
304
|
|
305
305
|
@property
|
306
306
|
def service_version(self):
|
307
|
-
"""Gets the service_version of this ShowTaskResponse.
|
307
|
+
r"""Gets the service_version of this ShowTaskResponse.
|
308
308
|
|
309
309
|
作业对应服务的版本号
|
310
310
|
|
@@ -315,7 +315,7 @@ class ShowTaskResponse(SdkResponse):
|
|
315
315
|
|
316
316
|
@service_version.setter
|
317
317
|
def service_version(self, service_version):
|
318
|
-
"""Sets the service_version of this ShowTaskResponse.
|
318
|
+
r"""Sets the service_version of this ShowTaskResponse.
|
319
319
|
|
320
320
|
作业对应服务的版本号
|
321
321
|
|
@@ -326,7 +326,7 @@ class ShowTaskResponse(SdkResponse):
|
|
326
326
|
|
327
327
|
@property
|
328
328
|
def service_title(self):
|
329
|
-
"""Gets the service_title of this ShowTaskResponse.
|
329
|
+
r"""Gets the service_title of this ShowTaskResponse.
|
330
330
|
|
331
331
|
:return: The service_title of this ShowTaskResponse.
|
332
332
|
:rtype: :class:`huaweicloudsdkvas.v2.TaskDetailsServiceTitle`
|
@@ -335,7 +335,7 @@ class ShowTaskResponse(SdkResponse):
|
|
335
335
|
|
336
336
|
@service_title.setter
|
337
337
|
def service_title(self, service_title):
|
338
|
-
"""Sets the service_title of this ShowTaskResponse.
|
338
|
+
r"""Sets the service_title of this ShowTaskResponse.
|
339
339
|
|
340
340
|
:param service_title: The service_title of this ShowTaskResponse.
|
341
341
|
:type service_title: :class:`huaweicloudsdkvas.v2.TaskDetailsServiceTitle`
|
@@ -344,7 +344,7 @@ class ShowTaskResponse(SdkResponse):
|
|
344
344
|
|
345
345
|
@property
|
346
346
|
def edge_pool_id(self):
|
347
|
-
"""Gets the edge_pool_id of this ShowTaskResponse.
|
347
|
+
r"""Gets the edge_pool_id of this ShowTaskResponse.
|
348
348
|
|
349
349
|
仅边缘作业会出现,作业运行所在的边缘运行池ID
|
350
350
|
|
@@ -355,7 +355,7 @@ class ShowTaskResponse(SdkResponse):
|
|
355
355
|
|
356
356
|
@edge_pool_id.setter
|
357
357
|
def edge_pool_id(self, edge_pool_id):
|
358
|
-
"""Sets the edge_pool_id of this ShowTaskResponse.
|
358
|
+
r"""Sets the edge_pool_id of this ShowTaskResponse.
|
359
359
|
|
360
360
|
仅边缘作业会出现,作业运行所在的边缘运行池ID
|
361
361
|
|
@@ -366,7 +366,7 @@ class ShowTaskResponse(SdkResponse):
|
|
366
366
|
|
367
367
|
@property
|
368
368
|
def resource_order_id(self):
|
369
|
-
"""Gets the resource_order_id of this ShowTaskResponse.
|
369
|
+
r"""Gets the resource_order_id of this ShowTaskResponse.
|
370
370
|
|
371
371
|
作业指定的算法能力包包周期订单ID
|
372
372
|
|
@@ -377,7 +377,7 @@ class ShowTaskResponse(SdkResponse):
|
|
377
377
|
|
378
378
|
@resource_order_id.setter
|
379
379
|
def resource_order_id(self, resource_order_id):
|
380
|
-
"""Sets the resource_order_id of this ShowTaskResponse.
|
380
|
+
r"""Sets the resource_order_id of this ShowTaskResponse.
|
381
381
|
|
382
382
|
作业指定的算法能力包包周期订单ID
|
383
383
|
|
@@ -388,7 +388,7 @@ class ShowTaskResponse(SdkResponse):
|
|
388
388
|
|
389
389
|
@property
|
390
390
|
def created_at(self):
|
391
|
-
"""Gets the created_at of this ShowTaskResponse.
|
391
|
+
r"""Gets the created_at of this ShowTaskResponse.
|
392
392
|
|
393
393
|
作业创建的时间
|
394
394
|
|
@@ -399,7 +399,7 @@ class ShowTaskResponse(SdkResponse):
|
|
399
399
|
|
400
400
|
@created_at.setter
|
401
401
|
def created_at(self, created_at):
|
402
|
-
"""Sets the created_at of this ShowTaskResponse.
|
402
|
+
r"""Sets the created_at of this ShowTaskResponse.
|
403
403
|
|
404
404
|
作业创建的时间
|
405
405
|
|
@@ -410,7 +410,7 @@ class ShowTaskResponse(SdkResponse):
|
|
410
410
|
|
411
411
|
@property
|
412
412
|
def updated_at(self):
|
413
|
-
"""Gets the updated_at of this ShowTaskResponse.
|
413
|
+
r"""Gets the updated_at of this ShowTaskResponse.
|
414
414
|
|
415
415
|
作业最近一次状态更新的时间
|
416
416
|
|
@@ -421,7 +421,7 @@ class ShowTaskResponse(SdkResponse):
|
|
421
421
|
|
422
422
|
@updated_at.setter
|
423
423
|
def updated_at(self, updated_at):
|
424
|
-
"""Sets the updated_at of this ShowTaskResponse.
|
424
|
+
r"""Sets the updated_at of this ShowTaskResponse.
|
425
425
|
|
426
426
|
作业最近一次状态更新的时间
|
427
427
|
|
@@ -432,7 +432,7 @@ class ShowTaskResponse(SdkResponse):
|
|
432
432
|
|
433
433
|
@property
|
434
434
|
def state(self):
|
435
|
-
"""Gets the state of this ShowTaskResponse.
|
435
|
+
r"""Gets the state of this ShowTaskResponse.
|
436
436
|
|
437
437
|
作业当前的状态,分别为PENDING(等待中),RECOVERING(恢复中),STARTING(启动中),UPGRADING(升级中),CREATE_FAILED(创建失败),START_FAILED(启动失败),RUNNING(运行中),STOPPING(停止中),STOPPED(已停止),ABNORMAL(异常),SUCCEEDED(运行成功),FAILED(运行失败),DELETING(删除中),FREEZING(冻结中),FROZEN(已冻结)
|
438
438
|
|
@@ -443,7 +443,7 @@ class ShowTaskResponse(SdkResponse):
|
|
443
443
|
|
444
444
|
@state.setter
|
445
445
|
def state(self, state):
|
446
|
-
"""Sets the state of this ShowTaskResponse.
|
446
|
+
r"""Sets the state of this ShowTaskResponse.
|
447
447
|
|
448
448
|
作业当前的状态,分别为PENDING(等待中),RECOVERING(恢复中),STARTING(启动中),UPGRADING(升级中),CREATE_FAILED(创建失败),START_FAILED(启动失败),RUNNING(运行中),STOPPING(停止中),STOPPED(已停止),ABNORMAL(异常),SUCCEEDED(运行成功),FAILED(运行失败),DELETING(删除中),FREEZING(冻结中),FROZEN(已冻结)
|
449
449
|
|
@@ -454,7 +454,7 @@ class ShowTaskResponse(SdkResponse):
|
|
454
454
|
|
455
455
|
@property
|
456
456
|
def status(self):
|
457
|
-
"""Gets the status of this ShowTaskResponse.
|
457
|
+
r"""Gets the status of this ShowTaskResponse.
|
458
458
|
|
459
459
|
作业状态的详情信息,仅部分状态会有详情信息
|
460
460
|
|
@@ -465,7 +465,7 @@ class ShowTaskResponse(SdkResponse):
|
|
465
465
|
|
466
466
|
@status.setter
|
467
467
|
def status(self, status):
|
468
|
-
"""Sets the status of this ShowTaskResponse.
|
468
|
+
r"""Sets the status of this ShowTaskResponse.
|
469
469
|
|
470
470
|
作业状态的详情信息,仅部分状态会有详情信息
|
471
471
|
|
@@ -476,7 +476,7 @@ class ShowTaskResponse(SdkResponse):
|
|
476
476
|
|
477
477
|
@property
|
478
478
|
def error(self):
|
479
|
-
"""Gets the error of this ShowTaskResponse.
|
479
|
+
r"""Gets the error of this ShowTaskResponse.
|
480
480
|
|
481
481
|
:return: The error of this ShowTaskResponse.
|
482
482
|
:rtype: :class:`huaweicloudsdkvas.v2.TaskDetailsError`
|
@@ -485,7 +485,7 @@ class ShowTaskResponse(SdkResponse):
|
|
485
485
|
|
486
486
|
@error.setter
|
487
487
|
def error(self, error):
|
488
|
-
"""Sets the error of this ShowTaskResponse.
|
488
|
+
r"""Sets the error of this ShowTaskResponse.
|
489
489
|
|
490
490
|
:param error: The error of this ShowTaskResponse.
|
491
491
|
:type error: :class:`huaweicloudsdkvas.v2.TaskDetailsError`
|
@@ -494,7 +494,7 @@ class ShowTaskResponse(SdkResponse):
|
|
494
494
|
|
495
495
|
@property
|
496
496
|
def timing_status(self):
|
497
|
-
"""Gets the timing_status of this ShowTaskResponse.
|
497
|
+
r"""Gets the timing_status of this ShowTaskResponse.
|
498
498
|
|
499
499
|
计划任务的状态,分别为ACTIVATED(激活),INACTIVATED(未激活)
|
500
500
|
|
@@ -505,7 +505,7 @@ class ShowTaskResponse(SdkResponse):
|
|
505
505
|
|
506
506
|
@timing_status.setter
|
507
507
|
def timing_status(self, timing_status):
|
508
|
-
"""Sets the timing_status of this ShowTaskResponse.
|
508
|
+
r"""Sets the timing_status of this ShowTaskResponse.
|
509
509
|
|
510
510
|
计划任务的状态,分别为ACTIVATED(激活),INACTIVATED(未激活)
|
511
511
|
|
@@ -516,7 +516,7 @@ class ShowTaskResponse(SdkResponse):
|
|
516
516
|
|
517
517
|
@property
|
518
518
|
def timing(self):
|
519
|
-
"""Gets the timing of this ShowTaskResponse.
|
519
|
+
r"""Gets the timing of this ShowTaskResponse.
|
520
520
|
|
521
521
|
:return: The timing of this ShowTaskResponse.
|
522
522
|
:rtype: :class:`huaweicloudsdkvas.v2.TaskTiming`
|
@@ -525,7 +525,7 @@ class ShowTaskResponse(SdkResponse):
|
|
525
525
|
|
526
526
|
@timing.setter
|
527
527
|
def timing(self, timing):
|
528
|
-
"""Sets the timing of this ShowTaskResponse.
|
528
|
+
r"""Sets the timing of this ShowTaskResponse.
|
529
529
|
|
530
530
|
:param timing: The timing of this ShowTaskResponse.
|
531
531
|
:type timing: :class:`huaweicloudsdkvas.v2.TaskTiming`
|
@@ -534,7 +534,7 @@ class ShowTaskResponse(SdkResponse):
|
|
534
534
|
|
535
535
|
@property
|
536
536
|
def input(self):
|
537
|
-
"""Gets the input of this ShowTaskResponse.
|
537
|
+
r"""Gets the input of this ShowTaskResponse.
|
538
538
|
|
539
539
|
:return: The input of this ShowTaskResponse.
|
540
540
|
:rtype: :class:`huaweicloudsdkvas.v2.TaskInput`
|
@@ -543,7 +543,7 @@ class ShowTaskResponse(SdkResponse):
|
|
543
543
|
|
544
544
|
@input.setter
|
545
545
|
def input(self, input):
|
546
|
-
"""Sets the input of this ShowTaskResponse.
|
546
|
+
r"""Sets the input of this ShowTaskResponse.
|
547
547
|
|
548
548
|
:param input: The input of this ShowTaskResponse.
|
549
549
|
:type input: :class:`huaweicloudsdkvas.v2.TaskInput`
|
@@ -552,7 +552,7 @@ class ShowTaskResponse(SdkResponse):
|
|
552
552
|
|
553
553
|
@property
|
554
554
|
def output(self):
|
555
|
-
"""Gets the output of this ShowTaskResponse.
|
555
|
+
r"""Gets the output of this ShowTaskResponse.
|
556
556
|
|
557
557
|
:return: The output of this ShowTaskResponse.
|
558
558
|
:rtype: :class:`huaweicloudsdkvas.v2.TaskOutputForDisplay`
|
@@ -561,7 +561,7 @@ class ShowTaskResponse(SdkResponse):
|
|
561
561
|
|
562
562
|
@output.setter
|
563
563
|
def output(self, output):
|
564
|
-
"""Sets the output of this ShowTaskResponse.
|
564
|
+
r"""Sets the output of this ShowTaskResponse.
|
565
565
|
|
566
566
|
:param output: The output of this ShowTaskResponse.
|
567
567
|
:type output: :class:`huaweicloudsdkvas.v2.TaskOutputForDisplay`
|
@@ -570,7 +570,7 @@ class ShowTaskResponse(SdkResponse):
|
|
570
570
|
|
571
571
|
@property
|
572
572
|
def service_config(self):
|
573
|
-
"""Gets the service_config of this ShowTaskResponse.
|
573
|
+
r"""Gets the service_config of this ShowTaskResponse.
|
574
574
|
|
575
575
|
:return: The service_config of this ShowTaskResponse.
|
576
576
|
:rtype: :class:`huaweicloudsdkvas.v2.TaskServiceConfig`
|
@@ -579,7 +579,7 @@ class ShowTaskResponse(SdkResponse):
|
|
579
579
|
|
580
580
|
@service_config.setter
|
581
581
|
def service_config(self, service_config):
|
582
|
-
"""Sets the service_config of this ShowTaskResponse.
|
582
|
+
r"""Sets the service_config of this ShowTaskResponse.
|
583
583
|
|
584
584
|
:param service_config: The service_config of this ShowTaskResponse.
|
585
585
|
:type service_config: :class:`huaweicloudsdkvas.v2.TaskServiceConfig`
|
@@ -588,7 +588,7 @@ class ShowTaskResponse(SdkResponse):
|
|
588
588
|
|
589
589
|
@property
|
590
590
|
def hosting_result(self):
|
591
|
-
"""Gets the hosting_result of this ShowTaskResponse.
|
591
|
+
r"""Gets the hosting_result of this ShowTaskResponse.
|
592
592
|
|
593
593
|
:return: The hosting_result of this ShowTaskResponse.
|
594
594
|
:rtype: :class:`huaweicloudsdkvas.v2.TaskHostingResultHostingResult`
|
@@ -597,7 +597,7 @@ class ShowTaskResponse(SdkResponse):
|
|
597
597
|
|
598
598
|
@hosting_result.setter
|
599
599
|
def hosting_result(self, hosting_result):
|
600
|
-
"""Sets the hosting_result of this ShowTaskResponse.
|
600
|
+
r"""Sets the hosting_result of this ShowTaskResponse.
|
601
601
|
|
602
602
|
:param hosting_result: The hosting_result of this ShowTaskResponse.
|
603
603
|
:type hosting_result: :class:`huaweicloudsdkvas.v2.TaskHostingResultHostingResult`
|
@@ -27,7 +27,7 @@ class StartTaskRequest:
|
|
27
27
|
}
|
28
28
|
|
29
29
|
def __init__(self, service_name=None, task_id=None):
|
30
|
-
"""StartTaskRequest
|
30
|
+
r"""StartTaskRequest
|
31
31
|
|
32
32
|
The model defined in huaweicloud sdk
|
33
33
|
|
@@ -48,7 +48,7 @@ class StartTaskRequest:
|
|
48
48
|
|
49
49
|
@property
|
50
50
|
def service_name(self):
|
51
|
-
"""Gets the service_name of this StartTaskRequest.
|
51
|
+
r"""Gets the service_name of this StartTaskRequest.
|
52
52
|
|
53
53
|
服务名称
|
54
54
|
|
@@ -59,7 +59,7 @@ class StartTaskRequest:
|
|
59
59
|
|
60
60
|
@service_name.setter
|
61
61
|
def service_name(self, service_name):
|
62
|
-
"""Sets the service_name of this StartTaskRequest.
|
62
|
+
r"""Sets the service_name of this StartTaskRequest.
|
63
63
|
|
64
64
|
服务名称
|
65
65
|
|
@@ -70,7 +70,7 @@ class StartTaskRequest:
|
|
70
70
|
|
71
71
|
@property
|
72
72
|
def task_id(self):
|
73
|
-
"""Gets the task_id of this StartTaskRequest.
|
73
|
+
r"""Gets the task_id of this StartTaskRequest.
|
74
74
|
|
75
75
|
指定的服务作业ID
|
76
76
|
|
@@ -81,7 +81,7 @@ class StartTaskRequest:
|
|
81
81
|
|
82
82
|
@task_id.setter
|
83
83
|
def task_id(self, task_id):
|
84
|
-
"""Sets the task_id of this StartTaskRequest.
|
84
|
+
r"""Sets the task_id of this StartTaskRequest.
|
85
85
|
|
86
86
|
指定的服务作业ID
|
87
87
|
|
@@ -27,7 +27,7 @@ class StopTaskRequest:
|
|
27
27
|
}
|
28
28
|
|
29
29
|
def __init__(self, service_name=None, task_id=None):
|
30
|
-
"""StopTaskRequest
|
30
|
+
r"""StopTaskRequest
|
31
31
|
|
32
32
|
The model defined in huaweicloud sdk
|
33
33
|
|
@@ -48,7 +48,7 @@ class StopTaskRequest:
|
|
48
48
|
|
49
49
|
@property
|
50
50
|
def service_name(self):
|
51
|
-
"""Gets the service_name of this StopTaskRequest.
|
51
|
+
r"""Gets the service_name of this StopTaskRequest.
|
52
52
|
|
53
53
|
服务名称
|
54
54
|
|
@@ -59,7 +59,7 @@ class StopTaskRequest:
|
|
59
59
|
|
60
60
|
@service_name.setter
|
61
61
|
def service_name(self, service_name):
|
62
|
-
"""Sets the service_name of this StopTaskRequest.
|
62
|
+
r"""Sets the service_name of this StopTaskRequest.
|
63
63
|
|
64
64
|
服务名称
|
65
65
|
|
@@ -70,7 +70,7 @@ class StopTaskRequest:
|
|
70
70
|
|
71
71
|
@property
|
72
72
|
def task_id(self):
|
73
|
-
"""Gets the task_id of this StopTaskRequest.
|
73
|
+
r"""Gets the task_id of this StopTaskRequest.
|
74
74
|
|
75
75
|
指定的服务作业ID
|
76
76
|
|
@@ -81,7 +81,7 @@ class StopTaskRequest:
|
|
81
81
|
|
82
82
|
@task_id.setter
|
83
83
|
def task_id(self, task_id):
|
84
|
-
"""Sets the task_id of this StopTaskRequest.
|
84
|
+
r"""Sets the task_id of this StopTaskRequest.
|
85
85
|
|
86
86
|
指定的服务作业ID
|
87
87
|
|