tencentcloud-sdk-python 3.0.1344__py2.py3-none-any.whl → 3.0.1346__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.
- tencentcloud/__init__.py +1 -1
- tencentcloud/antiddos/v20200309/antiddos_client.py +0 -50
- tencentcloud/antiddos/v20200309/models.py +14 -689
- tencentcloud/apm/v20210622/models.py +60 -60
- tencentcloud/batch/v20170312/models.py +0 -150
- tencentcloud/bi/v20220105/models.py +6 -2
- tencentcloud/cbs/v20170312/models.py +0 -20
- tencentcloud/cdwch/v20200915/models.py +111 -256
- tencentcloud/ckafka/v20190819/models.py +2 -1204
- tencentcloud/clb/v20180317/models.py +10 -10
- tencentcloud/cls/v20201016/cls_client.py +0 -92
- tencentcloud/cls/v20201016/models.py +18 -1032
- tencentcloud/cvm/v20170312/models.py +15 -0
- tencentcloud/cynosdb/v20190107/models.py +0 -84
- tencentcloud/dbbrain/v20191016/models.py +2 -22
- tencentcloud/dbbrain/v20210527/models.py +17 -96
- tencentcloud/dcdb/v20180411/models.py +0 -48
- tencentcloud/dnspod/v20210323/dnspod_client.py +69 -0
- tencentcloud/dnspod/v20210323/errorcodes.py +9 -0
- tencentcloud/dnspod/v20210323/models.py +724 -0
- tencentcloud/dsgc/v20190723/dsgc_client.py +0 -23
- tencentcloud/dsgc/v20190723/models.py +0 -34
- tencentcloud/emr/v20190103/emr_client.py +1 -1
- tencentcloud/emr/v20190103/models.py +422 -15
- tencentcloud/hunyuan/v20230901/models.py +17 -2
- tencentcloud/iotexplorer/v20190423/iotexplorer_client.py +23 -0
- tencentcloud/iotexplorer/v20190423/models.py +131 -0
- tencentcloud/iotvideoindustry/v20201201/iotvideoindustry_client.py +1 -1
- tencentcloud/iotvideoindustry/v20201201/models.py +15 -456
- tencentcloud/lke/v20231130/lke_client.py +0 -23
- tencentcloud/lke/v20231130/models.py +0 -79
- tencentcloud/lkeap/v20240522/lkeap_client.py +1 -1
- tencentcloud/mariadb/v20170312/models.py +0 -38
- tencentcloud/memcached/v20190318/models.py +2 -2
- tencentcloud/mmps/v20200710/models.py +0 -56
- tencentcloud/monitor/v20180724/models.py +446 -0
- tencentcloud/monitor/v20180724/monitor_client.py +23 -0
- tencentcloud/postgres/v20170312/models.py +0 -222
- tencentcloud/postgres/v20170312/postgres_client.py +5 -5
- tencentcloud/redis/v20180412/models.py +2 -4
- tencentcloud/svp/v20240125/models.py +0 -44
- tencentcloud/tcb/v20180608/models.py +0 -195
- tencentcloud/tcb/v20180608/tcb_client.py +0 -23
- tencentcloud/tcss/v20201101/models.py +1813 -2547
- tencentcloud/tcss/v20201101/tcss_client.py +92 -125
- tencentcloud/tdmq/v20200217/models.py +266 -154
- tencentcloud/tdmq/v20200217/tdmq_client.py +0 -23
- tencentcloud/teo/v20220901/errorcodes.py +3 -0
- tencentcloud/teo/v20220901/models.py +239 -38
- tencentcloud/teo/v20220901/teo_client.py +46 -0
- tencentcloud/thpc/v20211109/models.py +0 -6
- tencentcloud/thpc/v20220401/models.py +0 -12
- tencentcloud/thpc/v20230321/models.py +0 -20
- tencentcloud/tke/v20180525/models.py +0 -54
- tencentcloud/tke/v20220501/models.py +0 -34
- tencentcloud/vpc/v20170312/models.py +0 -34
- tencentcloud/waf/v20180125/models.py +15 -0
- tencentcloud/wedata/v20210820/models.py +254 -0
- {tencentcloud_sdk_python-3.0.1344.dist-info → tencentcloud_sdk_python-3.0.1346.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1344.dist-info → tencentcloud_sdk_python-3.0.1346.dist-info}/RECORD +63 -63
- {tencentcloud_sdk_python-3.0.1344.dist-info → tencentcloud_sdk_python-3.0.1346.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1344.dist-info → tencentcloud_sdk_python-3.0.1346.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1344.dist-info → tencentcloud_sdk_python-3.0.1346.dist-info}/top_level.txt +0 -0
@@ -42,10 +42,8 @@ class Activity(AbstractModel):
|
|
42
42
|
:param _StartTime: 活动开始时间
|
43
43
|
:type StartTime: str
|
44
44
|
:param _EndTime: 活动结束时间
|
45
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
46
45
|
:type EndTime: str
|
47
46
|
:param _InstanceId: 云服务器实例ID
|
48
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
49
47
|
:type InstanceId: str
|
50
48
|
"""
|
51
49
|
self._ActivityId = None
|
@@ -150,7 +148,6 @@ class Activity(AbstractModel):
|
|
150
148
|
@property
|
151
149
|
def EndTime(self):
|
152
150
|
"""活动结束时间
|
153
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
154
151
|
:rtype: str
|
155
152
|
"""
|
156
153
|
return self._EndTime
|
@@ -162,7 +159,6 @@ class Activity(AbstractModel):
|
|
162
159
|
@property
|
163
160
|
def InstanceId(self):
|
164
161
|
"""云服务器实例ID
|
165
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
166
162
|
:rtype: str
|
167
163
|
"""
|
168
164
|
return self._InstanceId
|
@@ -201,13 +197,10 @@ class AgentRunningMode(AbstractModel):
|
|
201
197
|
def __init__(self):
|
202
198
|
r"""
|
203
199
|
:param _Scene: 场景类型,支持WINDOWS
|
204
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
205
200
|
:type Scene: str
|
206
201
|
:param _User: 运行Agent的User
|
207
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
208
202
|
:type User: str
|
209
203
|
:param _Session: 运行Agent的Session
|
210
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
211
204
|
:type Session: str
|
212
205
|
"""
|
213
206
|
self._Scene = None
|
@@ -217,7 +210,6 @@ class AgentRunningMode(AbstractModel):
|
|
217
210
|
@property
|
218
211
|
def Scene(self):
|
219
212
|
"""场景类型,支持WINDOWS
|
220
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
221
213
|
:rtype: str
|
222
214
|
"""
|
223
215
|
return self._Scene
|
@@ -229,7 +221,6 @@ class AgentRunningMode(AbstractModel):
|
|
229
221
|
@property
|
230
222
|
def User(self):
|
231
223
|
"""运行Agent的User
|
232
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
233
224
|
:rtype: str
|
234
225
|
"""
|
235
226
|
return self._User
|
@@ -241,7 +232,6 @@ class AgentRunningMode(AbstractModel):
|
|
241
232
|
@property
|
242
233
|
def Session(self):
|
243
234
|
"""运行Agent的Session
|
244
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
245
235
|
:rtype: str
|
246
236
|
"""
|
247
237
|
return self._Session
|
@@ -363,19 +353,14 @@ class Application(AbstractModel):
|
|
363
353
|
def __init__(self):
|
364
354
|
r"""
|
365
355
|
:param _DeliveryForm: 应用程序的交付方式,包括PACKAGE、LOCAL 两种取值,分别指远程存储的软件包、计算环境本地。
|
366
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
367
356
|
:type DeliveryForm: str
|
368
357
|
:param _Command: 任务执行命令。与Commands不能同时指定。
|
369
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
370
358
|
:type Command: str
|
371
359
|
:param _PackagePath: 应用程序软件包的远程存储路径
|
372
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
373
360
|
:type PackagePath: str
|
374
361
|
:param _Docker: 应用使用Docker的相关配置。在使用Docker配置的情况下,DeliveryForm 为 LOCAL 表示直接使用Docker镜像内部的应用软件,通过Docker方式运行;DeliveryForm 为 PACKAGE,表示将远程应用包注入到Docker镜像后,通过Docker方式运行。为避免Docker不同版本的兼容性问题,Docker安装包及相关依赖由Batch统一负责,对于已安装Docker的自定义镜像,请卸载后再使用Docker特性。
|
375
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
376
362
|
:type Docker: :class:`tencentcloud.batch.v20170312.models.Docker`
|
377
363
|
:param _Commands: 任务执行命令信息。与Command不能同时指定。
|
378
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
379
364
|
:type Commands: list of CommandLine
|
380
365
|
"""
|
381
366
|
self._DeliveryForm = None
|
@@ -387,7 +372,6 @@ class Application(AbstractModel):
|
|
387
372
|
@property
|
388
373
|
def DeliveryForm(self):
|
389
374
|
"""应用程序的交付方式,包括PACKAGE、LOCAL 两种取值,分别指远程存储的软件包、计算环境本地。
|
390
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
391
375
|
:rtype: str
|
392
376
|
"""
|
393
377
|
return self._DeliveryForm
|
@@ -399,7 +383,6 @@ class Application(AbstractModel):
|
|
399
383
|
@property
|
400
384
|
def Command(self):
|
401
385
|
"""任务执行命令。与Commands不能同时指定。
|
402
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
403
386
|
:rtype: str
|
404
387
|
"""
|
405
388
|
return self._Command
|
@@ -411,7 +394,6 @@ class Application(AbstractModel):
|
|
411
394
|
@property
|
412
395
|
def PackagePath(self):
|
413
396
|
"""应用程序软件包的远程存储路径
|
414
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
415
397
|
:rtype: str
|
416
398
|
"""
|
417
399
|
return self._PackagePath
|
@@ -423,7 +405,6 @@ class Application(AbstractModel):
|
|
423
405
|
@property
|
424
406
|
def Docker(self):
|
425
407
|
"""应用使用Docker的相关配置。在使用Docker配置的情况下,DeliveryForm 为 LOCAL 表示直接使用Docker镜像内部的应用软件,通过Docker方式运行;DeliveryForm 为 PACKAGE,表示将远程应用包注入到Docker镜像后,通过Docker方式运行。为避免Docker不同版本的兼容性问题,Docker安装包及相关依赖由Batch统一负责,对于已安装Docker的自定义镜像,请卸载后再使用Docker特性。
|
426
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
427
408
|
:rtype: :class:`tencentcloud.batch.v20170312.models.Docker`
|
428
409
|
"""
|
429
410
|
return self._Docker
|
@@ -435,7 +416,6 @@ class Application(AbstractModel):
|
|
435
416
|
@property
|
436
417
|
def Commands(self):
|
437
418
|
"""任务执行命令信息。与Command不能同时指定。
|
438
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
439
419
|
:rtype: list of CommandLine
|
440
420
|
"""
|
441
421
|
return self._Commands
|
@@ -560,13 +540,10 @@ class Authentication(AbstractModel):
|
|
560
540
|
def __init__(self):
|
561
541
|
r"""
|
562
542
|
:param _Scene: 授权场景,例如COS
|
563
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
564
543
|
:type Scene: str
|
565
544
|
:param _SecretId: SecretId
|
566
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
567
545
|
:type SecretId: str
|
568
546
|
:param _SecretKey: SecretKey
|
569
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
570
547
|
:type SecretKey: str
|
571
548
|
"""
|
572
549
|
self._Scene = None
|
@@ -576,7 +553,6 @@ class Authentication(AbstractModel):
|
|
576
553
|
@property
|
577
554
|
def Scene(self):
|
578
555
|
"""授权场景,例如COS
|
579
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
580
556
|
:rtype: str
|
581
557
|
"""
|
582
558
|
return self._Scene
|
@@ -588,7 +564,6 @@ class Authentication(AbstractModel):
|
|
588
564
|
@property
|
589
565
|
def SecretId(self):
|
590
566
|
"""SecretId
|
591
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
592
567
|
:rtype: str
|
593
568
|
"""
|
594
569
|
return self._SecretId
|
@@ -600,7 +575,6 @@ class Authentication(AbstractModel):
|
|
600
575
|
@property
|
601
576
|
def SecretKey(self):
|
602
577
|
"""SecretKey
|
603
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
604
578
|
:rtype: str
|
605
579
|
"""
|
606
580
|
return self._SecretKey
|
@@ -632,7 +606,6 @@ class CommandLine(AbstractModel):
|
|
632
606
|
def __init__(self):
|
633
607
|
r"""
|
634
608
|
:param _Command: 任务执行命令。
|
635
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
636
609
|
:type Command: str
|
637
610
|
"""
|
638
611
|
self._Command = None
|
@@ -640,7 +613,6 @@ class CommandLine(AbstractModel):
|
|
640
613
|
@property
|
641
614
|
def Command(self):
|
642
615
|
"""任务执行命令。
|
643
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
644
616
|
:rtype: str
|
645
617
|
"""
|
646
618
|
return self._Command
|
@@ -672,31 +644,24 @@ class ComputeEnvCreateInfo(AbstractModel):
|
|
672
644
|
:param _EnvId: 计算环境 ID
|
673
645
|
:type EnvId: str
|
674
646
|
:param _EnvName: 计算环境名称
|
675
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
676
647
|
:type EnvName: str
|
677
648
|
:param _EnvDescription: 计算环境描述
|
678
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
679
649
|
:type EnvDescription: str
|
680
650
|
:param _EnvType: 计算环境类型,仅支持“MANAGED”类型
|
681
651
|
:type EnvType: str
|
682
652
|
:param _EnvData: 计算环境参数
|
683
653
|
:type EnvData: :class:`tencentcloud.batch.v20170312.models.EnvData`
|
684
654
|
:param _MountDataDisks: 数据盘挂载选项
|
685
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
686
655
|
:type MountDataDisks: list of MountDataDisk
|
687
656
|
:param _InputMappings: 输入映射
|
688
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
689
657
|
:type InputMappings: list of InputMapping
|
690
658
|
:param _Authentications: 授权信息
|
691
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
692
659
|
:type Authentications: list of Authentication
|
693
660
|
:param _Notifications: 通知信息
|
694
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
695
661
|
:type Notifications: list of Notification
|
696
662
|
:param _DesiredComputeNodeCount: 计算节点期望个数
|
697
663
|
:type DesiredComputeNodeCount: int
|
698
664
|
:param _Tags: 计算环境标签列表
|
699
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
700
665
|
:type Tags: list of Tag
|
701
666
|
"""
|
702
667
|
self._EnvId = None
|
@@ -725,7 +690,6 @@ class ComputeEnvCreateInfo(AbstractModel):
|
|
725
690
|
@property
|
726
691
|
def EnvName(self):
|
727
692
|
"""计算环境名称
|
728
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
729
693
|
:rtype: str
|
730
694
|
"""
|
731
695
|
return self._EnvName
|
@@ -737,7 +701,6 @@ class ComputeEnvCreateInfo(AbstractModel):
|
|
737
701
|
@property
|
738
702
|
def EnvDescription(self):
|
739
703
|
"""计算环境描述
|
740
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
741
704
|
:rtype: str
|
742
705
|
"""
|
743
706
|
return self._EnvDescription
|
@@ -771,7 +734,6 @@ class ComputeEnvCreateInfo(AbstractModel):
|
|
771
734
|
@property
|
772
735
|
def MountDataDisks(self):
|
773
736
|
"""数据盘挂载选项
|
774
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
775
737
|
:rtype: list of MountDataDisk
|
776
738
|
"""
|
777
739
|
return self._MountDataDisks
|
@@ -783,7 +745,6 @@ class ComputeEnvCreateInfo(AbstractModel):
|
|
783
745
|
@property
|
784
746
|
def InputMappings(self):
|
785
747
|
"""输入映射
|
786
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
787
748
|
:rtype: list of InputMapping
|
788
749
|
"""
|
789
750
|
return self._InputMappings
|
@@ -795,7 +756,6 @@ class ComputeEnvCreateInfo(AbstractModel):
|
|
795
756
|
@property
|
796
757
|
def Authentications(self):
|
797
758
|
"""授权信息
|
798
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
799
759
|
:rtype: list of Authentication
|
800
760
|
"""
|
801
761
|
return self._Authentications
|
@@ -807,7 +767,6 @@ class ComputeEnvCreateInfo(AbstractModel):
|
|
807
767
|
@property
|
808
768
|
def Notifications(self):
|
809
769
|
"""通知信息
|
810
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
811
770
|
:rtype: list of Notification
|
812
771
|
"""
|
813
772
|
return self._Notifications
|
@@ -830,7 +789,6 @@ class ComputeEnvCreateInfo(AbstractModel):
|
|
830
789
|
@property
|
831
790
|
def Tags(self):
|
832
791
|
"""计算环境标签列表
|
833
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
834
792
|
:rtype: list of Tag
|
835
793
|
"""
|
836
794
|
return self._Tags
|
@@ -2283,10 +2241,8 @@ class Dependence(AbstractModel):
|
|
2283
2241
|
def __init__(self):
|
2284
2242
|
r"""
|
2285
2243
|
:param _StartTask: 依赖关系的起点任务名称
|
2286
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2287
2244
|
:type StartTask: str
|
2288
2245
|
:param _EndTask: 依赖关系的终点任务名称
|
2289
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2290
2246
|
:type EndTask: str
|
2291
2247
|
"""
|
2292
2248
|
self._StartTask = None
|
@@ -2295,7 +2251,6 @@ class Dependence(AbstractModel):
|
|
2295
2251
|
@property
|
2296
2252
|
def StartTask(self):
|
2297
2253
|
"""依赖关系的起点任务名称
|
2298
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2299
2254
|
:rtype: str
|
2300
2255
|
"""
|
2301
2256
|
return self._StartTask
|
@@ -2307,7 +2262,6 @@ class Dependence(AbstractModel):
|
|
2307
2262
|
@property
|
2308
2263
|
def EndTask(self):
|
2309
2264
|
"""依赖关系的终点任务名称
|
2310
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2311
2265
|
:rtype: str
|
2312
2266
|
"""
|
2313
2267
|
return self._EndTask
|
@@ -2619,7 +2573,6 @@ class DescribeComputeEnvCreateInfoResponse(AbstractModel):
|
|
2619
2573
|
:param _EnvName: 计算环境名称
|
2620
2574
|
:type EnvName: str
|
2621
2575
|
:param _EnvDescription: 计算环境描述
|
2622
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2623
2576
|
:type EnvDescription: str
|
2624
2577
|
:param _EnvType: 计算环境类型,仅支持“MANAGED”类型
|
2625
2578
|
:type EnvType: str
|
@@ -2679,7 +2632,6 @@ class DescribeComputeEnvCreateInfoResponse(AbstractModel):
|
|
2679
2632
|
@property
|
2680
2633
|
def EnvDescription(self):
|
2681
2634
|
"""计算环境描述
|
2682
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2683
2635
|
:rtype: str
|
2684
2636
|
"""
|
2685
2637
|
return self._EnvDescription
|
@@ -3719,7 +3671,6 @@ class DescribeJobResponse(AbstractModel):
|
|
3719
3671
|
注意:此字段可能返回 null,表示取不到有效值。
|
3720
3672
|
:type Tags: list of Tag
|
3721
3673
|
:param _NextAction: 下一步动作
|
3722
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3723
3674
|
:type NextAction: str
|
3724
3675
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
3725
3676
|
:type RequestId: str
|
@@ -3887,7 +3838,6 @@ class DescribeJobResponse(AbstractModel):
|
|
3887
3838
|
@property
|
3888
3839
|
def NextAction(self):
|
3889
3840
|
"""下一步动作
|
3890
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3891
3841
|
:rtype: str
|
3892
3842
|
"""
|
3893
3843
|
return self._NextAction
|
@@ -4971,7 +4921,6 @@ class Docker(AbstractModel):
|
|
4971
4921
|
:param _DelayOnRetry: 拉取Docker镜像失败时延迟时间。单位:秒。
|
4972
4922
|
:type DelayOnRetry: int
|
4973
4923
|
:param _DockerRunOption: Docker命令运行参数。
|
4974
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4975
4924
|
:type DockerRunOption: str
|
4976
4925
|
"""
|
4977
4926
|
self._Image = None
|
@@ -5051,7 +5000,6 @@ class Docker(AbstractModel):
|
|
5051
5000
|
@property
|
5052
5001
|
def DockerRunOption(self):
|
5053
5002
|
"""Docker命令运行参数。
|
5054
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5055
5003
|
:rtype: str
|
5056
5004
|
"""
|
5057
5005
|
return self._DockerRunOption
|
@@ -5785,10 +5733,8 @@ class EnvVar(AbstractModel):
|
|
5785
5733
|
def __init__(self):
|
5786
5734
|
r"""
|
5787
5735
|
:param _Name: 环境变量名称
|
5788
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5789
5736
|
:type Name: str
|
5790
5737
|
:param _Value: 环境变量取值
|
5791
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5792
5738
|
:type Value: str
|
5793
5739
|
"""
|
5794
5740
|
self._Name = None
|
@@ -5797,7 +5743,6 @@ class EnvVar(AbstractModel):
|
|
5797
5743
|
@property
|
5798
5744
|
def Name(self):
|
5799
5745
|
"""环境变量名称
|
5800
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5801
5746
|
:rtype: str
|
5802
5747
|
"""
|
5803
5748
|
return self._Name
|
@@ -5809,7 +5754,6 @@ class EnvVar(AbstractModel):
|
|
5809
5754
|
@property
|
5810
5755
|
def Value(self):
|
5811
5756
|
"""环境变量取值
|
5812
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5813
5757
|
:rtype: str
|
5814
5758
|
"""
|
5815
5759
|
return self._Value
|
@@ -5896,10 +5840,8 @@ class EventVar(AbstractModel):
|
|
5896
5840
|
def __init__(self):
|
5897
5841
|
r"""
|
5898
5842
|
:param _Name: 自定义键
|
5899
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5900
5843
|
:type Name: str
|
5901
5844
|
:param _Value: 自定义值
|
5902
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5903
5845
|
:type Value: str
|
5904
5846
|
"""
|
5905
5847
|
self._Name = None
|
@@ -5908,7 +5850,6 @@ class EventVar(AbstractModel):
|
|
5908
5850
|
@property
|
5909
5851
|
def Name(self):
|
5910
5852
|
"""自定义键
|
5911
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5912
5853
|
:rtype: str
|
5913
5854
|
"""
|
5914
5855
|
return self._Name
|
@@ -5920,7 +5861,6 @@ class EventVar(AbstractModel):
|
|
5920
5861
|
@property
|
5921
5862
|
def Value(self):
|
5922
5863
|
"""自定义值
|
5923
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5924
5864
|
:rtype: str
|
5925
5865
|
"""
|
5926
5866
|
return self._Value
|
@@ -6081,13 +6021,10 @@ class InputMapping(AbstractModel):
|
|
6081
6021
|
def __init__(self):
|
6082
6022
|
r"""
|
6083
6023
|
:param _SourcePath: 源端路径
|
6084
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6085
6024
|
:type SourcePath: str
|
6086
6025
|
:param _DestinationPath: 目的端路径
|
6087
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6088
6026
|
:type DestinationPath: str
|
6089
6027
|
:param _MountOptionParameter: 挂载配置项参数
|
6090
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6091
6028
|
:type MountOptionParameter: str
|
6092
6029
|
"""
|
6093
6030
|
self._SourcePath = None
|
@@ -6097,7 +6034,6 @@ class InputMapping(AbstractModel):
|
|
6097
6034
|
@property
|
6098
6035
|
def SourcePath(self):
|
6099
6036
|
"""源端路径
|
6100
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6101
6037
|
:rtype: str
|
6102
6038
|
"""
|
6103
6039
|
return self._SourcePath
|
@@ -6109,7 +6045,6 @@ class InputMapping(AbstractModel):
|
|
6109
6045
|
@property
|
6110
6046
|
def DestinationPath(self):
|
6111
6047
|
"""目的端路径
|
6112
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6113
6048
|
:rtype: str
|
6114
6049
|
"""
|
6115
6050
|
return self._DestinationPath
|
@@ -6121,7 +6056,6 @@ class InputMapping(AbstractModel):
|
|
6121
6056
|
@property
|
6122
6057
|
def MountOptionParameter(self):
|
6123
6058
|
"""挂载配置项参数
|
6124
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6125
6059
|
:rtype: str
|
6126
6060
|
"""
|
6127
6061
|
return self._MountOptionParameter
|
@@ -7480,17 +7414,14 @@ class JobView(AbstractModel):
|
|
7480
7414
|
:param _Priority: 作业优先级
|
7481
7415
|
:type Priority: int
|
7482
7416
|
:param _Placement: 位置信息
|
7483
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7484
7417
|
:type Placement: :class:`tencentcloud.batch.v20170312.models.Placement`
|
7485
7418
|
:param _CreateTime: 创建时间
|
7486
7419
|
:type CreateTime: str
|
7487
7420
|
:param _EndTime: 结束时间
|
7488
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7489
7421
|
:type EndTime: str
|
7490
7422
|
:param _TaskMetrics: 任务统计指标
|
7491
7423
|
:type TaskMetrics: :class:`tencentcloud.batch.v20170312.models.TaskMetrics`
|
7492
7424
|
:param _Tags: 作业绑定的标签列表。
|
7493
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7494
7425
|
:type Tags: list of Tag
|
7495
7426
|
"""
|
7496
7427
|
self._JobId = None
|
@@ -7550,7 +7481,6 @@ class JobView(AbstractModel):
|
|
7550
7481
|
@property
|
7551
7482
|
def Placement(self):
|
7552
7483
|
"""位置信息
|
7553
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7554
7484
|
:rtype: :class:`tencentcloud.batch.v20170312.models.Placement`
|
7555
7485
|
"""
|
7556
7486
|
return self._Placement
|
@@ -7573,7 +7503,6 @@ class JobView(AbstractModel):
|
|
7573
7503
|
@property
|
7574
7504
|
def EndTime(self):
|
7575
7505
|
"""结束时间
|
7576
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7577
7506
|
:rtype: str
|
7578
7507
|
"""
|
7579
7508
|
return self._EndTime
|
@@ -7596,7 +7525,6 @@ class JobView(AbstractModel):
|
|
7596
7525
|
@property
|
7597
7526
|
def Tags(self):
|
7598
7527
|
"""作业绑定的标签列表。
|
7599
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7600
7528
|
:rtype: list of Tag
|
7601
7529
|
"""
|
7602
7530
|
return self._Tags
|
@@ -8044,10 +7972,8 @@ class MountDataDisk(AbstractModel):
|
|
8044
7972
|
def __init__(self):
|
8045
7973
|
r"""
|
8046
7974
|
:param _LocalPath: 挂载点,Linux系统合法路径,或Windows系统盘符,比如"H:\\"
|
8047
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8048
7975
|
:type LocalPath: str
|
8049
7976
|
:param _FileSystemType: 文件系统类型,Linux系统下支持"EXT3"和"EXT4"两种,默认"EXT3";Windows系统下仅支持"NTFS"
|
8050
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8051
7977
|
:type FileSystemType: str
|
8052
7978
|
"""
|
8053
7979
|
self._LocalPath = None
|
@@ -8056,7 +7982,6 @@ class MountDataDisk(AbstractModel):
|
|
8056
7982
|
@property
|
8057
7983
|
def LocalPath(self):
|
8058
7984
|
"""挂载点,Linux系统合法路径,或Windows系统盘符,比如"H:\\"
|
8059
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8060
7985
|
:rtype: str
|
8061
7986
|
"""
|
8062
7987
|
return self._LocalPath
|
@@ -8068,7 +7993,6 @@ class MountDataDisk(AbstractModel):
|
|
8068
7993
|
@property
|
8069
7994
|
def FileSystemType(self):
|
8070
7995
|
"""文件系统类型,Linux系统下支持"EXT3"和"EXT4"两种,默认"EXT3";Windows系统下仅支持"NTFS"
|
8071
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8072
7996
|
:rtype: str
|
8073
7997
|
"""
|
8074
7998
|
return self._FileSystemType
|
@@ -9036,16 +8960,12 @@ class RedirectInfo(AbstractModel):
|
|
9036
8960
|
def __init__(self):
|
9037
8961
|
r"""
|
9038
8962
|
:param _StdoutRedirectPath: 标准输出重定向路径;
|
9039
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9040
8963
|
:type StdoutRedirectPath: str
|
9041
8964
|
:param _StderrRedirectPath: 标准错误重定向路径
|
9042
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9043
8965
|
:type StderrRedirectPath: str
|
9044
8966
|
:param _StdoutRedirectFileName: 标准输出重定向文件名,支持三个占位符${BATCH_JOB_ID}、${BATCH_TASK_NAME}、${BATCH_TASK_INSTANCE_INDEX}
|
9045
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9046
8967
|
:type StdoutRedirectFileName: str
|
9047
8968
|
:param _StderrRedirectFileName: 标准错误重定向文件名,支持三个占位符${BATCH_JOB_ID}、${BATCH_TASK_NAME}、${BATCH_TASK_INSTANCE_INDEX}
|
9048
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9049
8969
|
:type StderrRedirectFileName: str
|
9050
8970
|
"""
|
9051
8971
|
self._StdoutRedirectPath = None
|
@@ -9056,7 +8976,6 @@ class RedirectInfo(AbstractModel):
|
|
9056
8976
|
@property
|
9057
8977
|
def StdoutRedirectPath(self):
|
9058
8978
|
"""标准输出重定向路径;
|
9059
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9060
8979
|
:rtype: str
|
9061
8980
|
"""
|
9062
8981
|
return self._StdoutRedirectPath
|
@@ -9068,7 +8987,6 @@ class RedirectInfo(AbstractModel):
|
|
9068
8987
|
@property
|
9069
8988
|
def StderrRedirectPath(self):
|
9070
8989
|
"""标准错误重定向路径
|
9071
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9072
8990
|
:rtype: str
|
9073
8991
|
"""
|
9074
8992
|
return self._StderrRedirectPath
|
@@ -9080,7 +8998,6 @@ class RedirectInfo(AbstractModel):
|
|
9080
8998
|
@property
|
9081
8999
|
def StdoutRedirectFileName(self):
|
9082
9000
|
"""标准输出重定向文件名,支持三个占位符${BATCH_JOB_ID}、${BATCH_TASK_NAME}、${BATCH_TASK_INSTANCE_INDEX}
|
9083
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9084
9001
|
:rtype: str
|
9085
9002
|
"""
|
9086
9003
|
return self._StdoutRedirectFileName
|
@@ -9092,7 +9009,6 @@ class RedirectInfo(AbstractModel):
|
|
9092
9009
|
@property
|
9093
9010
|
def StderrRedirectFileName(self):
|
9094
9011
|
"""标准错误重定向文件名,支持三个占位符${BATCH_JOB_ID}、${BATCH_TASK_NAME}、${BATCH_TASK_INSTANCE_INDEX}
|
9095
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9096
9012
|
:rtype: str
|
9097
9013
|
"""
|
9098
9014
|
return self._StderrRedirectFileName
|
@@ -9125,16 +9041,12 @@ class RedirectLocalInfo(AbstractModel):
|
|
9125
9041
|
def __init__(self):
|
9126
9042
|
r"""
|
9127
9043
|
:param _StdoutLocalPath: 标准输出重定向本地路径
|
9128
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9129
9044
|
:type StdoutLocalPath: str
|
9130
9045
|
:param _StderrLocalPath: 标准错误重定向本地路径
|
9131
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9132
9046
|
:type StderrLocalPath: str
|
9133
9047
|
:param _StdoutLocalFileName: 标准输出重定向本地文件名,支持三个占位符${BATCH_JOB_ID}、${BATCH_TASK_NAME}、${BATCH_TASK_INSTANCE_INDEX}
|
9134
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9135
9048
|
:type StdoutLocalFileName: str
|
9136
9049
|
:param _StderrLocalFileName: 标准错误重定向本地文件名,支持三个占位符${BATCH_JOB_ID}、${BATCH_TASK_NAME}、${BATCH_TASK_INSTANCE_INDEX}
|
9137
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9138
9050
|
:type StderrLocalFileName: str
|
9139
9051
|
"""
|
9140
9052
|
self._StdoutLocalPath = None
|
@@ -9145,7 +9057,6 @@ class RedirectLocalInfo(AbstractModel):
|
|
9145
9057
|
@property
|
9146
9058
|
def StdoutLocalPath(self):
|
9147
9059
|
"""标准输出重定向本地路径
|
9148
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9149
9060
|
:rtype: str
|
9150
9061
|
"""
|
9151
9062
|
return self._StdoutLocalPath
|
@@ -9157,7 +9068,6 @@ class RedirectLocalInfo(AbstractModel):
|
|
9157
9068
|
@property
|
9158
9069
|
def StderrLocalPath(self):
|
9159
9070
|
"""标准错误重定向本地路径
|
9160
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9161
9071
|
:rtype: str
|
9162
9072
|
"""
|
9163
9073
|
return self._StderrLocalPath
|
@@ -9169,7 +9079,6 @@ class RedirectLocalInfo(AbstractModel):
|
|
9169
9079
|
@property
|
9170
9080
|
def StdoutLocalFileName(self):
|
9171
9081
|
"""标准输出重定向本地文件名,支持三个占位符${BATCH_JOB_ID}、${BATCH_TASK_NAME}、${BATCH_TASK_INSTANCE_INDEX}
|
9172
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9173
9082
|
:rtype: str
|
9174
9083
|
"""
|
9175
9084
|
return self._StdoutLocalFileName
|
@@ -9181,7 +9090,6 @@ class RedirectLocalInfo(AbstractModel):
|
|
9181
9090
|
@property
|
9182
9091
|
def StderrLocalFileName(self):
|
9183
9092
|
"""标准错误重定向本地文件名,支持三个占位符${BATCH_JOB_ID}、${BATCH_TASK_NAME}、${BATCH_TASK_INSTANCE_INDEX}
|
9184
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9185
9093
|
:rtype: str
|
9186
9094
|
"""
|
9187
9095
|
return self._StderrLocalFileName
|
@@ -9736,10 +9644,8 @@ class Tag(AbstractModel):
|
|
9736
9644
|
def __init__(self):
|
9737
9645
|
r"""
|
9738
9646
|
:param _Key: 标签键。
|
9739
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9740
9647
|
:type Key: str
|
9741
9648
|
:param _Value: 标签值。
|
9742
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9743
9649
|
:type Value: str
|
9744
9650
|
"""
|
9745
9651
|
self._Key = None
|
@@ -9748,7 +9654,6 @@ class Tag(AbstractModel):
|
|
9748
9654
|
@property
|
9749
9655
|
def Key(self):
|
9750
9656
|
"""标签键。
|
9751
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9752
9657
|
:rtype: str
|
9753
9658
|
"""
|
9754
9659
|
return self._Key
|
@@ -9760,7 +9665,6 @@ class Tag(AbstractModel):
|
|
9760
9665
|
@property
|
9761
9666
|
def Value(self):
|
9762
9667
|
"""标签值。
|
9763
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9764
9668
|
:rtype: str
|
9765
9669
|
"""
|
9766
9670
|
return self._Value
|
@@ -10131,22 +10035,16 @@ class TaskInstanceLog(AbstractModel):
|
|
10131
10035
|
:param _TaskInstanceIndex: 任务实例
|
10132
10036
|
:type TaskInstanceIndex: int
|
10133
10037
|
:param _StdoutLog: 标准输出日志(Base64编码,解码后最大日志长度2048字节)
|
10134
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10135
10038
|
:type StdoutLog: str
|
10136
10039
|
:param _StderrLog: 标准错误日志(Base64编码,解码后最大日志长度2048字节)
|
10137
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10138
10040
|
:type StderrLog: str
|
10139
10041
|
:param _StdoutRedirectPath: 标准输出重定向路径
|
10140
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10141
10042
|
:type StdoutRedirectPath: str
|
10142
10043
|
:param _StderrRedirectPath: 标准错误重定向路径
|
10143
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10144
10044
|
:type StderrRedirectPath: str
|
10145
10045
|
:param _StdoutRedirectFileName: 标准输出重定向文件名
|
10146
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10147
10046
|
:type StdoutRedirectFileName: str
|
10148
10047
|
:param _StderrRedirectFileName: 标准错误重定向文件名
|
10149
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10150
10048
|
:type StderrRedirectFileName: str
|
10151
10049
|
"""
|
10152
10050
|
self._TaskInstanceIndex = None
|
@@ -10171,7 +10069,6 @@ class TaskInstanceLog(AbstractModel):
|
|
10171
10069
|
@property
|
10172
10070
|
def StdoutLog(self):
|
10173
10071
|
"""标准输出日志(Base64编码,解码后最大日志长度2048字节)
|
10174
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10175
10072
|
:rtype: str
|
10176
10073
|
"""
|
10177
10074
|
return self._StdoutLog
|
@@ -10183,7 +10080,6 @@ class TaskInstanceLog(AbstractModel):
|
|
10183
10080
|
@property
|
10184
10081
|
def StderrLog(self):
|
10185
10082
|
"""标准错误日志(Base64编码,解码后最大日志长度2048字节)
|
10186
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10187
10083
|
:rtype: str
|
10188
10084
|
"""
|
10189
10085
|
return self._StderrLog
|
@@ -10195,7 +10091,6 @@ class TaskInstanceLog(AbstractModel):
|
|
10195
10091
|
@property
|
10196
10092
|
def StdoutRedirectPath(self):
|
10197
10093
|
"""标准输出重定向路径
|
10198
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10199
10094
|
:rtype: str
|
10200
10095
|
"""
|
10201
10096
|
return self._StdoutRedirectPath
|
@@ -10207,7 +10102,6 @@ class TaskInstanceLog(AbstractModel):
|
|
10207
10102
|
@property
|
10208
10103
|
def StderrRedirectPath(self):
|
10209
10104
|
"""标准错误重定向路径
|
10210
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10211
10105
|
:rtype: str
|
10212
10106
|
"""
|
10213
10107
|
return self._StderrRedirectPath
|
@@ -10219,7 +10113,6 @@ class TaskInstanceLog(AbstractModel):
|
|
10219
10113
|
@property
|
10220
10114
|
def StdoutRedirectFileName(self):
|
10221
10115
|
"""标准输出重定向文件名
|
10222
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10223
10116
|
:rtype: str
|
10224
10117
|
"""
|
10225
10118
|
return self._StdoutRedirectFileName
|
@@ -10231,7 +10124,6 @@ class TaskInstanceLog(AbstractModel):
|
|
10231
10124
|
@property
|
10232
10125
|
def StderrRedirectFileName(self):
|
10233
10126
|
"""标准错误重定向文件名
|
10234
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10235
10127
|
:rtype: str
|
10236
10128
|
"""
|
10237
10129
|
return self._StderrRedirectFileName
|
@@ -10267,28 +10159,20 @@ class TaskInstanceMetrics(AbstractModel):
|
|
10267
10159
|
def __init__(self):
|
10268
10160
|
r"""
|
10269
10161
|
:param _SubmittedCount: Submitted个数
|
10270
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10271
10162
|
:type SubmittedCount: int
|
10272
10163
|
:param _PendingCount: Pending个数
|
10273
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10274
10164
|
:type PendingCount: int
|
10275
10165
|
:param _RunnableCount: Runnable个数
|
10276
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10277
10166
|
:type RunnableCount: int
|
10278
10167
|
:param _StartingCount: Starting个数
|
10279
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10280
10168
|
:type StartingCount: int
|
10281
10169
|
:param _RunningCount: Running个数
|
10282
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10283
10170
|
:type RunningCount: int
|
10284
10171
|
:param _SucceedCount: Succeed个数
|
10285
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10286
10172
|
:type SucceedCount: int
|
10287
10173
|
:param _FailedInterruptedCount: FailedInterrupted个数
|
10288
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10289
10174
|
:type FailedInterruptedCount: int
|
10290
10175
|
:param _FailedCount: Failed个数
|
10291
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10292
10176
|
:type FailedCount: int
|
10293
10177
|
"""
|
10294
10178
|
self._SubmittedCount = None
|
@@ -10303,7 +10187,6 @@ class TaskInstanceMetrics(AbstractModel):
|
|
10303
10187
|
@property
|
10304
10188
|
def SubmittedCount(self):
|
10305
10189
|
"""Submitted个数
|
10306
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10307
10190
|
:rtype: int
|
10308
10191
|
"""
|
10309
10192
|
return self._SubmittedCount
|
@@ -10315,7 +10198,6 @@ class TaskInstanceMetrics(AbstractModel):
|
|
10315
10198
|
@property
|
10316
10199
|
def PendingCount(self):
|
10317
10200
|
"""Pending个数
|
10318
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10319
10201
|
:rtype: int
|
10320
10202
|
"""
|
10321
10203
|
return self._PendingCount
|
@@ -10327,7 +10209,6 @@ class TaskInstanceMetrics(AbstractModel):
|
|
10327
10209
|
@property
|
10328
10210
|
def RunnableCount(self):
|
10329
10211
|
"""Runnable个数
|
10330
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10331
10212
|
:rtype: int
|
10332
10213
|
"""
|
10333
10214
|
return self._RunnableCount
|
@@ -10339,7 +10220,6 @@ class TaskInstanceMetrics(AbstractModel):
|
|
10339
10220
|
@property
|
10340
10221
|
def StartingCount(self):
|
10341
10222
|
"""Starting个数
|
10342
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10343
10223
|
:rtype: int
|
10344
10224
|
"""
|
10345
10225
|
return self._StartingCount
|
@@ -10351,7 +10231,6 @@ class TaskInstanceMetrics(AbstractModel):
|
|
10351
10231
|
@property
|
10352
10232
|
def RunningCount(self):
|
10353
10233
|
"""Running个数
|
10354
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10355
10234
|
:rtype: int
|
10356
10235
|
"""
|
10357
10236
|
return self._RunningCount
|
@@ -10363,7 +10242,6 @@ class TaskInstanceMetrics(AbstractModel):
|
|
10363
10242
|
@property
|
10364
10243
|
def SucceedCount(self):
|
10365
10244
|
"""Succeed个数
|
10366
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10367
10245
|
:rtype: int
|
10368
10246
|
"""
|
10369
10247
|
return self._SucceedCount
|
@@ -10375,7 +10253,6 @@ class TaskInstanceMetrics(AbstractModel):
|
|
10375
10253
|
@property
|
10376
10254
|
def FailedInterruptedCount(self):
|
10377
10255
|
"""FailedInterrupted个数
|
10378
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10379
10256
|
:rtype: int
|
10380
10257
|
"""
|
10381
10258
|
return self._FailedInterruptedCount
|
@@ -10387,7 +10264,6 @@ class TaskInstanceMetrics(AbstractModel):
|
|
10387
10264
|
@property
|
10388
10265
|
def FailedCount(self):
|
10389
10266
|
"""Failed个数
|
10390
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10391
10267
|
:rtype: int
|
10392
10268
|
"""
|
10393
10269
|
return self._FailedCount
|
@@ -10428,23 +10304,18 @@ class TaskInstanceView(AbstractModel):
|
|
10428
10304
|
:param _TaskInstanceState: 任务实例状态
|
10429
10305
|
:type TaskInstanceState: str
|
10430
10306
|
:param _ExitCode: 应用程序执行结束的exit code
|
10431
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10432
10307
|
:type ExitCode: int
|
10433
10308
|
:param _StateReason: 任务实例状态原因,任务实例失败时,会记录失败原因
|
10434
10309
|
:type StateReason: str
|
10435
10310
|
:param _ComputeNodeInstanceId: 任务实例运行时所在计算节点(例如CVM)的InstanceId。任务实例未运行或者完结时,本字段为空。任务实例重试时,本字段会随之变化
|
10436
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10437
10311
|
:type ComputeNodeInstanceId: str
|
10438
10312
|
:param _CreateTime: 创建时间
|
10439
10313
|
:type CreateTime: str
|
10440
10314
|
:param _LaunchTime: 启动时间
|
10441
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10442
10315
|
:type LaunchTime: str
|
10443
10316
|
:param _RunningTime: 开始运行时间
|
10444
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10445
10317
|
:type RunningTime: str
|
10446
10318
|
:param _EndTime: 结束时间
|
10447
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10448
10319
|
:type EndTime: str
|
10449
10320
|
:param _RedirectInfo: 重定向信息
|
10450
10321
|
:type RedirectInfo: :class:`tencentcloud.batch.v20170312.models.RedirectInfo`
|
@@ -10488,7 +10359,6 @@ class TaskInstanceView(AbstractModel):
|
|
10488
10359
|
@property
|
10489
10360
|
def ExitCode(self):
|
10490
10361
|
"""应用程序执行结束的exit code
|
10491
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10492
10362
|
:rtype: int
|
10493
10363
|
"""
|
10494
10364
|
return self._ExitCode
|
@@ -10511,7 +10381,6 @@ class TaskInstanceView(AbstractModel):
|
|
10511
10381
|
@property
|
10512
10382
|
def ComputeNodeInstanceId(self):
|
10513
10383
|
"""任务实例运行时所在计算节点(例如CVM)的InstanceId。任务实例未运行或者完结时,本字段为空。任务实例重试时,本字段会随之变化
|
10514
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10515
10384
|
:rtype: str
|
10516
10385
|
"""
|
10517
10386
|
return self._ComputeNodeInstanceId
|
@@ -10534,7 +10403,6 @@ class TaskInstanceView(AbstractModel):
|
|
10534
10403
|
@property
|
10535
10404
|
def LaunchTime(self):
|
10536
10405
|
"""启动时间
|
10537
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10538
10406
|
:rtype: str
|
10539
10407
|
"""
|
10540
10408
|
return self._LaunchTime
|
@@ -10546,7 +10414,6 @@ class TaskInstanceView(AbstractModel):
|
|
10546
10414
|
@property
|
10547
10415
|
def RunningTime(self):
|
10548
10416
|
"""开始运行时间
|
10549
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10550
10417
|
:rtype: str
|
10551
10418
|
"""
|
10552
10419
|
return self._RunningTime
|
@@ -10558,7 +10425,6 @@ class TaskInstanceView(AbstractModel):
|
|
10558
10425
|
@property
|
10559
10426
|
def EndTime(self):
|
10560
10427
|
"""结束时间
|
10561
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10562
10428
|
:rtype: str
|
10563
10429
|
"""
|
10564
10430
|
return self._EndTime
|
@@ -10622,28 +10488,20 @@ class TaskMetrics(AbstractModel):
|
|
10622
10488
|
def __init__(self):
|
10623
10489
|
r"""
|
10624
10490
|
:param _SubmittedCount: Submitted个数
|
10625
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10626
10491
|
:type SubmittedCount: int
|
10627
10492
|
:param _PendingCount: Pending个数
|
10628
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10629
10493
|
:type PendingCount: int
|
10630
10494
|
:param _RunnableCount: Runnable个数
|
10631
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10632
10495
|
:type RunnableCount: int
|
10633
10496
|
:param _StartingCount: Starting个数
|
10634
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10635
10497
|
:type StartingCount: int
|
10636
10498
|
:param _RunningCount: Running个数
|
10637
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10638
10499
|
:type RunningCount: int
|
10639
10500
|
:param _SucceedCount: Succeed个数
|
10640
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10641
10501
|
:type SucceedCount: int
|
10642
10502
|
:param _FailedInterruptedCount: FailedInterrupted个数
|
10643
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10644
10503
|
:type FailedInterruptedCount: int
|
10645
10504
|
:param _FailedCount: Failed个数
|
10646
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10647
10505
|
:type FailedCount: int
|
10648
10506
|
"""
|
10649
10507
|
self._SubmittedCount = None
|
@@ -10658,7 +10516,6 @@ class TaskMetrics(AbstractModel):
|
|
10658
10516
|
@property
|
10659
10517
|
def SubmittedCount(self):
|
10660
10518
|
"""Submitted个数
|
10661
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10662
10519
|
:rtype: int
|
10663
10520
|
"""
|
10664
10521
|
return self._SubmittedCount
|
@@ -10670,7 +10527,6 @@ class TaskMetrics(AbstractModel):
|
|
10670
10527
|
@property
|
10671
10528
|
def PendingCount(self):
|
10672
10529
|
"""Pending个数
|
10673
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10674
10530
|
:rtype: int
|
10675
10531
|
"""
|
10676
10532
|
return self._PendingCount
|
@@ -10682,7 +10538,6 @@ class TaskMetrics(AbstractModel):
|
|
10682
10538
|
@property
|
10683
10539
|
def RunnableCount(self):
|
10684
10540
|
"""Runnable个数
|
10685
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10686
10541
|
:rtype: int
|
10687
10542
|
"""
|
10688
10543
|
return self._RunnableCount
|
@@ -10694,7 +10549,6 @@ class TaskMetrics(AbstractModel):
|
|
10694
10549
|
@property
|
10695
10550
|
def StartingCount(self):
|
10696
10551
|
"""Starting个数
|
10697
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10698
10552
|
:rtype: int
|
10699
10553
|
"""
|
10700
10554
|
return self._StartingCount
|
@@ -10706,7 +10560,6 @@ class TaskMetrics(AbstractModel):
|
|
10706
10560
|
@property
|
10707
10561
|
def RunningCount(self):
|
10708
10562
|
"""Running个数
|
10709
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10710
10563
|
:rtype: int
|
10711
10564
|
"""
|
10712
10565
|
return self._RunningCount
|
@@ -10718,7 +10571,6 @@ class TaskMetrics(AbstractModel):
|
|
10718
10571
|
@property
|
10719
10572
|
def SucceedCount(self):
|
10720
10573
|
"""Succeed个数
|
10721
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10722
10574
|
:rtype: int
|
10723
10575
|
"""
|
10724
10576
|
return self._SucceedCount
|
@@ -10730,7 +10582,6 @@ class TaskMetrics(AbstractModel):
|
|
10730
10582
|
@property
|
10731
10583
|
def FailedInterruptedCount(self):
|
10732
10584
|
"""FailedInterrupted个数
|
10733
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10734
10585
|
:rtype: int
|
10735
10586
|
"""
|
10736
10587
|
return self._FailedInterruptedCount
|
@@ -10742,7 +10593,6 @@ class TaskMetrics(AbstractModel):
|
|
10742
10593
|
@property
|
10743
10594
|
def FailedCount(self):
|
10744
10595
|
"""Failed个数
|
10745
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10746
10596
|
:rtype: int
|
10747
10597
|
"""
|
10748
10598
|
return self._FailedCount
|