tencentcloud-sdk-python 3.0.1265__py2.py3-none-any.whl → 3.0.1267__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/apm/v20210622/models.py +128 -0
- tencentcloud/asr/v20190614/models.py +2 -2
- tencentcloud/autoscaling/v20180419/models.py +65 -6
- tencentcloud/batch/v20170312/models.py +20 -2
- tencentcloud/cat/v20180409/models.py +20 -0
- tencentcloud/cbs/v20170312/models.py +124 -70
- tencentcloud/ccc/v20200210/models.py +125 -0
- tencentcloud/cdb/v20170320/cdb_client.py +2 -2
- tencentcloud/cdb/v20170320/errorcodes.py +1 -1
- tencentcloud/cdb/v20170320/models.py +17 -6
- tencentcloud/cdc/v20201214/models.py +2 -54
- tencentcloud/cdz/v20221123/models.py +75 -1
- tencentcloud/ckafka/v20190819/models.py +67 -22
- tencentcloud/clb/v20180317/clb_client.py +1 -1
- tencentcloud/clb/v20180317/models.py +54 -20
- tencentcloud/cloudstudio/v20230508/models.py +0 -18
- tencentcloud/cls/v20201016/models.py +91 -0
- tencentcloud/cvm/v20170312/models.py +99 -22
- tencentcloud/cwp/v20180228/cwp_client.py +0 -25
- tencentcloud/cwp/v20180228/models.py +0 -197
- tencentcloud/dasb/v20191018/models.py +150 -0
- tencentcloud/emr/v20190103/emr_client.py +9 -9
- tencentcloud/emr/v20190103/models.py +325 -1
- tencentcloud/es/v20180416/errorcodes.py +3 -0
- tencentcloud/es/v20180416/models.py +30 -0
- tencentcloud/ess/v20201111/ess_client.py +22 -30
- tencentcloud/ess/v20201111/models.py +59 -14
- tencentcloud/essbasic/v20210526/essbasic_client.py +34 -8
- tencentcloud/essbasic/v20210526/models.py +77 -28
- tencentcloud/faceid/v20180301/models.py +983 -539
- tencentcloud/gme/v20180711/errorcodes.py +9 -0
- tencentcloud/gme/v20180711/models.py +17 -2
- tencentcloud/hai/v20230812/models.py +2 -2
- tencentcloud/hunyuan/v20230901/models.py +30 -0
- tencentcloud/iai/v20180301/models.py +40 -26
- tencentcloud/iai/v20200303/models.py +760 -546
- tencentcloud/iotexplorer/v20190423/errorcodes.py +1 -1
- tencentcloud/iotexplorer/v20190423/models.py +8 -8
- tencentcloud/iotvideo/v20191126/models.py +4 -4
- tencentcloud/lke/v20231130/models.py +12 -12
- tencentcloud/monitor/v20180724/models.py +17 -0
- tencentcloud/mrs/v20200910/models.py +27 -8
- tencentcloud/ms/v20180408/ms_client.py +3 -1
- tencentcloud/ocr/v20181119/models.py +519 -14
- tencentcloud/ocr/v20181119/ocr_client.py +49 -2
- tencentcloud/omics/v20221128/models.py +100 -232
- tencentcloud/partners/v20180321/models.py +2 -92
- tencentcloud/rce/v20201103/errorcodes.py +132 -0
- tencentcloud/rce/v20201103/models.py +261 -0
- tencentcloud/rce/v20201103/rce_client.py +23 -0
- tencentcloud/redis/v20180412/models.py +2 -6
- tencentcloud/rum/v20210622/models.py +15 -0
- tencentcloud/scf/v20180416/models.py +2 -2
- tencentcloud/ssl/v20191205/models.py +2 -2
- tencentcloud/tdmq/v20200217/models.py +40 -10
- tencentcloud/tds/v20220801/models.py +4 -4
- tencentcloud/thpc/v20230321/models.py +2 -2
- tencentcloud/tke/v20180525/models.py +2 -4
- tencentcloud/tmt/v20180321/models.py +60 -5
- tencentcloud/trro/v20220325/models.py +0 -30
- tencentcloud/trtc/v20190722/models.py +97 -2
- tencentcloud/vclm/v20240523/models.py +170 -100
- tencentcloud/vclm/v20240523/vclm_client.py +52 -52
- tencentcloud/vod/v20180717/models.py +114 -2
- tencentcloud/vod/v20180717/vod_client.py +1 -1
- tencentcloud/vod/v20240718/models.py +15 -15
- tencentcloud/vpc/v20170312/errorcodes.py +3 -0
- tencentcloud/vpc/v20170312/models.py +167 -10
- tencentcloud/vpc/v20170312/vpc_client.py +7 -2
- tencentcloud/waf/v20180125/models.py +618 -0
- tencentcloud/waf/v20180125/waf_client.py +69 -0
- tencentcloud/wedata/v20210820/models.py +18 -18
- {tencentcloud_sdk_python-3.0.1265.dist-info → tencentcloud_sdk_python-3.0.1267.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1265.dist-info → tencentcloud_sdk_python-3.0.1267.dist-info}/RECORD +78 -78
- {tencentcloud_sdk_python-3.0.1265.dist-info → tencentcloud_sdk_python-3.0.1267.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1265.dist-info → tencentcloud_sdk_python-3.0.1267.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1265.dist-info → tencentcloud_sdk_python-3.0.1267.dist-info}/top_level.txt +0 -0
@@ -26,35 +26,27 @@ class ApplicationVersion(AbstractModel):
|
|
26
26
|
def __init__(self):
|
27
27
|
r"""
|
28
28
|
:param _Type: 版本类型。
|
29
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30
29
|
:type Type: str
|
31
30
|
:param _ApplicationVersionId: 版本ID。
|
32
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
33
31
|
:type ApplicationVersionId: str
|
34
32
|
:param _Name: 发布名称。
|
35
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
36
33
|
:type Name: str
|
37
34
|
:param _Description: 发布描述。
|
38
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
39
35
|
:type Description: str
|
40
36
|
:param _Entrypoint: 入口文件。
|
41
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
42
37
|
:type Entrypoint: str
|
43
38
|
:param _CreateTime: 创建时间。
|
44
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
45
39
|
:type CreateTime: str
|
46
40
|
:param _CreatorName: 创建者名称。
|
47
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
48
41
|
:type CreatorName: str
|
49
42
|
:param _CreatorId: 创建者ID。
|
50
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
51
43
|
:type CreatorId: str
|
52
44
|
:param _GitInfo: Git信息。
|
53
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
54
45
|
:type GitInfo: str
|
55
46
|
:param _GitSource: Git信息。
|
56
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
57
47
|
:type GitSource: :class:`tencentcloud.omics.v20221128.models.GitInfo`
|
48
|
+
:param _CosSource: COS信息。
|
49
|
+
:type CosSource: :class:`tencentcloud.omics.v20221128.models.CosFileInfo`
|
58
50
|
"""
|
59
51
|
self._Type = None
|
60
52
|
self._ApplicationVersionId = None
|
@@ -66,11 +58,11 @@ class ApplicationVersion(AbstractModel):
|
|
66
58
|
self._CreatorId = None
|
67
59
|
self._GitInfo = None
|
68
60
|
self._GitSource = None
|
61
|
+
self._CosSource = None
|
69
62
|
|
70
63
|
@property
|
71
64
|
def Type(self):
|
72
65
|
"""版本类型。
|
73
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
74
66
|
:rtype: str
|
75
67
|
"""
|
76
68
|
return self._Type
|
@@ -82,7 +74,6 @@ class ApplicationVersion(AbstractModel):
|
|
82
74
|
@property
|
83
75
|
def ApplicationVersionId(self):
|
84
76
|
"""版本ID。
|
85
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
86
77
|
:rtype: str
|
87
78
|
"""
|
88
79
|
return self._ApplicationVersionId
|
@@ -94,7 +85,6 @@ class ApplicationVersion(AbstractModel):
|
|
94
85
|
@property
|
95
86
|
def Name(self):
|
96
87
|
"""发布名称。
|
97
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
98
88
|
:rtype: str
|
99
89
|
"""
|
100
90
|
return self._Name
|
@@ -106,7 +96,6 @@ class ApplicationVersion(AbstractModel):
|
|
106
96
|
@property
|
107
97
|
def Description(self):
|
108
98
|
"""发布描述。
|
109
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
110
99
|
:rtype: str
|
111
100
|
"""
|
112
101
|
return self._Description
|
@@ -118,7 +107,6 @@ class ApplicationVersion(AbstractModel):
|
|
118
107
|
@property
|
119
108
|
def Entrypoint(self):
|
120
109
|
"""入口文件。
|
121
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
122
110
|
:rtype: str
|
123
111
|
"""
|
124
112
|
return self._Entrypoint
|
@@ -130,7 +118,6 @@ class ApplicationVersion(AbstractModel):
|
|
130
118
|
@property
|
131
119
|
def CreateTime(self):
|
132
120
|
"""创建时间。
|
133
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
134
121
|
:rtype: str
|
135
122
|
"""
|
136
123
|
return self._CreateTime
|
@@ -142,7 +129,6 @@ class ApplicationVersion(AbstractModel):
|
|
142
129
|
@property
|
143
130
|
def CreatorName(self):
|
144
131
|
"""创建者名称。
|
145
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
146
132
|
:rtype: str
|
147
133
|
"""
|
148
134
|
return self._CreatorName
|
@@ -154,7 +140,6 @@ class ApplicationVersion(AbstractModel):
|
|
154
140
|
@property
|
155
141
|
def CreatorId(self):
|
156
142
|
"""创建者ID。
|
157
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
158
143
|
:rtype: str
|
159
144
|
"""
|
160
145
|
return self._CreatorId
|
@@ -168,7 +153,6 @@ class ApplicationVersion(AbstractModel):
|
|
168
153
|
warnings.warn("parameter `GitInfo` is deprecated", DeprecationWarning)
|
169
154
|
|
170
155
|
"""Git信息。
|
171
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
172
156
|
:rtype: str
|
173
157
|
"""
|
174
158
|
return self._GitInfo
|
@@ -182,7 +166,6 @@ class ApplicationVersion(AbstractModel):
|
|
182
166
|
@property
|
183
167
|
def GitSource(self):
|
184
168
|
"""Git信息。
|
185
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
186
169
|
:rtype: :class:`tencentcloud.omics.v20221128.models.GitInfo`
|
187
170
|
"""
|
188
171
|
return self._GitSource
|
@@ -191,6 +174,17 @@ class ApplicationVersion(AbstractModel):
|
|
191
174
|
def GitSource(self, GitSource):
|
192
175
|
self._GitSource = GitSource
|
193
176
|
|
177
|
+
@property
|
178
|
+
def CosSource(self):
|
179
|
+
"""COS信息。
|
180
|
+
:rtype: :class:`tencentcloud.omics.v20221128.models.CosFileInfo`
|
181
|
+
"""
|
182
|
+
return self._CosSource
|
183
|
+
|
184
|
+
@CosSource.setter
|
185
|
+
def CosSource(self, CosSource):
|
186
|
+
self._CosSource = CosSource
|
187
|
+
|
194
188
|
|
195
189
|
def _deserialize(self, params):
|
196
190
|
self._Type = params.get("Type")
|
@@ -205,6 +199,9 @@ class ApplicationVersion(AbstractModel):
|
|
205
199
|
if params.get("GitSource") is not None:
|
206
200
|
self._GitSource = GitInfo()
|
207
201
|
self._GitSource._deserialize(params.get("GitSource"))
|
202
|
+
if params.get("CosSource") is not None:
|
203
|
+
self._CosSource = CosFileInfo()
|
204
|
+
self._CosSource._deserialize(params.get("CosSource"))
|
208
205
|
memeber_set = set(params.keys())
|
209
206
|
for name, value in vars(self).items():
|
210
207
|
property_name = name[1:]
|
@@ -274,13 +271,10 @@ class CacheInfo(AbstractModel):
|
|
274
271
|
def __init__(self):
|
275
272
|
r"""
|
276
273
|
:param _CacheClearDelay: 缓存清理时间(小时)。
|
277
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
278
274
|
:type CacheClearDelay: int
|
279
275
|
:param _CacheClearTime: 缓存清理计划时间。
|
280
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
281
276
|
:type CacheClearTime: str
|
282
277
|
:param _CacheCleared: 缓存是否已被清理。
|
283
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
284
278
|
:type CacheCleared: bool
|
285
279
|
"""
|
286
280
|
self._CacheClearDelay = None
|
@@ -290,7 +284,6 @@ class CacheInfo(AbstractModel):
|
|
290
284
|
@property
|
291
285
|
def CacheClearDelay(self):
|
292
286
|
"""缓存清理时间(小时)。
|
293
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
294
287
|
:rtype: int
|
295
288
|
"""
|
296
289
|
return self._CacheClearDelay
|
@@ -302,7 +295,6 @@ class CacheInfo(AbstractModel):
|
|
302
295
|
@property
|
303
296
|
def CacheClearTime(self):
|
304
297
|
"""缓存清理计划时间。
|
305
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
306
298
|
:rtype: str
|
307
299
|
"""
|
308
300
|
return self._CacheClearTime
|
@@ -314,7 +306,6 @@ class CacheInfo(AbstractModel):
|
|
314
306
|
@property
|
315
307
|
def CacheCleared(self):
|
316
308
|
"""缓存是否已被清理。
|
317
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
318
309
|
:rtype: bool
|
319
310
|
"""
|
320
311
|
return self._CacheCleared
|
@@ -440,6 +431,72 @@ class ClusterOption(AbstractModel):
|
|
440
431
|
|
441
432
|
|
442
433
|
|
434
|
+
class CosFileInfo(AbstractModel):
|
435
|
+
"""COS 文件信息
|
436
|
+
|
437
|
+
"""
|
438
|
+
|
439
|
+
def __init__(self):
|
440
|
+
r"""
|
441
|
+
:param _Bucket: 存储桶。
|
442
|
+
:type Bucket: str
|
443
|
+
:param _Uri: COS文件地址。
|
444
|
+
:type Uri: str
|
445
|
+
:param _Region: 地域。
|
446
|
+
:type Region: str
|
447
|
+
"""
|
448
|
+
self._Bucket = None
|
449
|
+
self._Uri = None
|
450
|
+
self._Region = None
|
451
|
+
|
452
|
+
@property
|
453
|
+
def Bucket(self):
|
454
|
+
"""存储桶。
|
455
|
+
:rtype: str
|
456
|
+
"""
|
457
|
+
return self._Bucket
|
458
|
+
|
459
|
+
@Bucket.setter
|
460
|
+
def Bucket(self, Bucket):
|
461
|
+
self._Bucket = Bucket
|
462
|
+
|
463
|
+
@property
|
464
|
+
def Uri(self):
|
465
|
+
"""COS文件地址。
|
466
|
+
:rtype: str
|
467
|
+
"""
|
468
|
+
return self._Uri
|
469
|
+
|
470
|
+
@Uri.setter
|
471
|
+
def Uri(self, Uri):
|
472
|
+
self._Uri = Uri
|
473
|
+
|
474
|
+
@property
|
475
|
+
def Region(self):
|
476
|
+
"""地域。
|
477
|
+
:rtype: str
|
478
|
+
"""
|
479
|
+
return self._Region
|
480
|
+
|
481
|
+
@Region.setter
|
482
|
+
def Region(self, Region):
|
483
|
+
self._Region = Region
|
484
|
+
|
485
|
+
|
486
|
+
def _deserialize(self, params):
|
487
|
+
self._Bucket = params.get("Bucket")
|
488
|
+
self._Uri = params.get("Uri")
|
489
|
+
self._Region = params.get("Region")
|
490
|
+
memeber_set = set(params.keys())
|
491
|
+
for name, value in vars(self).items():
|
492
|
+
property_name = name[1:]
|
493
|
+
if property_name in memeber_set:
|
494
|
+
memeber_set.remove(property_name)
|
495
|
+
if len(memeber_set) > 0:
|
496
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
497
|
+
|
498
|
+
|
499
|
+
|
443
500
|
class CreateEnvironmentRequest(AbstractModel):
|
444
501
|
"""CreateEnvironment请求参数结构体
|
445
502
|
|
@@ -712,7 +769,6 @@ class CreateVolumeResponse(AbstractModel):
|
|
712
769
|
def __init__(self):
|
713
770
|
r"""
|
714
771
|
:param _VolumeId: 缓存卷ID。
|
715
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
716
772
|
:type VolumeId: str
|
717
773
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
718
774
|
:type RequestId: str
|
@@ -723,7 +779,6 @@ class CreateVolumeResponse(AbstractModel):
|
|
723
779
|
@property
|
724
780
|
def VolumeId(self):
|
725
781
|
"""缓存卷ID。
|
726
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
727
782
|
:rtype: str
|
728
783
|
"""
|
729
784
|
return self._VolumeId
|
@@ -873,7 +928,7 @@ class DeleteVolumeDataRequest(AbstractModel):
|
|
873
928
|
r"""
|
874
929
|
:param _VolumeId: 缓存卷ID。
|
875
930
|
:type VolumeId: str
|
876
|
-
:param _Path:
|
931
|
+
:param _Path: 需要删除的路径。
|
877
932
|
:type Path: str
|
878
933
|
"""
|
879
934
|
self._VolumeId = None
|
@@ -892,7 +947,7 @@ class DeleteVolumeDataRequest(AbstractModel):
|
|
892
947
|
|
893
948
|
@property
|
894
949
|
def Path(self):
|
895
|
-
"""
|
950
|
+
"""需要删除的路径。
|
896
951
|
:rtype: str
|
897
952
|
"""
|
898
953
|
return self._Path
|
@@ -1888,10 +1943,8 @@ class DescribeVolumesResponse(AbstractModel):
|
|
1888
1943
|
def __init__(self):
|
1889
1944
|
r"""
|
1890
1945
|
:param _Volumes: 缓存卷。
|
1891
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1892
1946
|
:type Volumes: list of Volume
|
1893
1947
|
:param _TotalCount: 符合条件的数量。
|
1894
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1895
1948
|
:type TotalCount: int
|
1896
1949
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1897
1950
|
:type RequestId: str
|
@@ -1903,7 +1956,6 @@ class DescribeVolumesResponse(AbstractModel):
|
|
1903
1956
|
@property
|
1904
1957
|
def Volumes(self):
|
1905
1958
|
"""缓存卷。
|
1906
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1907
1959
|
:rtype: list of Volume
|
1908
1960
|
"""
|
1909
1961
|
return self._Volumes
|
@@ -1915,7 +1967,6 @@ class DescribeVolumesResponse(AbstractModel):
|
|
1915
1967
|
@property
|
1916
1968
|
def TotalCount(self):
|
1917
1969
|
"""符合条件的数量。
|
1918
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1919
1970
|
:rtype: int
|
1920
1971
|
"""
|
1921
1972
|
return self._TotalCount
|
@@ -1985,10 +2036,8 @@ class Environment(AbstractModel):
|
|
1985
2036
|
:param _ResourceIds: 云资源ID。
|
1986
2037
|
:type ResourceIds: :class:`tencentcloud.omics.v20221128.models.ResourceIds`
|
1987
2038
|
:param _LastWorkflowUuid: 上个工作流UUID。
|
1988
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1989
2039
|
:type LastWorkflowUuid: str
|
1990
2040
|
:param _CreationTime: 创建时间。
|
1991
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1992
2041
|
:type CreationTime: str
|
1993
2042
|
"""
|
1994
2043
|
self._EnvironmentId = None
|
@@ -2137,7 +2186,6 @@ class Environment(AbstractModel):
|
|
2137
2186
|
@property
|
2138
2187
|
def LastWorkflowUuid(self):
|
2139
2188
|
"""上个工作流UUID。
|
2140
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2141
2189
|
:rtype: str
|
2142
2190
|
"""
|
2143
2191
|
return self._LastWorkflowUuid
|
@@ -2149,7 +2197,6 @@ class Environment(AbstractModel):
|
|
2149
2197
|
@property
|
2150
2198
|
def CreationTime(self):
|
2151
2199
|
"""创建时间。
|
2152
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2153
2200
|
:rtype: str
|
2154
2201
|
"""
|
2155
2202
|
return self._CreationTime
|
@@ -2316,13 +2363,10 @@ class ExecutionTime(AbstractModel):
|
|
2316
2363
|
def __init__(self):
|
2317
2364
|
r"""
|
2318
2365
|
:param _SubmitTime: 提交时间。
|
2319
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2320
2366
|
:type SubmitTime: str
|
2321
2367
|
:param _StartTime: 开始时间。
|
2322
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2323
2368
|
:type StartTime: str
|
2324
2369
|
:param _EndTime: 结束时间。
|
2325
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2326
2370
|
:type EndTime: str
|
2327
2371
|
"""
|
2328
2372
|
self._SubmitTime = None
|
@@ -2332,7 +2376,6 @@ class ExecutionTime(AbstractModel):
|
|
2332
2376
|
@property
|
2333
2377
|
def SubmitTime(self):
|
2334
2378
|
"""提交时间。
|
2335
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2336
2379
|
:rtype: str
|
2337
2380
|
"""
|
2338
2381
|
return self._SubmitTime
|
@@ -2344,7 +2387,6 @@ class ExecutionTime(AbstractModel):
|
|
2344
2387
|
@property
|
2345
2388
|
def StartTime(self):
|
2346
2389
|
"""开始时间。
|
2347
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2348
2390
|
:rtype: str
|
2349
2391
|
"""
|
2350
2392
|
return self._StartTime
|
@@ -2356,7 +2398,6 @@ class ExecutionTime(AbstractModel):
|
|
2356
2398
|
@property
|
2357
2399
|
def EndTime(self):
|
2358
2400
|
"""结束时间。
|
2359
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2360
2401
|
:rtype: str
|
2361
2402
|
"""
|
2362
2403
|
return self._EndTime
|
@@ -2680,7 +2721,6 @@ class GetRunMetadataFileResponse(AbstractModel):
|
|
2680
2721
|
:param _CosSignedUrl: 文件预签名链接,一分钟内有效。
|
2681
2722
|
:type CosSignedUrl: str
|
2682
2723
|
:param _CosSignedUrls: 批量文件预签名链接,一分钟内有效。
|
2683
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2684
2724
|
:type CosSignedUrls: list of str
|
2685
2725
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2686
2726
|
:type RequestId: str
|
@@ -2703,7 +2743,6 @@ class GetRunMetadataFileResponse(AbstractModel):
|
|
2703
2743
|
@property
|
2704
2744
|
def CosSignedUrls(self):
|
2705
2745
|
"""批量文件预签名链接,一分钟内有效。
|
2706
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2707
2746
|
:rtype: list of str
|
2708
2747
|
"""
|
2709
2748
|
return self._CosSignedUrls
|
@@ -2836,19 +2875,14 @@ class GitInfo(AbstractModel):
|
|
2836
2875
|
def __init__(self):
|
2837
2876
|
r"""
|
2838
2877
|
:param _GitHttpPath: Git地址。
|
2839
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2840
2878
|
:type GitHttpPath: str
|
2841
2879
|
:param _GitUserName: Git用户名。
|
2842
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2843
2880
|
:type GitUserName: str
|
2844
2881
|
:param _GitTokenOrPassword: Git密码或者Token。
|
2845
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2846
2882
|
:type GitTokenOrPassword: str
|
2847
2883
|
:param _Branch: 分支。
|
2848
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2849
2884
|
:type Branch: str
|
2850
2885
|
:param _Tag: 标签。
|
2851
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2852
2886
|
:type Tag: str
|
2853
2887
|
"""
|
2854
2888
|
self._GitHttpPath = None
|
@@ -2860,7 +2894,6 @@ class GitInfo(AbstractModel):
|
|
2860
2894
|
@property
|
2861
2895
|
def GitHttpPath(self):
|
2862
2896
|
"""Git地址。
|
2863
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2864
2897
|
:rtype: str
|
2865
2898
|
"""
|
2866
2899
|
return self._GitHttpPath
|
@@ -2872,7 +2905,6 @@ class GitInfo(AbstractModel):
|
|
2872
2905
|
@property
|
2873
2906
|
def GitUserName(self):
|
2874
2907
|
"""Git用户名。
|
2875
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2876
2908
|
:rtype: str
|
2877
2909
|
"""
|
2878
2910
|
return self._GitUserName
|
@@ -2884,7 +2916,6 @@ class GitInfo(AbstractModel):
|
|
2884
2916
|
@property
|
2885
2917
|
def GitTokenOrPassword(self):
|
2886
2918
|
"""Git密码或者Token。
|
2887
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2888
2919
|
:rtype: str
|
2889
2920
|
"""
|
2890
2921
|
return self._GitTokenOrPassword
|
@@ -2896,7 +2927,6 @@ class GitInfo(AbstractModel):
|
|
2896
2927
|
@property
|
2897
2928
|
def Branch(self):
|
2898
2929
|
"""分支。
|
2899
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2900
2930
|
:rtype: str
|
2901
2931
|
"""
|
2902
2932
|
return self._Branch
|
@@ -2908,7 +2938,6 @@ class GitInfo(AbstractModel):
|
|
2908
2938
|
@property
|
2909
2939
|
def Tag(self):
|
2910
2940
|
"""标签。
|
2911
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2912
2941
|
:rtype: str
|
2913
2942
|
"""
|
2914
2943
|
return self._Tag
|
@@ -3081,10 +3110,8 @@ class LimitRange(AbstractModel):
|
|
3081
3110
|
def __init__(self):
|
3082
3111
|
r"""
|
3083
3112
|
:param _MaxCPU: 最大CPU设置
|
3084
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3085
3113
|
:type MaxCPU: str
|
3086
3114
|
:param _MaxMemory: 最大内存设置(单位:Mi,Gi,Ti,M,G,T)
|
3087
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3088
3115
|
:type MaxMemory: str
|
3089
3116
|
"""
|
3090
3117
|
self._MaxCPU = None
|
@@ -3093,7 +3120,6 @@ class LimitRange(AbstractModel):
|
|
3093
3120
|
@property
|
3094
3121
|
def MaxCPU(self):
|
3095
3122
|
"""最大CPU设置
|
3096
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3097
3123
|
:rtype: str
|
3098
3124
|
"""
|
3099
3125
|
return self._MaxCPU
|
@@ -3105,7 +3131,6 @@ class LimitRange(AbstractModel):
|
|
3105
3131
|
@property
|
3106
3132
|
def MaxMemory(self):
|
3107
3133
|
"""最大内存设置(单位:Mi,Gi,Ti,M,G,T)
|
3108
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3109
3134
|
:rtype: str
|
3110
3135
|
"""
|
3111
3136
|
return self._MaxMemory
|
@@ -3230,24 +3255,18 @@ class NFOption(AbstractModel):
|
|
3230
3255
|
def __init__(self):
|
3231
3256
|
r"""
|
3232
3257
|
:param _Config: Config。
|
3233
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3234
3258
|
:type Config: str
|
3235
3259
|
:param _Profile: Profile。
|
3236
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3237
3260
|
:type Profile: str
|
3238
3261
|
:param _Report: Report。
|
3239
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3240
3262
|
:type Report: bool
|
3241
3263
|
:param _Resume: Resume。
|
3242
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3243
3264
|
:type Resume: bool
|
3244
3265
|
:param _NFVersion: Nextflow引擎版本,取值范围:
|
3245
3266
|
- 22.10.7
|
3246
3267
|
- 23.10.1
|
3247
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3248
3268
|
:type NFVersion: str
|
3249
3269
|
:param _LaunchDir: 启动路径。可填写指定缓存卷内的绝对路径,nextflow run 命令将在此路径执行。当WorkDir为COS路径时必填;当WorkDir为缓存卷路径时选填,不填默认使用WorkDir作为LaunchDir。
|
3250
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3251
3270
|
:type LaunchDir: str
|
3252
3271
|
"""
|
3253
3272
|
self._Config = None
|
@@ -3260,7 +3279,6 @@ class NFOption(AbstractModel):
|
|
3260
3279
|
@property
|
3261
3280
|
def Config(self):
|
3262
3281
|
"""Config。
|
3263
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3264
3282
|
:rtype: str
|
3265
3283
|
"""
|
3266
3284
|
return self._Config
|
@@ -3272,7 +3290,6 @@ class NFOption(AbstractModel):
|
|
3272
3290
|
@property
|
3273
3291
|
def Profile(self):
|
3274
3292
|
"""Profile。
|
3275
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3276
3293
|
:rtype: str
|
3277
3294
|
"""
|
3278
3295
|
return self._Profile
|
@@ -3284,7 +3301,6 @@ class NFOption(AbstractModel):
|
|
3284
3301
|
@property
|
3285
3302
|
def Report(self):
|
3286
3303
|
"""Report。
|
3287
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3288
3304
|
:rtype: bool
|
3289
3305
|
"""
|
3290
3306
|
return self._Report
|
@@ -3296,7 +3312,6 @@ class NFOption(AbstractModel):
|
|
3296
3312
|
@property
|
3297
3313
|
def Resume(self):
|
3298
3314
|
"""Resume。
|
3299
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3300
3315
|
:rtype: bool
|
3301
3316
|
"""
|
3302
3317
|
return self._Resume
|
@@ -3310,7 +3325,6 @@ class NFOption(AbstractModel):
|
|
3310
3325
|
"""Nextflow引擎版本,取值范围:
|
3311
3326
|
- 22.10.7
|
3312
3327
|
- 23.10.1
|
3313
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3314
3328
|
:rtype: str
|
3315
3329
|
"""
|
3316
3330
|
return self._NFVersion
|
@@ -3322,7 +3336,6 @@ class NFOption(AbstractModel):
|
|
3322
3336
|
@property
|
3323
3337
|
def LaunchDir(self):
|
3324
3338
|
"""启动路径。可填写指定缓存卷内的绝对路径,nextflow run 命令将在此路径执行。当WorkDir为COS路径时必填;当WorkDir为缓存卷路径时选填,不填默认使用WorkDir作为LaunchDir。
|
3325
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3326
3339
|
:rtype: str
|
3327
3340
|
"""
|
3328
3341
|
return self._LaunchDir
|
@@ -3357,32 +3370,24 @@ class ResourceIds(AbstractModel):
|
|
3357
3370
|
def __init__(self):
|
3358
3371
|
r"""
|
3359
3372
|
:param _VPCId: 私有网络ID。
|
3360
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3361
3373
|
:type VPCId: str
|
3362
3374
|
:param _SubnetId: 子网ID。
|
3363
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3364
3375
|
:type SubnetId: str
|
3365
3376
|
:param _SecurityGroupId: 安全组ID。
|
3366
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3367
3377
|
:type SecurityGroupId: str
|
3368
3378
|
:param _TDSQLCId: TDSQL-C Mysql版数据库ID。
|
3369
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3370
3379
|
:type TDSQLCId: str
|
3371
3380
|
:param _CFSId: 文件存储ID。
|
3372
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3373
3381
|
:type CFSId: str
|
3374
3382
|
:param _CFSStorageType: 文件存储类型:取值范围:
|
3375
3383
|
- SD:通用标准型
|
3376
3384
|
- HP:通用性能型
|
3377
3385
|
- TB:turbo标准型
|
3378
3386
|
- TP:turbo性能型
|
3379
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3380
3387
|
:type CFSStorageType: str
|
3381
3388
|
:param _CVMId: 云服务器ID。
|
3382
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3383
3389
|
:type CVMId: str
|
3384
3390
|
:param _EKSId: 弹性容器集群ID。
|
3385
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3386
3391
|
:type EKSId: str
|
3387
3392
|
"""
|
3388
3393
|
self._VPCId = None
|
@@ -3397,7 +3402,6 @@ class ResourceIds(AbstractModel):
|
|
3397
3402
|
@property
|
3398
3403
|
def VPCId(self):
|
3399
3404
|
"""私有网络ID。
|
3400
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3401
3405
|
:rtype: str
|
3402
3406
|
"""
|
3403
3407
|
return self._VPCId
|
@@ -3409,7 +3413,6 @@ class ResourceIds(AbstractModel):
|
|
3409
3413
|
@property
|
3410
3414
|
def SubnetId(self):
|
3411
3415
|
"""子网ID。
|
3412
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3413
3416
|
:rtype: str
|
3414
3417
|
"""
|
3415
3418
|
return self._SubnetId
|
@@ -3421,7 +3424,6 @@ class ResourceIds(AbstractModel):
|
|
3421
3424
|
@property
|
3422
3425
|
def SecurityGroupId(self):
|
3423
3426
|
"""安全组ID。
|
3424
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3425
3427
|
:rtype: str
|
3426
3428
|
"""
|
3427
3429
|
return self._SecurityGroupId
|
@@ -3433,7 +3435,6 @@ class ResourceIds(AbstractModel):
|
|
3433
3435
|
@property
|
3434
3436
|
def TDSQLCId(self):
|
3435
3437
|
"""TDSQL-C Mysql版数据库ID。
|
3436
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3437
3438
|
:rtype: str
|
3438
3439
|
"""
|
3439
3440
|
return self._TDSQLCId
|
@@ -3445,7 +3446,6 @@ class ResourceIds(AbstractModel):
|
|
3445
3446
|
@property
|
3446
3447
|
def CFSId(self):
|
3447
3448
|
"""文件存储ID。
|
3448
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3449
3449
|
:rtype: str
|
3450
3450
|
"""
|
3451
3451
|
return self._CFSId
|
@@ -3461,7 +3461,6 @@ class ResourceIds(AbstractModel):
|
|
3461
3461
|
- HP:通用性能型
|
3462
3462
|
- TB:turbo标准型
|
3463
3463
|
- TP:turbo性能型
|
3464
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3465
3464
|
:rtype: str
|
3466
3465
|
"""
|
3467
3466
|
return self._CFSStorageType
|
@@ -3473,7 +3472,6 @@ class ResourceIds(AbstractModel):
|
|
3473
3472
|
@property
|
3474
3473
|
def CVMId(self):
|
3475
3474
|
"""云服务器ID。
|
3476
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3477
3475
|
:rtype: str
|
3478
3476
|
"""
|
3479
3477
|
return self._CVMId
|
@@ -3485,7 +3483,6 @@ class ResourceIds(AbstractModel):
|
|
3485
3483
|
@property
|
3486
3484
|
def EKSId(self):
|
3487
3485
|
"""弹性容器集群ID。
|
3488
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3489
3486
|
:rtype: str
|
3490
3487
|
"""
|
3491
3488
|
return self._EKSId
|
@@ -3522,13 +3519,10 @@ class ResourceQuota(AbstractModel):
|
|
3522
3519
|
def __init__(self):
|
3523
3520
|
r"""
|
3524
3521
|
:param _CPULimit: CPU Limit设置。
|
3525
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3526
3522
|
:type CPULimit: str
|
3527
3523
|
:param _MemoryLimit: 内存Limit设置(单位:Mi,Gi,Ti,M,G,T)
|
3528
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3529
3524
|
:type MemoryLimit: str
|
3530
3525
|
:param _Pods: Pods数量设置
|
3531
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3532
3526
|
:type Pods: str
|
3533
3527
|
"""
|
3534
3528
|
self._CPULimit = None
|
@@ -3538,7 +3532,6 @@ class ResourceQuota(AbstractModel):
|
|
3538
3532
|
@property
|
3539
3533
|
def CPULimit(self):
|
3540
3534
|
"""CPU Limit设置。
|
3541
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3542
3535
|
:rtype: str
|
3543
3536
|
"""
|
3544
3537
|
return self._CPULimit
|
@@ -3550,7 +3543,6 @@ class ResourceQuota(AbstractModel):
|
|
3550
3543
|
@property
|
3551
3544
|
def MemoryLimit(self):
|
3552
3545
|
"""内存Limit设置(单位:Mi,Gi,Ti,M,G,T)
|
3553
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3554
3546
|
:rtype: str
|
3555
3547
|
"""
|
3556
3548
|
return self._MemoryLimit
|
@@ -3562,7 +3554,6 @@ class ResourceQuota(AbstractModel):
|
|
3562
3554
|
@property
|
3563
3555
|
def Pods(self):
|
3564
3556
|
"""Pods数量设置
|
3565
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3566
3557
|
:rtype: str
|
3567
3558
|
"""
|
3568
3559
|
return self._Pods
|
@@ -3694,7 +3685,6 @@ class RetryRunsResponse(AbstractModel):
|
|
3694
3685
|
def __init__(self):
|
3695
3686
|
r"""
|
3696
3687
|
:param _RunGroupId: 新的任务批次ID。
|
3697
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3698
3688
|
:type RunGroupId: str
|
3699
3689
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
3700
3690
|
:type RequestId: str
|
@@ -3705,7 +3695,6 @@ class RetryRunsResponse(AbstractModel):
|
|
3705
3695
|
@property
|
3706
3696
|
def RunGroupId(self):
|
3707
3697
|
"""新的任务批次ID。
|
3708
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3709
3698
|
:rtype: str
|
3710
3699
|
"""
|
3711
3700
|
return self._RunGroupId
|
@@ -3749,13 +3738,10 @@ class Run(AbstractModel):
|
|
3749
3738
|
:param _EnvironmentId: 环境ID。
|
3750
3739
|
:type EnvironmentId: str
|
3751
3740
|
:param _UserDefinedId: 用户定义ID,单例运行为空。
|
3752
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3753
3741
|
:type UserDefinedId: str
|
3754
3742
|
:param _TableId: 表格ID,单例运行为空。
|
3755
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3756
3743
|
:type TableId: str
|
3757
3744
|
:param _TableRowUuid: 表格行UUID,单例运行为空。
|
3758
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3759
3745
|
:type TableRowUuid: str
|
3760
3746
|
:param _Status: 任务状态。
|
3761
3747
|
:type Status: str
|
@@ -3766,7 +3752,6 @@ class Run(AbstractModel):
|
|
3766
3752
|
:param _ExecutionTime: 执行时间。
|
3767
3753
|
:type ExecutionTime: :class:`tencentcloud.omics.v20221128.models.ExecutionTime`
|
3768
3754
|
:param _Cache: 缓存信息。
|
3769
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3770
3755
|
:type Cache: :class:`tencentcloud.omics.v20221128.models.CacheInfo`
|
3771
3756
|
:param _ErrorMessage: 错误信息。
|
3772
3757
|
:type ErrorMessage: str
|
@@ -3850,7 +3835,6 @@ class Run(AbstractModel):
|
|
3850
3835
|
@property
|
3851
3836
|
def UserDefinedId(self):
|
3852
3837
|
"""用户定义ID,单例运行为空。
|
3853
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3854
3838
|
:rtype: str
|
3855
3839
|
"""
|
3856
3840
|
return self._UserDefinedId
|
@@ -3862,7 +3846,6 @@ class Run(AbstractModel):
|
|
3862
3846
|
@property
|
3863
3847
|
def TableId(self):
|
3864
3848
|
"""表格ID,单例运行为空。
|
3865
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3866
3849
|
:rtype: str
|
3867
3850
|
"""
|
3868
3851
|
return self._TableId
|
@@ -3874,7 +3857,6 @@ class Run(AbstractModel):
|
|
3874
3857
|
@property
|
3875
3858
|
def TableRowUuid(self):
|
3876
3859
|
"""表格行UUID,单例运行为空。
|
3877
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3878
3860
|
:rtype: str
|
3879
3861
|
"""
|
3880
3862
|
return self._TableRowUuid
|
@@ -3934,7 +3916,6 @@ class Run(AbstractModel):
|
|
3934
3916
|
@property
|
3935
3917
|
def Cache(self):
|
3936
3918
|
"""缓存信息。
|
3937
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3938
3919
|
:rtype: :class:`tencentcloud.omics.v20221128.models.CacheInfo`
|
3939
3920
|
"""
|
3940
3921
|
return self._Cache
|
@@ -4342,19 +4323,16 @@ class RunGroup(AbstractModel):
|
|
4342
4323
|
:param _ApplicationType: 应用类型。
|
4343
4324
|
:type ApplicationType: str
|
4344
4325
|
:param _ApplicationVersion: 应用版本。
|
4345
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4346
4326
|
:type ApplicationVersion: :class:`tencentcloud.omics.v20221128.models.ApplicationVersion`
|
4347
4327
|
:param _AccessMode: 应用访问类型:
|
4348
4328
|
- PRIVATE 私有应用
|
4349
4329
|
- PUBLIC 公共应用
|
4350
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4351
4330
|
:type AccessMode: str
|
4352
4331
|
:param _EnvironmentId: 环境ID。
|
4353
4332
|
:type EnvironmentId: str
|
4354
4333
|
:param _EnvironmentName: 环境名称。
|
4355
4334
|
:type EnvironmentName: str
|
4356
4335
|
:param _TableId: 表格ID,单例运行为空。
|
4357
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4358
4336
|
:type TableId: str
|
4359
4337
|
:param _Name: 任务名称。
|
4360
4338
|
:type Name: str
|
@@ -4365,10 +4343,8 @@ class RunGroup(AbstractModel):
|
|
4365
4343
|
:param _Type: 任务批次类型 :
|
4366
4344
|
- WDL
|
4367
4345
|
- NEXTFLOW
|
4368
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4369
4346
|
:type Type: str
|
4370
4347
|
:param _WorkDir: 工作目录。
|
4371
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4372
4348
|
:type WorkDir: str
|
4373
4349
|
:param _Input: 任务输入。
|
4374
4350
|
:type Input: str
|
@@ -4376,21 +4352,16 @@ class RunGroup(AbstractModel):
|
|
4376
4352
|
- JSON: 导入JSON
|
4377
4353
|
- MANUAL: 手动输入
|
4378
4354
|
- COS: COS文件
|
4379
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4380
4355
|
:type InputType: str
|
4381
4356
|
:param _InputCosUri: 输入COS地址。
|
4382
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4383
4357
|
:type InputCosUri: str
|
4384
4358
|
:param _InputTemplateId: 输入模版ID。
|
4385
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4386
4359
|
:type InputTemplateId: str
|
4387
4360
|
:param _Option: WDL运行选项。
|
4388
4361
|
:type Option: :class:`tencentcloud.omics.v20221128.models.RunOption`
|
4389
4362
|
:param _NFOption: Nextflow运行选项。
|
4390
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4391
4363
|
:type NFOption: :class:`tencentcloud.omics.v20221128.models.NFOption`
|
4392
4364
|
:param _Volumes: 使用的缓存卷。
|
4393
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4394
4365
|
:type Volumes: list of VolumeInfo
|
4395
4366
|
:param _TotalRun: 任务总数量。
|
4396
4367
|
:type TotalRun: int
|
@@ -4401,17 +4372,14 @@ class RunGroup(AbstractModel):
|
|
4401
4372
|
:param _ErrorMessage: 错误信息。
|
4402
4373
|
:type ErrorMessage: str
|
4403
4374
|
:param _ResultNotify: 运行结果通知方式。
|
4404
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4405
4375
|
:type ResultNotify: str
|
4406
4376
|
:param _CreateTime: 创建时间。
|
4407
4377
|
:type CreateTime: str
|
4408
4378
|
:param _UpdateTime: 更新时间。
|
4409
4379
|
:type UpdateTime: str
|
4410
4380
|
:param _Creator: 创建者。
|
4411
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4412
4381
|
:type Creator: str
|
4413
4382
|
:param _CreatorId: 创建者ID。
|
4414
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4415
4383
|
:type CreatorId: str
|
4416
4384
|
"""
|
4417
4385
|
self._RunGroupId = None
|
@@ -4516,7 +4484,6 @@ class RunGroup(AbstractModel):
|
|
4516
4484
|
@property
|
4517
4485
|
def ApplicationVersion(self):
|
4518
4486
|
"""应用版本。
|
4519
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4520
4487
|
:rtype: :class:`tencentcloud.omics.v20221128.models.ApplicationVersion`
|
4521
4488
|
"""
|
4522
4489
|
return self._ApplicationVersion
|
@@ -4530,7 +4497,6 @@ class RunGroup(AbstractModel):
|
|
4530
4497
|
"""应用访问类型:
|
4531
4498
|
- PRIVATE 私有应用
|
4532
4499
|
- PUBLIC 公共应用
|
4533
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4534
4500
|
:rtype: str
|
4535
4501
|
"""
|
4536
4502
|
return self._AccessMode
|
@@ -4564,7 +4530,6 @@ class RunGroup(AbstractModel):
|
|
4564
4530
|
@property
|
4565
4531
|
def TableId(self):
|
4566
4532
|
"""表格ID,单例运行为空。
|
4567
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4568
4533
|
:rtype: str
|
4569
4534
|
"""
|
4570
4535
|
return self._TableId
|
@@ -4611,7 +4576,6 @@ class RunGroup(AbstractModel):
|
|
4611
4576
|
"""任务批次类型 :
|
4612
4577
|
- WDL
|
4613
4578
|
- NEXTFLOW
|
4614
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4615
4579
|
:rtype: str
|
4616
4580
|
"""
|
4617
4581
|
return self._Type
|
@@ -4623,7 +4587,6 @@ class RunGroup(AbstractModel):
|
|
4623
4587
|
@property
|
4624
4588
|
def WorkDir(self):
|
4625
4589
|
"""工作目录。
|
4626
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4627
4590
|
:rtype: str
|
4628
4591
|
"""
|
4629
4592
|
return self._WorkDir
|
@@ -4649,7 +4612,6 @@ class RunGroup(AbstractModel):
|
|
4649
4612
|
- JSON: 导入JSON
|
4650
4613
|
- MANUAL: 手动输入
|
4651
4614
|
- COS: COS文件
|
4652
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4653
4615
|
:rtype: str
|
4654
4616
|
"""
|
4655
4617
|
return self._InputType
|
@@ -4661,7 +4623,6 @@ class RunGroup(AbstractModel):
|
|
4661
4623
|
@property
|
4662
4624
|
def InputCosUri(self):
|
4663
4625
|
"""输入COS地址。
|
4664
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4665
4626
|
:rtype: str
|
4666
4627
|
"""
|
4667
4628
|
return self._InputCosUri
|
@@ -4673,7 +4634,6 @@ class RunGroup(AbstractModel):
|
|
4673
4634
|
@property
|
4674
4635
|
def InputTemplateId(self):
|
4675
4636
|
"""输入模版ID。
|
4676
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4677
4637
|
:rtype: str
|
4678
4638
|
"""
|
4679
4639
|
return self._InputTemplateId
|
@@ -4696,7 +4656,6 @@ class RunGroup(AbstractModel):
|
|
4696
4656
|
@property
|
4697
4657
|
def NFOption(self):
|
4698
4658
|
"""Nextflow运行选项。
|
4699
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4700
4659
|
:rtype: :class:`tencentcloud.omics.v20221128.models.NFOption`
|
4701
4660
|
"""
|
4702
4661
|
return self._NFOption
|
@@ -4708,7 +4667,6 @@ class RunGroup(AbstractModel):
|
|
4708
4667
|
@property
|
4709
4668
|
def Volumes(self):
|
4710
4669
|
"""使用的缓存卷。
|
4711
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4712
4670
|
:rtype: list of VolumeInfo
|
4713
4671
|
"""
|
4714
4672
|
return self._Volumes
|
@@ -4764,7 +4722,6 @@ class RunGroup(AbstractModel):
|
|
4764
4722
|
@property
|
4765
4723
|
def ResultNotify(self):
|
4766
4724
|
"""运行结果通知方式。
|
4767
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4768
4725
|
:rtype: str
|
4769
4726
|
"""
|
4770
4727
|
return self._ResultNotify
|
@@ -4798,7 +4755,6 @@ class RunGroup(AbstractModel):
|
|
4798
4755
|
@property
|
4799
4756
|
def Creator(self):
|
4800
4757
|
"""创建者。
|
4801
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4802
4758
|
:rtype: str
|
4803
4759
|
"""
|
4804
4760
|
return self._Creator
|
@@ -4810,7 +4766,6 @@ class RunGroup(AbstractModel):
|
|
4810
4766
|
@property
|
4811
4767
|
def CreatorId(self):
|
4812
4768
|
"""创建者ID。
|
4813
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4814
4769
|
:rtype: str
|
4815
4770
|
"""
|
4816
4771
|
return self._CreatorId
|
@@ -4889,70 +4844,48 @@ class RunMetadata(AbstractModel):
|
|
4889
4844
|
def __init__(self):
|
4890
4845
|
r"""
|
4891
4846
|
:param _RunType: 任务类型。
|
4892
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4893
4847
|
:type RunType: str
|
4894
4848
|
:param _RunId: 任务ID。
|
4895
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4896
4849
|
:type RunId: str
|
4897
4850
|
:param _ParentId: 父层ID。
|
4898
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4899
4851
|
:type ParentId: str
|
4900
4852
|
:param _JobId: 作业ID。
|
4901
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4902
4853
|
:type JobId: str
|
4903
4854
|
:param _CallName: 作业名称。
|
4904
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4905
4855
|
:type CallName: str
|
4906
4856
|
:param _ScatterIndex: Scatter索引。
|
4907
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4908
4857
|
:type ScatterIndex: str
|
4909
4858
|
:param _Input: 输入。
|
4910
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4911
4859
|
:type Input: str
|
4912
4860
|
:param _Output: 输出。
|
4913
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4914
4861
|
:type Output: str
|
4915
4862
|
:param _Status: 状态
|
4916
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4917
4863
|
:type Status: str
|
4918
4864
|
:param _ErrorMessage: 错误信息。
|
4919
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4920
4865
|
:type ErrorMessage: str
|
4921
4866
|
:param _StartTime: 开始时间
|
4922
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4923
4867
|
:type StartTime: str
|
4924
4868
|
:param _SubmitTime: 提交时间。
|
4925
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4926
4869
|
:type SubmitTime: str
|
4927
4870
|
:param _EndTime: 结束时间。
|
4928
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4929
4871
|
:type EndTime: str
|
4930
4872
|
:param _Command: 命令行。
|
4931
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4932
4873
|
:type Command: str
|
4933
4874
|
:param _Runtime: 运行时。
|
4934
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4935
4875
|
:type Runtime: str
|
4936
4876
|
:param _Preprocess: 预处理。
|
4937
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4938
4877
|
:type Preprocess: bool
|
4939
4878
|
:param _PostProcess: 后处理。
|
4940
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4941
4879
|
:type PostProcess: bool
|
4942
4880
|
:param _CallCached: Cache命中
|
4943
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4944
4881
|
:type CallCached: bool
|
4945
4882
|
:param _WorkDir: 工作目录。
|
4946
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4947
4883
|
:type WorkDir: str
|
4948
4884
|
:param _Stdout: 标准输出。
|
4949
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4950
4885
|
:type Stdout: str
|
4951
4886
|
:param _Stderr: 错误输出。
|
4952
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4953
4887
|
:type Stderr: str
|
4954
4888
|
:param _Meta: 其他信息。
|
4955
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4956
4889
|
:type Meta: str
|
4957
4890
|
"""
|
4958
4891
|
self._RunType = None
|
@@ -4981,7 +4914,6 @@ class RunMetadata(AbstractModel):
|
|
4981
4914
|
@property
|
4982
4915
|
def RunType(self):
|
4983
4916
|
"""任务类型。
|
4984
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4985
4917
|
:rtype: str
|
4986
4918
|
"""
|
4987
4919
|
return self._RunType
|
@@ -4993,7 +4925,6 @@ class RunMetadata(AbstractModel):
|
|
4993
4925
|
@property
|
4994
4926
|
def RunId(self):
|
4995
4927
|
"""任务ID。
|
4996
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4997
4928
|
:rtype: str
|
4998
4929
|
"""
|
4999
4930
|
return self._RunId
|
@@ -5005,7 +4936,6 @@ class RunMetadata(AbstractModel):
|
|
5005
4936
|
@property
|
5006
4937
|
def ParentId(self):
|
5007
4938
|
"""父层ID。
|
5008
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5009
4939
|
:rtype: str
|
5010
4940
|
"""
|
5011
4941
|
return self._ParentId
|
@@ -5017,7 +4947,6 @@ class RunMetadata(AbstractModel):
|
|
5017
4947
|
@property
|
5018
4948
|
def JobId(self):
|
5019
4949
|
"""作业ID。
|
5020
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5021
4950
|
:rtype: str
|
5022
4951
|
"""
|
5023
4952
|
return self._JobId
|
@@ -5029,7 +4958,6 @@ class RunMetadata(AbstractModel):
|
|
5029
4958
|
@property
|
5030
4959
|
def CallName(self):
|
5031
4960
|
"""作业名称。
|
5032
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5033
4961
|
:rtype: str
|
5034
4962
|
"""
|
5035
4963
|
return self._CallName
|
@@ -5041,7 +4969,6 @@ class RunMetadata(AbstractModel):
|
|
5041
4969
|
@property
|
5042
4970
|
def ScatterIndex(self):
|
5043
4971
|
"""Scatter索引。
|
5044
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5045
4972
|
:rtype: str
|
5046
4973
|
"""
|
5047
4974
|
return self._ScatterIndex
|
@@ -5053,7 +4980,6 @@ class RunMetadata(AbstractModel):
|
|
5053
4980
|
@property
|
5054
4981
|
def Input(self):
|
5055
4982
|
"""输入。
|
5056
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5057
4983
|
:rtype: str
|
5058
4984
|
"""
|
5059
4985
|
return self._Input
|
@@ -5065,7 +4991,6 @@ class RunMetadata(AbstractModel):
|
|
5065
4991
|
@property
|
5066
4992
|
def Output(self):
|
5067
4993
|
"""输出。
|
5068
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5069
4994
|
:rtype: str
|
5070
4995
|
"""
|
5071
4996
|
return self._Output
|
@@ -5077,7 +5002,6 @@ class RunMetadata(AbstractModel):
|
|
5077
5002
|
@property
|
5078
5003
|
def Status(self):
|
5079
5004
|
"""状态
|
5080
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5081
5005
|
:rtype: str
|
5082
5006
|
"""
|
5083
5007
|
return self._Status
|
@@ -5089,7 +5013,6 @@ class RunMetadata(AbstractModel):
|
|
5089
5013
|
@property
|
5090
5014
|
def ErrorMessage(self):
|
5091
5015
|
"""错误信息。
|
5092
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5093
5016
|
:rtype: str
|
5094
5017
|
"""
|
5095
5018
|
return self._ErrorMessage
|
@@ -5101,7 +5024,6 @@ class RunMetadata(AbstractModel):
|
|
5101
5024
|
@property
|
5102
5025
|
def StartTime(self):
|
5103
5026
|
"""开始时间
|
5104
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5105
5027
|
:rtype: str
|
5106
5028
|
"""
|
5107
5029
|
return self._StartTime
|
@@ -5113,7 +5035,6 @@ class RunMetadata(AbstractModel):
|
|
5113
5035
|
@property
|
5114
5036
|
def SubmitTime(self):
|
5115
5037
|
"""提交时间。
|
5116
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5117
5038
|
:rtype: str
|
5118
5039
|
"""
|
5119
5040
|
return self._SubmitTime
|
@@ -5125,7 +5046,6 @@ class RunMetadata(AbstractModel):
|
|
5125
5046
|
@property
|
5126
5047
|
def EndTime(self):
|
5127
5048
|
"""结束时间。
|
5128
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5129
5049
|
:rtype: str
|
5130
5050
|
"""
|
5131
5051
|
return self._EndTime
|
@@ -5137,7 +5057,6 @@ class RunMetadata(AbstractModel):
|
|
5137
5057
|
@property
|
5138
5058
|
def Command(self):
|
5139
5059
|
"""命令行。
|
5140
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5141
5060
|
:rtype: str
|
5142
5061
|
"""
|
5143
5062
|
return self._Command
|
@@ -5149,7 +5068,6 @@ class RunMetadata(AbstractModel):
|
|
5149
5068
|
@property
|
5150
5069
|
def Runtime(self):
|
5151
5070
|
"""运行时。
|
5152
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5153
5071
|
:rtype: str
|
5154
5072
|
"""
|
5155
5073
|
return self._Runtime
|
@@ -5161,7 +5079,6 @@ class RunMetadata(AbstractModel):
|
|
5161
5079
|
@property
|
5162
5080
|
def Preprocess(self):
|
5163
5081
|
"""预处理。
|
5164
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5165
5082
|
:rtype: bool
|
5166
5083
|
"""
|
5167
5084
|
return self._Preprocess
|
@@ -5173,7 +5090,6 @@ class RunMetadata(AbstractModel):
|
|
5173
5090
|
@property
|
5174
5091
|
def PostProcess(self):
|
5175
5092
|
"""后处理。
|
5176
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5177
5093
|
:rtype: bool
|
5178
5094
|
"""
|
5179
5095
|
return self._PostProcess
|
@@ -5185,7 +5101,6 @@ class RunMetadata(AbstractModel):
|
|
5185
5101
|
@property
|
5186
5102
|
def CallCached(self):
|
5187
5103
|
"""Cache命中
|
5188
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5189
5104
|
:rtype: bool
|
5190
5105
|
"""
|
5191
5106
|
return self._CallCached
|
@@ -5197,7 +5112,6 @@ class RunMetadata(AbstractModel):
|
|
5197
5112
|
@property
|
5198
5113
|
def WorkDir(self):
|
5199
5114
|
"""工作目录。
|
5200
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5201
5115
|
:rtype: str
|
5202
5116
|
"""
|
5203
5117
|
return self._WorkDir
|
@@ -5209,7 +5123,6 @@ class RunMetadata(AbstractModel):
|
|
5209
5123
|
@property
|
5210
5124
|
def Stdout(self):
|
5211
5125
|
"""标准输出。
|
5212
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5213
5126
|
:rtype: str
|
5214
5127
|
"""
|
5215
5128
|
return self._Stdout
|
@@ -5221,7 +5134,6 @@ class RunMetadata(AbstractModel):
|
|
5221
5134
|
@property
|
5222
5135
|
def Stderr(self):
|
5223
5136
|
"""错误输出。
|
5224
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5225
5137
|
:rtype: str
|
5226
5138
|
"""
|
5227
5139
|
return self._Stderr
|
@@ -5233,7 +5145,6 @@ class RunMetadata(AbstractModel):
|
|
5233
5145
|
@property
|
5234
5146
|
def Meta(self):
|
5235
5147
|
"""其他信息。
|
5236
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5237
5148
|
:rtype: str
|
5238
5149
|
"""
|
5239
5150
|
return self._Meta
|
@@ -5292,13 +5203,10 @@ class RunOption(AbstractModel):
|
|
5292
5203
|
:param _UseErrorOnHold: 是否使用错误挂起功能。
|
5293
5204
|
:type UseErrorOnHold: bool
|
5294
5205
|
:param _FinalWorkflowOutputsDir: 输出归档COS路径。
|
5295
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5296
5206
|
:type FinalWorkflowOutputsDir: str
|
5297
5207
|
:param _UseRelativeOutputPaths: 是否使用相对目录归档输出。
|
5298
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5299
5208
|
:type UseRelativeOutputPaths: bool
|
5300
5209
|
:param _AddRunInfoToOutputDir: 是否添加运行信息到输出目录中
|
5301
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5302
5210
|
:type AddRunInfoToOutputDir: bool
|
5303
5211
|
"""
|
5304
5212
|
self._FailureMode = None
|
@@ -5346,7 +5254,6 @@ class RunOption(AbstractModel):
|
|
5346
5254
|
@property
|
5347
5255
|
def FinalWorkflowOutputsDir(self):
|
5348
5256
|
"""输出归档COS路径。
|
5349
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5350
5257
|
:rtype: str
|
5351
5258
|
"""
|
5352
5259
|
return self._FinalWorkflowOutputsDir
|
@@ -5358,7 +5265,6 @@ class RunOption(AbstractModel):
|
|
5358
5265
|
@property
|
5359
5266
|
def UseRelativeOutputPaths(self):
|
5360
5267
|
"""是否使用相对目录归档输出。
|
5361
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5362
5268
|
:rtype: bool
|
5363
5269
|
"""
|
5364
5270
|
return self._UseRelativeOutputPaths
|
@@ -5370,7 +5276,6 @@ class RunOption(AbstractModel):
|
|
5370
5276
|
@property
|
5371
5277
|
def AddRunInfoToOutputDir(self):
|
5372
5278
|
"""是否添加运行信息到输出目录中
|
5373
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5374
5279
|
:rtype: bool
|
5375
5280
|
"""
|
5376
5281
|
return self._AddRunInfoToOutputDir
|
@@ -5830,26 +5735,21 @@ class Table(AbstractModel):
|
|
5830
5735
|
def __init__(self):
|
5831
5736
|
r"""
|
5832
5737
|
:param _TableId: 表格ID
|
5833
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5834
5738
|
:type TableId: str
|
5835
5739
|
:param _ProjectId: 关联项目ID
|
5836
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5837
5740
|
:type ProjectId: str
|
5838
5741
|
:param _Name: 表格名称
|
5839
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5840
5742
|
:type Name: str
|
5841
5743
|
:param _Description: 表格描述
|
5842
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5843
5744
|
:type Description: str
|
5844
5745
|
:param _Columns: 表格列
|
5845
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5846
5746
|
:type Columns: list of TableColumn
|
5847
5747
|
:param _CreateTime: 创建时间
|
5848
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5849
5748
|
:type CreateTime: str
|
5850
5749
|
:param _Creator: 创建人
|
5851
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5852
5750
|
:type Creator: str
|
5751
|
+
:param _CreatorId: 创建人ID
|
5752
|
+
:type CreatorId: str
|
5853
5753
|
"""
|
5854
5754
|
self._TableId = None
|
5855
5755
|
self._ProjectId = None
|
@@ -5858,11 +5758,11 @@ class Table(AbstractModel):
|
|
5858
5758
|
self._Columns = None
|
5859
5759
|
self._CreateTime = None
|
5860
5760
|
self._Creator = None
|
5761
|
+
self._CreatorId = None
|
5861
5762
|
|
5862
5763
|
@property
|
5863
5764
|
def TableId(self):
|
5864
5765
|
"""表格ID
|
5865
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5866
5766
|
:rtype: str
|
5867
5767
|
"""
|
5868
5768
|
return self._TableId
|
@@ -5874,7 +5774,6 @@ class Table(AbstractModel):
|
|
5874
5774
|
@property
|
5875
5775
|
def ProjectId(self):
|
5876
5776
|
"""关联项目ID
|
5877
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5878
5777
|
:rtype: str
|
5879
5778
|
"""
|
5880
5779
|
return self._ProjectId
|
@@ -5886,7 +5785,6 @@ class Table(AbstractModel):
|
|
5886
5785
|
@property
|
5887
5786
|
def Name(self):
|
5888
5787
|
"""表格名称
|
5889
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5890
5788
|
:rtype: str
|
5891
5789
|
"""
|
5892
5790
|
return self._Name
|
@@ -5898,7 +5796,6 @@ class Table(AbstractModel):
|
|
5898
5796
|
@property
|
5899
5797
|
def Description(self):
|
5900
5798
|
"""表格描述
|
5901
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5902
5799
|
:rtype: str
|
5903
5800
|
"""
|
5904
5801
|
return self._Description
|
@@ -5910,7 +5807,6 @@ class Table(AbstractModel):
|
|
5910
5807
|
@property
|
5911
5808
|
def Columns(self):
|
5912
5809
|
"""表格列
|
5913
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5914
5810
|
:rtype: list of TableColumn
|
5915
5811
|
"""
|
5916
5812
|
return self._Columns
|
@@ -5922,7 +5818,6 @@ class Table(AbstractModel):
|
|
5922
5818
|
@property
|
5923
5819
|
def CreateTime(self):
|
5924
5820
|
"""创建时间
|
5925
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5926
5821
|
:rtype: str
|
5927
5822
|
"""
|
5928
5823
|
return self._CreateTime
|
@@ -5934,7 +5829,6 @@ class Table(AbstractModel):
|
|
5934
5829
|
@property
|
5935
5830
|
def Creator(self):
|
5936
5831
|
"""创建人
|
5937
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5938
5832
|
:rtype: str
|
5939
5833
|
"""
|
5940
5834
|
return self._Creator
|
@@ -5943,6 +5837,17 @@ class Table(AbstractModel):
|
|
5943
5837
|
def Creator(self, Creator):
|
5944
5838
|
self._Creator = Creator
|
5945
5839
|
|
5840
|
+
@property
|
5841
|
+
def CreatorId(self):
|
5842
|
+
"""创建人ID
|
5843
|
+
:rtype: str
|
5844
|
+
"""
|
5845
|
+
return self._CreatorId
|
5846
|
+
|
5847
|
+
@CreatorId.setter
|
5848
|
+
def CreatorId(self, CreatorId):
|
5849
|
+
self._CreatorId = CreatorId
|
5850
|
+
|
5946
5851
|
|
5947
5852
|
def _deserialize(self, params):
|
5948
5853
|
self._TableId = params.get("TableId")
|
@@ -5957,6 +5862,7 @@ class Table(AbstractModel):
|
|
5957
5862
|
self._Columns.append(obj)
|
5958
5863
|
self._CreateTime = params.get("CreateTime")
|
5959
5864
|
self._Creator = params.get("Creator")
|
5865
|
+
self._CreatorId = params.get("CreatorId")
|
5960
5866
|
memeber_set = set(params.keys())
|
5961
5867
|
for name, value in vars(self).items():
|
5962
5868
|
property_name = name[1:]
|
@@ -5975,10 +5881,8 @@ class TableColumn(AbstractModel):
|
|
5975
5881
|
def __init__(self):
|
5976
5882
|
r"""
|
5977
5883
|
:param _Header: 列名称
|
5978
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5979
5884
|
:type Header: str
|
5980
5885
|
:param _DataType: 列数据类型
|
5981
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5982
5886
|
:type DataType: str
|
5983
5887
|
"""
|
5984
5888
|
self._Header = None
|
@@ -5987,7 +5891,6 @@ class TableColumn(AbstractModel):
|
|
5987
5891
|
@property
|
5988
5892
|
def Header(self):
|
5989
5893
|
"""列名称
|
5990
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5991
5894
|
:rtype: str
|
5992
5895
|
"""
|
5993
5896
|
return self._Header
|
@@ -5999,7 +5902,6 @@ class TableColumn(AbstractModel):
|
|
5999
5902
|
@property
|
6000
5903
|
def DataType(self):
|
6001
5904
|
"""列数据类型
|
6002
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6003
5905
|
:rtype: str
|
6004
5906
|
"""
|
6005
5907
|
return self._DataType
|
@@ -6030,10 +5932,8 @@ class TableRow(AbstractModel):
|
|
6030
5932
|
def __init__(self):
|
6031
5933
|
r"""
|
6032
5934
|
:param _TableRowUuid: 表格行UUID。
|
6033
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6034
5935
|
:type TableRowUuid: str
|
6035
5936
|
:param _Content: 表格行内容。
|
6036
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6037
5937
|
:type Content: list of str
|
6038
5938
|
"""
|
6039
5939
|
self._TableRowUuid = None
|
@@ -6042,7 +5942,6 @@ class TableRow(AbstractModel):
|
|
6042
5942
|
@property
|
6043
5943
|
def TableRowUuid(self):
|
6044
5944
|
"""表格行UUID。
|
6045
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6046
5945
|
:rtype: str
|
6047
5946
|
"""
|
6048
5947
|
return self._TableRowUuid
|
@@ -6054,7 +5953,6 @@ class TableRow(AbstractModel):
|
|
6054
5953
|
@property
|
6055
5954
|
def Content(self):
|
6056
5955
|
"""表格行内容。
|
6057
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6058
5956
|
:rtype: list of str
|
6059
5957
|
"""
|
6060
5958
|
return self._Content
|
@@ -6262,20 +6160,15 @@ class Volume(AbstractModel):
|
|
6262
6160
|
def __init__(self):
|
6263
6161
|
r"""
|
6264
6162
|
:param _VolumeId: 缓存卷ID。
|
6265
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6266
6163
|
:type VolumeId: str
|
6267
6164
|
:param _Name: 名称。
|
6268
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6269
6165
|
:type Name: str
|
6270
6166
|
:param _Description: 描述。
|
6271
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6272
6167
|
:type Description: str
|
6273
6168
|
:param _EnvironmentId: 环境ID。
|
6274
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6275
6169
|
:type EnvironmentId: str
|
6276
6170
|
:param _Type: 缓存卷类型,取值范围:
|
6277
6171
|
* SHARED:多点挂载共享存储
|
6278
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6279
6172
|
:type Type: str
|
6280
6173
|
:param _Spec: 缓存卷规格,取值范围:
|
6281
6174
|
|
@@ -6283,25 +6176,18 @@ class Volume(AbstractModel):
|
|
6283
6176
|
- HP:通用性能型
|
6284
6177
|
- TB:turbo标准型
|
6285
6178
|
- TP:turbo性能型
|
6286
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6287
6179
|
:type Spec: str
|
6288
6180
|
:param _Capacity: 缓存卷大小(GB)。
|
6289
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6290
6181
|
:type Capacity: int
|
6291
6182
|
:param _Usage: 缓存卷使用量(Byte)。
|
6292
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6293
6183
|
:type Usage: int
|
6294
6184
|
:param _BandwidthLimit: 缓存卷吞吐上限(MiB/s)。
|
6295
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6296
6185
|
:type BandwidthLimit: float
|
6297
6186
|
:param _DefaultMountPath: 默认挂载路径。
|
6298
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6299
6187
|
:type DefaultMountPath: str
|
6300
6188
|
:param _IsDefault: 是否为默认缓存卷。
|
6301
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6302
6189
|
:type IsDefault: bool
|
6303
6190
|
:param _Status: 状态。
|
6304
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6305
6191
|
:type Status: str
|
6306
6192
|
"""
|
6307
6193
|
self._VolumeId = None
|
@@ -6320,7 +6206,6 @@ class Volume(AbstractModel):
|
|
6320
6206
|
@property
|
6321
6207
|
def VolumeId(self):
|
6322
6208
|
"""缓存卷ID。
|
6323
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6324
6209
|
:rtype: str
|
6325
6210
|
"""
|
6326
6211
|
return self._VolumeId
|
@@ -6332,7 +6217,6 @@ class Volume(AbstractModel):
|
|
6332
6217
|
@property
|
6333
6218
|
def Name(self):
|
6334
6219
|
"""名称。
|
6335
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6336
6220
|
:rtype: str
|
6337
6221
|
"""
|
6338
6222
|
return self._Name
|
@@ -6344,7 +6228,6 @@ class Volume(AbstractModel):
|
|
6344
6228
|
@property
|
6345
6229
|
def Description(self):
|
6346
6230
|
"""描述。
|
6347
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6348
6231
|
:rtype: str
|
6349
6232
|
"""
|
6350
6233
|
return self._Description
|
@@ -6356,7 +6239,6 @@ class Volume(AbstractModel):
|
|
6356
6239
|
@property
|
6357
6240
|
def EnvironmentId(self):
|
6358
6241
|
"""环境ID。
|
6359
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6360
6242
|
:rtype: str
|
6361
6243
|
"""
|
6362
6244
|
return self._EnvironmentId
|
@@ -6369,7 +6251,6 @@ class Volume(AbstractModel):
|
|
6369
6251
|
def Type(self):
|
6370
6252
|
"""缓存卷类型,取值范围:
|
6371
6253
|
* SHARED:多点挂载共享存储
|
6372
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6373
6254
|
:rtype: str
|
6374
6255
|
"""
|
6375
6256
|
return self._Type
|
@@ -6386,7 +6267,6 @@ class Volume(AbstractModel):
|
|
6386
6267
|
- HP:通用性能型
|
6387
6268
|
- TB:turbo标准型
|
6388
6269
|
- TP:turbo性能型
|
6389
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6390
6270
|
:rtype: str
|
6391
6271
|
"""
|
6392
6272
|
return self._Spec
|
@@ -6398,7 +6278,6 @@ class Volume(AbstractModel):
|
|
6398
6278
|
@property
|
6399
6279
|
def Capacity(self):
|
6400
6280
|
"""缓存卷大小(GB)。
|
6401
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6402
6281
|
:rtype: int
|
6403
6282
|
"""
|
6404
6283
|
return self._Capacity
|
@@ -6410,7 +6289,6 @@ class Volume(AbstractModel):
|
|
6410
6289
|
@property
|
6411
6290
|
def Usage(self):
|
6412
6291
|
"""缓存卷使用量(Byte)。
|
6413
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6414
6292
|
:rtype: int
|
6415
6293
|
"""
|
6416
6294
|
return self._Usage
|
@@ -6422,7 +6300,6 @@ class Volume(AbstractModel):
|
|
6422
6300
|
@property
|
6423
6301
|
def BandwidthLimit(self):
|
6424
6302
|
"""缓存卷吞吐上限(MiB/s)。
|
6425
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6426
6303
|
:rtype: float
|
6427
6304
|
"""
|
6428
6305
|
return self._BandwidthLimit
|
@@ -6434,7 +6311,6 @@ class Volume(AbstractModel):
|
|
6434
6311
|
@property
|
6435
6312
|
def DefaultMountPath(self):
|
6436
6313
|
"""默认挂载路径。
|
6437
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6438
6314
|
:rtype: str
|
6439
6315
|
"""
|
6440
6316
|
return self._DefaultMountPath
|
@@ -6446,7 +6322,6 @@ class Volume(AbstractModel):
|
|
6446
6322
|
@property
|
6447
6323
|
def IsDefault(self):
|
6448
6324
|
"""是否为默认缓存卷。
|
6449
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6450
6325
|
:rtype: bool
|
6451
6326
|
"""
|
6452
6327
|
return self._IsDefault
|
@@ -6458,7 +6333,6 @@ class Volume(AbstractModel):
|
|
6458
6333
|
@property
|
6459
6334
|
def Status(self):
|
6460
6335
|
"""状态。
|
6461
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6462
6336
|
:rtype: str
|
6463
6337
|
"""
|
6464
6338
|
return self._Status
|
@@ -6499,13 +6373,10 @@ class VolumeInfo(AbstractModel):
|
|
6499
6373
|
def __init__(self):
|
6500
6374
|
r"""
|
6501
6375
|
:param _VolumeId: 缓存卷ID。
|
6502
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6503
6376
|
:type VolumeId: str
|
6504
6377
|
:param _Name: 名称。
|
6505
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6506
6378
|
:type Name: str
|
6507
6379
|
:param _MountPath: 挂载路径。
|
6508
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6509
6380
|
:type MountPath: str
|
6510
6381
|
"""
|
6511
6382
|
self._VolumeId = None
|
@@ -6515,7 +6386,6 @@ class VolumeInfo(AbstractModel):
|
|
6515
6386
|
@property
|
6516
6387
|
def VolumeId(self):
|
6517
6388
|
"""缓存卷ID。
|
6518
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6519
6389
|
:rtype: str
|
6520
6390
|
"""
|
6521
6391
|
return self._VolumeId
|
@@ -6527,7 +6397,6 @@ class VolumeInfo(AbstractModel):
|
|
6527
6397
|
@property
|
6528
6398
|
def Name(self):
|
6529
6399
|
"""名称。
|
6530
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6531
6400
|
:rtype: str
|
6532
6401
|
"""
|
6533
6402
|
return self._Name
|
@@ -6539,7 +6408,6 @@ class VolumeInfo(AbstractModel):
|
|
6539
6408
|
@property
|
6540
6409
|
def MountPath(self):
|
6541
6410
|
"""挂载路径。
|
6542
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6543
6411
|
:rtype: str
|
6544
6412
|
"""
|
6545
6413
|
return self._MountPath
|