tencentcloud-sdk-python 3.0.1346__py2.py3-none-any.whl → 3.0.1348__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/advisor/v20200721/models.py +0 -26
- tencentcloud/batch/v20170312/models.py +8 -8
- tencentcloud/bh/v20230418/models.py +61 -23
- tencentcloud/cam/v20190116/models.py +2 -2
- tencentcloud/cdwdoris/v20211228/models.py +300 -0
- tencentcloud/cdwpg/v20201230/models.py +180 -168
- tencentcloud/chc/__init__.py +0 -0
- tencentcloud/chc/v20230418/__init__.py +0 -0
- tencentcloud/chc/v20230418/chc_client.py +854 -0
- tencentcloud/chc/v20230418/errorcodes.py +15 -0
- tencentcloud/chc/v20230418/models.py +9933 -0
- tencentcloud/ckafka/v20190819/models.py +8 -24
- tencentcloud/clb/v20180317/models.py +46 -16
- tencentcloud/cls/v20201016/models.py +0 -198
- tencentcloud/dbbrain/v20191016/models.py +0 -4
- tencentcloud/dbbrain/v20210527/dbbrain_client.py +92 -0
- tencentcloud/dbbrain/v20210527/models.py +1027 -210
- tencentcloud/dcdb/v20180411/errorcodes.py +3 -0
- tencentcloud/dcdb/v20180411/models.py +0 -64
- tencentcloud/domain/v20180808/models.py +0 -2
- tencentcloud/ecdn/v20191012/ecdn_client.py +0 -217
- tencentcloud/ecdn/v20191012/errorcodes.py +0 -63
- tencentcloud/ecdn/v20191012/models.py +4 -1047
- tencentcloud/emr/v20190103/models.py +15 -54
- tencentcloud/ess/v20201111/models.py +27 -6
- tencentcloud/essbasic/v20210526/models.py +21 -0
- tencentcloud/gs/v20191118/errorcodes.py +9 -0
- tencentcloud/gs/v20191118/gs_client.py +775 -12
- tencentcloud/gs/v20191118/models.py +4914 -477
- tencentcloud/hai/v20230812/models.py +0 -66
- tencentcloud/iotexplorer/v20190423/iotexplorer_client.py +1 -1
- tencentcloud/iotvideo/v20211125/iotvideo_client.py +1 -1
- tencentcloud/iotvideoindustry/v20201201/models.py +0 -30
- tencentcloud/lcic/v20220817/lcic_client.py +1 -1
- tencentcloud/lcic/v20220817/models.py +56 -68
- tencentcloud/lke/v20231130/lke_client.py +2 -2
- tencentcloud/lke/v20231130/models.py +4 -8
- tencentcloud/lkeap/v20240522/lkeap_client.py +5 -0
- tencentcloud/mariadb/v20170312/models.py +2 -70
- tencentcloud/mmps/v20200710/models.py +0 -6
- tencentcloud/mqtt/v20240516/models.py +318 -208
- tencentcloud/organization/v20210331/models.py +30 -0
- tencentcloud/tbaas/v20180416/models.py +0 -46
- tencentcloud/tcb/v20180608/errorcodes.py +3 -0
- tencentcloud/tchd/v20230306/models.py +0 -2
- tencentcloud/tcr/v20190924/models.py +4 -148
- tencentcloud/tdmq/v20200217/models.py +0 -14
- tencentcloud/thpc/v20220401/models.py +0 -2
- tencentcloud/thpc/v20230321/models.py +49 -32
- tencentcloud/tione/v20211111/models.py +68 -0
- tencentcloud/tke/v20180525/models.py +0 -94
- tencentcloud/trocket/v20230308/models.py +0 -24
- tencentcloud/tsf/v20180326/models.py +196 -182
- tencentcloud/vcube/v20220410/models.py +51 -158
- tencentcloud/vcube/v20220410/vcube_client.py +2 -2
- tencentcloud/vod/v20180717/models.py +8 -46
- tencentcloud/wedata/v20210820/models.py +126 -0
- {tencentcloud_sdk_python-3.0.1346.dist-info → tencentcloud_sdk_python-3.0.1348.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1346.dist-info → tencentcloud_sdk_python-3.0.1348.dist-info}/RECORD +63 -58
- {tencentcloud_sdk_python-3.0.1346.dist-info → tencentcloud_sdk_python-3.0.1348.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1346.dist-info → tencentcloud_sdk_python-3.0.1348.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1346.dist-info → tencentcloud_sdk_python-3.0.1348.dist-info}/top_level.txt +0 -0
@@ -220,7 +220,6 @@ class AutoDelStrategyInfoResp(AbstractModel):
|
|
220
220
|
:param _TotalCount: 总数目
|
221
221
|
:type TotalCount: int
|
222
222
|
:param _StrategyInfo: 自动删除策略列表
|
223
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
224
223
|
:type StrategyInfo: list of AutoDelStrategyInfo
|
225
224
|
"""
|
226
225
|
self._TotalCount = None
|
@@ -240,7 +239,6 @@ class AutoDelStrategyInfoResp(AbstractModel):
|
|
240
239
|
@property
|
241
240
|
def StrategyInfo(self):
|
242
241
|
"""自动删除策略列表
|
243
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
244
242
|
:rtype: list of AutoDelStrategyInfo
|
245
243
|
"""
|
246
244
|
return self._StrategyInfo
|
@@ -419,7 +417,6 @@ class CVEWhitelistItem(AbstractModel):
|
|
419
417
|
def __init__(self):
|
420
418
|
r"""
|
421
419
|
:param _CVEID: 漏洞白名单 ID
|
422
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
423
420
|
:type CVEID: str
|
424
421
|
"""
|
425
422
|
self._CVEID = None
|
@@ -427,7 +424,6 @@ class CVEWhitelistItem(AbstractModel):
|
|
427
424
|
@property
|
428
425
|
def CVEID(self):
|
429
426
|
"""漏洞白名单 ID
|
430
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
431
427
|
:rtype: str
|
432
428
|
"""
|
433
429
|
return self._CVEID
|
@@ -495,7 +491,6 @@ class CheckInstanceNameResponse(AbstractModel):
|
|
495
491
|
:param _IsValidated: 检查结果,true为合法,false为非法
|
496
492
|
:type IsValidated: bool
|
497
493
|
:param _DetailCode: 1: Illegal(名称非法), 2:Reserved(名字保留), 3:Existed(名字已存在)
|
498
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
499
494
|
:type DetailCode: int
|
500
495
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
501
496
|
:type RequestId: str
|
@@ -518,7 +513,6 @@ class CheckInstanceNameResponse(AbstractModel):
|
|
518
513
|
@property
|
519
514
|
def DetailCode(self):
|
520
515
|
"""1: Illegal(名称非法), 2:Reserved(名字保留), 3:Existed(名字已存在)
|
521
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
522
516
|
:rtype: int
|
523
517
|
"""
|
524
518
|
return self._DetailCode
|
@@ -1461,14 +1455,12 @@ class CreateInstanceTokenResponse(AbstractModel):
|
|
1461
1455
|
def __init__(self):
|
1462
1456
|
r"""
|
1463
1457
|
:param _Username: 用户名
|
1464
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1465
1458
|
:type Username: str
|
1466
1459
|
:param _Token: 访问凭证
|
1467
1460
|
:type Token: str
|
1468
1461
|
:param _ExpTime: 访问凭证过期时间戳,是一个时间戳数字,无单位
|
1469
1462
|
:type ExpTime: int
|
1470
1463
|
:param _TokenId: 长期凭证的TokenId,短期凭证没有TokenId
|
1471
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1472
1464
|
:type TokenId: str
|
1473
1465
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1474
1466
|
:type RequestId: str
|
@@ -1482,7 +1474,6 @@ class CreateInstanceTokenResponse(AbstractModel):
|
|
1482
1474
|
@property
|
1483
1475
|
def Username(self):
|
1484
1476
|
"""用户名
|
1485
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1486
1477
|
:rtype: str
|
1487
1478
|
"""
|
1488
1479
|
return self._Username
|
@@ -1516,7 +1507,6 @@ class CreateInstanceTokenResponse(AbstractModel):
|
|
1516
1507
|
@property
|
1517
1508
|
def TokenId(self):
|
1518
1509
|
"""长期凭证的TokenId,短期凭证没有TokenId
|
1519
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1520
1510
|
:rtype: str
|
1521
1511
|
"""
|
1522
1512
|
return self._TokenId
|
@@ -5439,7 +5429,6 @@ class DescribeApplicationTriggerLogPersonalResp(AbstractModel):
|
|
5439
5429
|
:param _TotalCount: 返回总数
|
5440
5430
|
:type TotalCount: int
|
5441
5431
|
:param _LogInfo: 触发日志列表
|
5442
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5443
5432
|
:type LogInfo: list of TriggerLogResp
|
5444
5433
|
"""
|
5445
5434
|
self._TotalCount = None
|
@@ -5459,7 +5448,6 @@ class DescribeApplicationTriggerLogPersonalResp(AbstractModel):
|
|
5459
5448
|
@property
|
5460
5449
|
def LogInfo(self):
|
5461
5450
|
"""触发日志列表
|
5462
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5463
5451
|
:rtype: list of TriggerLogResp
|
5464
5452
|
"""
|
5465
5453
|
return self._LogInfo
|
@@ -8709,9 +8697,9 @@ class DescribeRepositoriesRequest(AbstractModel):
|
|
8709
8697
|
:type NamespaceName: str
|
8710
8698
|
:param _RepositoryName: 指定镜像仓库,不填写默认查询指定命名空间下所有镜像仓库
|
8711
8699
|
:type RepositoryName: str
|
8712
|
-
:param _Offset:
|
8700
|
+
:param _Offset: 页数,第几页,用于分页
|
8713
8701
|
:type Offset: int
|
8714
|
-
:param _Limit:
|
8702
|
+
:param _Limit: 每页个数,用于分页,最大值为100
|
8715
8703
|
:type Limit: int
|
8716
8704
|
:param _SortBy: 基于字段排序,支持的值有-creation_time,-name, -update_time
|
8717
8705
|
:type SortBy: str
|
@@ -8758,7 +8746,7 @@ class DescribeRepositoriesRequest(AbstractModel):
|
|
8758
8746
|
|
8759
8747
|
@property
|
8760
8748
|
def Offset(self):
|
8761
|
-
"""
|
8749
|
+
"""页数,第几页,用于分页
|
8762
8750
|
:rtype: int
|
8763
8751
|
"""
|
8764
8752
|
return self._Offset
|
@@ -8769,7 +8757,7 @@ class DescribeRepositoriesRequest(AbstractModel):
|
|
8769
8757
|
|
8770
8758
|
@property
|
8771
8759
|
def Limit(self):
|
8772
|
-
"""
|
8760
|
+
"""每页个数,用于分页,最大值为100
|
8773
8761
|
:rtype: int
|
8774
8762
|
"""
|
8775
8763
|
return self._Limit
|
@@ -10811,7 +10799,6 @@ class FavorResp(AbstractModel):
|
|
10811
10799
|
:param _TotalCount: 收藏仓库的总数
|
10812
10800
|
:type TotalCount: int
|
10813
10801
|
:param _RepoInfo: 仓库信息数组
|
10814
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10815
10802
|
:type RepoInfo: list of Favors
|
10816
10803
|
"""
|
10817
10804
|
self._TotalCount = None
|
@@ -10831,7 +10818,6 @@ class FavorResp(AbstractModel):
|
|
10831
10818
|
@property
|
10832
10819
|
def RepoInfo(self):
|
10833
10820
|
"""仓库信息数组
|
10834
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10835
10821
|
:rtype: list of Favors
|
10836
10822
|
"""
|
10837
10823
|
return self._RepoInfo
|
@@ -10871,22 +10857,16 @@ class Favors(AbstractModel):
|
|
10871
10857
|
:param _RepoType: 仓库类型
|
10872
10858
|
:type RepoType: str
|
10873
10859
|
:param _PullCount: Pull总共的次数
|
10874
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10875
10860
|
:type PullCount: int
|
10876
10861
|
:param _FavorCount: 仓库收藏次数
|
10877
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10878
10862
|
:type FavorCount: int
|
10879
10863
|
:param _Public: 仓库是否公开
|
10880
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10881
10864
|
:type Public: int
|
10882
10865
|
:param _IsQcloudOfficial: 是否为官方所有
|
10883
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10884
10866
|
:type IsQcloudOfficial: bool
|
10885
10867
|
:param _TagCount: 仓库Tag的数量
|
10886
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10887
10868
|
:type TagCount: int
|
10888
10869
|
:param _Logo: Logo
|
10889
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10890
10870
|
:type Logo: str
|
10891
10871
|
:param _Region: 地域
|
10892
10872
|
:type Region: str
|
@@ -10929,7 +10909,6 @@ class Favors(AbstractModel):
|
|
10929
10909
|
@property
|
10930
10910
|
def PullCount(self):
|
10931
10911
|
"""Pull总共的次数
|
10932
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10933
10912
|
:rtype: int
|
10934
10913
|
"""
|
10935
10914
|
return self._PullCount
|
@@ -10941,7 +10920,6 @@ class Favors(AbstractModel):
|
|
10941
10920
|
@property
|
10942
10921
|
def FavorCount(self):
|
10943
10922
|
"""仓库收藏次数
|
10944
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10945
10923
|
:rtype: int
|
10946
10924
|
"""
|
10947
10925
|
return self._FavorCount
|
@@ -10953,7 +10931,6 @@ class Favors(AbstractModel):
|
|
10953
10931
|
@property
|
10954
10932
|
def Public(self):
|
10955
10933
|
"""仓库是否公开
|
10956
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10957
10934
|
:rtype: int
|
10958
10935
|
"""
|
10959
10936
|
return self._Public
|
@@ -10965,7 +10942,6 @@ class Favors(AbstractModel):
|
|
10965
10942
|
@property
|
10966
10943
|
def IsQcloudOfficial(self):
|
10967
10944
|
"""是否为官方所有
|
10968
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10969
10945
|
:rtype: bool
|
10970
10946
|
"""
|
10971
10947
|
return self._IsQcloudOfficial
|
@@ -10977,7 +10953,6 @@ class Favors(AbstractModel):
|
|
10977
10953
|
@property
|
10978
10954
|
def TagCount(self):
|
10979
10955
|
"""仓库Tag的数量
|
10980
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10981
10956
|
:rtype: int
|
10982
10957
|
"""
|
10983
10958
|
return self._TagCount
|
@@ -10989,7 +10964,6 @@ class Favors(AbstractModel):
|
|
10989
10964
|
@property
|
10990
10965
|
def Logo(self):
|
10991
10966
|
"""Logo
|
10992
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10993
10967
|
:rtype: str
|
10994
10968
|
"""
|
10995
10969
|
return self._Logo
|
@@ -13900,10 +13874,8 @@ class Permission(AbstractModel):
|
|
13900
13874
|
def __init__(self):
|
13901
13875
|
r"""
|
13902
13876
|
:param _Resource: 资源路径,目前仅支持Namespace
|
13903
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13904
13877
|
:type Resource: str
|
13905
13878
|
:param _Actions: 动作,目前仅支持:tcr:PushRepository、tcr:PullRepository、tcr:CreateRepository、tcr:CreateHelmChart、tcr:DescribeHelmCharts
|
13906
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13907
13879
|
:type Actions: list of str
|
13908
13880
|
"""
|
13909
13881
|
self._Resource = None
|
@@ -13912,7 +13884,6 @@ class Permission(AbstractModel):
|
|
13912
13884
|
@property
|
13913
13885
|
def Resource(self):
|
13914
13886
|
"""资源路径,目前仅支持Namespace
|
13915
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13916
13887
|
:rtype: str
|
13917
13888
|
"""
|
13918
13889
|
return self._Resource
|
@@ -13924,7 +13895,6 @@ class Permission(AbstractModel):
|
|
13924
13895
|
@property
|
13925
13896
|
def Actions(self):
|
13926
13897
|
"""动作,目前仅支持:tcr:PushRepository、tcr:PullRepository、tcr:CreateRepository、tcr:CreateHelmChart、tcr:DescribeHelmCharts
|
13927
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13928
13898
|
:rtype: list of str
|
13929
13899
|
"""
|
13930
13900
|
return self._Actions
|
@@ -14129,16 +14099,12 @@ DeleteFailed, 实例删除失败
|
|
14129
14099
|
:param _InternalEndpoint: 实例内部访问地址
|
14130
14100
|
:type InternalEndpoint: str
|
14131
14101
|
:param _TagSpecification: 实例云标签
|
14132
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14133
14102
|
:type TagSpecification: :class:`tencentcloud.tcr.v20190924.models.TagSpecification`
|
14134
14103
|
:param _ExpiredAt: 实例过期时间(预付费)
|
14135
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14136
14104
|
:type ExpiredAt: str
|
14137
14105
|
:param _PayMod: 实例付费类型,0表示后付费,1表示预付费
|
14138
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14139
14106
|
:type PayMod: int
|
14140
14107
|
:param _RenewFlag: 预付费续费标识,0表示手动续费,1表示自动续费,2不续费并且不通知
|
14141
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14142
14108
|
:type RenewFlag: int
|
14143
14109
|
:param _DeletionProtection: 是否开启实例删除保护,false表示不开启
|
14144
14110
|
:type DeletionProtection: bool
|
@@ -14295,7 +14261,6 @@ DeleteFailed, 实例删除失败
|
|
14295
14261
|
@property
|
14296
14262
|
def TagSpecification(self):
|
14297
14263
|
"""实例云标签
|
14298
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14299
14264
|
:rtype: :class:`tencentcloud.tcr.v20190924.models.TagSpecification`
|
14300
14265
|
"""
|
14301
14266
|
return self._TagSpecification
|
@@ -14307,7 +14272,6 @@ DeleteFailed, 实例删除失败
|
|
14307
14272
|
@property
|
14308
14273
|
def ExpiredAt(self):
|
14309
14274
|
"""实例过期时间(预付费)
|
14310
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14311
14275
|
:rtype: str
|
14312
14276
|
"""
|
14313
14277
|
return self._ExpiredAt
|
@@ -14319,7 +14283,6 @@ DeleteFailed, 实例删除失败
|
|
14319
14283
|
@property
|
14320
14284
|
def PayMod(self):
|
14321
14285
|
"""实例付费类型,0表示后付费,1表示预付费
|
14322
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14323
14286
|
:rtype: int
|
14324
14287
|
"""
|
14325
14288
|
return self._PayMod
|
@@ -14331,7 +14294,6 @@ DeleteFailed, 实例删除失败
|
|
14331
14294
|
@property
|
14332
14295
|
def RenewFlag(self):
|
14333
14296
|
"""预付费续费标识,0表示手动续费,1表示自动续费,2不续费并且不通知
|
14334
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14335
14297
|
:rtype: int
|
14336
14298
|
"""
|
14337
14299
|
return self._RenewFlag
|
@@ -14510,7 +14472,6 @@ class RegistryStatus(AbstractModel):
|
|
14510
14472
|
:param _Status: 实例的状态
|
14511
14473
|
:type Status: str
|
14512
14474
|
:param _Conditions: 附加状态
|
14513
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14514
14475
|
:type Conditions: list of RegistryCondition
|
14515
14476
|
"""
|
14516
14477
|
self._RegistryId = None
|
@@ -14542,7 +14503,6 @@ class RegistryStatus(AbstractModel):
|
|
14542
14503
|
@property
|
14543
14504
|
def Conditions(self):
|
14544
14505
|
"""附加状态
|
14545
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14546
14506
|
:rtype: list of RegistryCondition
|
14547
14507
|
"""
|
14548
14508
|
return self._Conditions
|
@@ -15365,7 +15325,6 @@ class RepositoryInfoResp(AbstractModel):
|
|
15365
15325
|
:param _CreationTime: 创建时间
|
15366
15326
|
:type CreationTime: str
|
15367
15327
|
:param _Description: 镜像仓库描述
|
15368
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15369
15328
|
:type Description: str
|
15370
15329
|
:param _Public: 是否为公有镜像
|
15371
15330
|
:type Public: int
|
@@ -15436,7 +15395,6 @@ class RepositoryInfoResp(AbstractModel):
|
|
15436
15395
|
@property
|
15437
15396
|
def Description(self):
|
15438
15397
|
"""镜像仓库描述
|
15439
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15440
15398
|
:rtype: str
|
15441
15399
|
"""
|
15442
15400
|
return self._Description
|
@@ -15783,10 +15741,8 @@ class RetentionRule(AbstractModel):
|
|
15783
15741
|
def __init__(self):
|
15784
15742
|
r"""
|
15785
15743
|
:param _Key: 支持的策略,可选值为latestPushedK(保留最新推送多少个版本)nDaysSinceLastPush(保留近天内推送)
|
15786
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15787
15744
|
:type Key: str
|
15788
15745
|
:param _Value: 规则设置下的对应值
|
15789
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15790
15746
|
:type Value: int
|
15791
15747
|
"""
|
15792
15748
|
self._Key = None
|
@@ -15795,7 +15751,6 @@ class RetentionRule(AbstractModel):
|
|
15795
15751
|
@property
|
15796
15752
|
def Key(self):
|
15797
15753
|
"""支持的策略,可选值为latestPushedK(保留最新推送多少个版本)nDaysSinceLastPush(保留近天内推送)
|
15798
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15799
15754
|
:rtype: str
|
15800
15755
|
"""
|
15801
15756
|
return self._Key
|
@@ -15807,7 +15762,6 @@ class RetentionRule(AbstractModel):
|
|
15807
15762
|
@property
|
15808
15763
|
def Value(self):
|
15809
15764
|
"""规则设置下的对应值
|
15810
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15811
15765
|
:rtype: int
|
15812
15766
|
"""
|
15813
15767
|
return self._Value
|
@@ -15979,7 +15933,6 @@ class SameImagesResp(AbstractModel):
|
|
15979
15933
|
def __init__(self):
|
15980
15934
|
r"""
|
15981
15935
|
:param _SameImages: tag列表
|
15982
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15983
15936
|
:type SameImages: list of str
|
15984
15937
|
"""
|
15985
15938
|
self._SameImages = None
|
@@ -15987,7 +15940,6 @@ class SameImagesResp(AbstractModel):
|
|
15987
15940
|
@property
|
15988
15941
|
def SameImages(self):
|
15989
15942
|
"""tag列表
|
15990
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15991
15943
|
:rtype: list of str
|
15992
15944
|
"""
|
15993
15945
|
return self._SameImages
|
@@ -16220,25 +16172,19 @@ class ServiceAccount(AbstractModel):
|
|
16220
16172
|
def __init__(self):
|
16221
16173
|
r"""
|
16222
16174
|
:param _Name: 服务级账号名
|
16223
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16224
16175
|
:type Name: str
|
16225
16176
|
:param _Description: 描述
|
16226
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16227
16177
|
:type Description: str
|
16228
16178
|
:param _Disable: 是否禁用
|
16229
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16230
16179
|
:type Disable: bool
|
16231
16180
|
:param _ExpiresAt: 过期时间
|
16232
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16233
16181
|
:type ExpiresAt: int
|
16234
16182
|
:param _CreateTime: 创建时间
|
16235
16183
|
注意:此字段可能返回 null,表示取不到有效值。
|
16236
16184
|
:type CreateTime: str
|
16237
16185
|
:param _UpdateTime: 更新时间
|
16238
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16239
16186
|
:type UpdateTime: str
|
16240
16187
|
:param _Permissions: 策略
|
16241
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16242
16188
|
:type Permissions: list of Permission
|
16243
16189
|
"""
|
16244
16190
|
self._Name = None
|
@@ -16252,7 +16198,6 @@ class ServiceAccount(AbstractModel):
|
|
16252
16198
|
@property
|
16253
16199
|
def Name(self):
|
16254
16200
|
"""服务级账号名
|
16255
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16256
16201
|
:rtype: str
|
16257
16202
|
"""
|
16258
16203
|
return self._Name
|
@@ -16264,7 +16209,6 @@ class ServiceAccount(AbstractModel):
|
|
16264
16209
|
@property
|
16265
16210
|
def Description(self):
|
16266
16211
|
"""描述
|
16267
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16268
16212
|
:rtype: str
|
16269
16213
|
"""
|
16270
16214
|
return self._Description
|
@@ -16276,7 +16220,6 @@ class ServiceAccount(AbstractModel):
|
|
16276
16220
|
@property
|
16277
16221
|
def Disable(self):
|
16278
16222
|
"""是否禁用
|
16279
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16280
16223
|
:rtype: bool
|
16281
16224
|
"""
|
16282
16225
|
return self._Disable
|
@@ -16288,7 +16231,6 @@ class ServiceAccount(AbstractModel):
|
|
16288
16231
|
@property
|
16289
16232
|
def ExpiresAt(self):
|
16290
16233
|
"""过期时间
|
16291
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16292
16234
|
:rtype: int
|
16293
16235
|
"""
|
16294
16236
|
return self._ExpiresAt
|
@@ -16312,7 +16254,6 @@ class ServiceAccount(AbstractModel):
|
|
16312
16254
|
@property
|
16313
16255
|
def UpdateTime(self):
|
16314
16256
|
"""更新时间
|
16315
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16316
16257
|
:rtype: str
|
16317
16258
|
"""
|
16318
16259
|
return self._UpdateTime
|
@@ -16324,7 +16265,6 @@ class ServiceAccount(AbstractModel):
|
|
16324
16265
|
@property
|
16325
16266
|
def Permissions(self):
|
16326
16267
|
"""策略
|
16327
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16328
16268
|
:rtype: list of Permission
|
16329
16269
|
"""
|
16330
16270
|
return self._Permissions
|
@@ -16365,10 +16305,8 @@ class Tag(AbstractModel):
|
|
16365
16305
|
def __init__(self):
|
16366
16306
|
r"""
|
16367
16307
|
:param _Key: 云标签的key
|
16368
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16369
16308
|
:type Key: str
|
16370
16309
|
:param _Value: 云标签的值
|
16371
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16372
16310
|
:type Value: str
|
16373
16311
|
"""
|
16374
16312
|
self._Key = None
|
@@ -16377,7 +16315,6 @@ class Tag(AbstractModel):
|
|
16377
16315
|
@property
|
16378
16316
|
def Key(self):
|
16379
16317
|
"""云标签的key
|
16380
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16381
16318
|
:rtype: str
|
16382
16319
|
"""
|
16383
16320
|
return self._Key
|
@@ -16389,7 +16326,6 @@ class Tag(AbstractModel):
|
|
16389
16326
|
@property
|
16390
16327
|
def Value(self):
|
16391
16328
|
"""云标签的值
|
16392
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16393
16329
|
:rtype: str
|
16394
16330
|
"""
|
16395
16331
|
return self._Value
|
@@ -16430,7 +16366,6 @@ class TagInfo(AbstractModel):
|
|
16430
16366
|
:param _CreationTime: 制品的创建时间
|
16431
16367
|
:type CreationTime: str
|
16432
16368
|
:param _DurationDays: 制品创建至今时间长度
|
16433
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16434
16369
|
:type DurationDays: str
|
16435
16370
|
:param _Author: 标注的制品作者
|
16436
16371
|
:type Author: str
|
@@ -16525,7 +16460,6 @@ class TagInfo(AbstractModel):
|
|
16525
16460
|
@property
|
16526
16461
|
def DurationDays(self):
|
16527
16462
|
"""制品创建至今时间长度
|
16528
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16529
16463
|
:rtype: str
|
16530
16464
|
"""
|
16531
16465
|
return self._DurationDays
|
@@ -16754,10 +16688,8 @@ class TagSpecification(AbstractModel):
|
|
16754
16688
|
def __init__(self):
|
16755
16689
|
r"""
|
16756
16690
|
:param _ResourceType: 默认值为instance
|
16757
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16758
16691
|
:type ResourceType: str
|
16759
16692
|
:param _Tags: 云标签数组
|
16760
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16761
16693
|
:type Tags: list of Tag
|
16762
16694
|
"""
|
16763
16695
|
self._ResourceType = None
|
@@ -16766,7 +16698,6 @@ class TagSpecification(AbstractModel):
|
|
16766
16698
|
@property
|
16767
16699
|
def ResourceType(self):
|
16768
16700
|
"""默认值为instance
|
16769
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16770
16701
|
:rtype: str
|
16771
16702
|
"""
|
16772
16703
|
return self._ResourceType
|
@@ -16778,7 +16709,6 @@ class TagSpecification(AbstractModel):
|
|
16778
16709
|
@property
|
16779
16710
|
def Tags(self):
|
16780
16711
|
"""云标签数组
|
16781
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16782
16712
|
:rtype: list of Tag
|
16783
16713
|
"""
|
16784
16714
|
return self._Tags
|
@@ -16820,12 +16750,10 @@ class TaskDetail(AbstractModel):
|
|
16820
16750
|
:param _TaskStatus: 任务状态
|
16821
16751
|
:type TaskStatus: str
|
16822
16752
|
:param _TaskMessage: 任务的状态信息
|
16823
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16824
16753
|
:type TaskMessage: str
|
16825
16754
|
:param _CreatedTime: 任务开始时间
|
16826
16755
|
:type CreatedTime: str
|
16827
16756
|
:param _FinishedTime: 任务结束时间
|
16828
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16829
16757
|
:type FinishedTime: str
|
16830
16758
|
"""
|
16831
16759
|
self._TaskName = None
|
@@ -16871,7 +16799,6 @@ class TaskDetail(AbstractModel):
|
|
16871
16799
|
@property
|
16872
16800
|
def TaskMessage(self):
|
16873
16801
|
"""任务的状态信息
|
16874
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16875
16802
|
:rtype: str
|
16876
16803
|
"""
|
16877
16804
|
return self._TaskMessage
|
@@ -16894,7 +16821,6 @@ class TaskDetail(AbstractModel):
|
|
16894
16821
|
@property
|
16895
16822
|
def FinishedTime(self):
|
16896
16823
|
"""任务结束时间
|
16897
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16898
16824
|
:rtype: str
|
16899
16825
|
"""
|
16900
16826
|
return self._FinishedTime
|
@@ -16937,10 +16863,8 @@ class TcrImageInfo(AbstractModel):
|
|
16937
16863
|
:param _UpdateTime: 更新时间
|
16938
16864
|
:type UpdateTime: str
|
16939
16865
|
:param _Kind: 制品类型
|
16940
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16941
16866
|
:type Kind: str
|
16942
16867
|
:param _KmsSignature: KMS 签名信息
|
16943
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16944
16868
|
:type KmsSignature: str
|
16945
16869
|
"""
|
16946
16870
|
self._Digest = None
|
@@ -16997,7 +16921,6 @@ class TcrImageInfo(AbstractModel):
|
|
16997
16921
|
@property
|
16998
16922
|
def Kind(self):
|
16999
16923
|
"""制品类型
|
17000
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17001
16924
|
:rtype: str
|
17002
16925
|
"""
|
17003
16926
|
return self._Kind
|
@@ -17009,7 +16932,6 @@ class TcrImageInfo(AbstractModel):
|
|
17009
16932
|
@property
|
17010
16933
|
def KmsSignature(self):
|
17011
16934
|
"""KMS 签名信息
|
17012
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17013
16935
|
:rtype: str
|
17014
16936
|
"""
|
17015
16937
|
return self._KmsSignature
|
@@ -17163,10 +17085,8 @@ class TcrNamespaceInfo(AbstractModel):
|
|
17163
17085
|
:param _NamespaceId: 命名空间的Id
|
17164
17086
|
:type NamespaceId: int
|
17165
17087
|
:param _TagSpecification: 实例云标签
|
17166
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17167
17088
|
:type TagSpecification: :class:`tencentcloud.tcr.v20190924.models.TagSpecification`
|
17168
17089
|
:param _Metadata: 命名空间元数据
|
17169
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17170
17090
|
:type Metadata: list of KeyValueString
|
17171
17091
|
:param _CVEWhitelistItems: 漏洞白名单列表
|
17172
17092
|
:type CVEWhitelistItems: list of CVEWhitelistItem
|
@@ -17235,7 +17155,6 @@ class TcrNamespaceInfo(AbstractModel):
|
|
17235
17155
|
@property
|
17236
17156
|
def TagSpecification(self):
|
17237
17157
|
"""实例云标签
|
17238
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17239
17158
|
:rtype: :class:`tencentcloud.tcr.v20190924.models.TagSpecification`
|
17240
17159
|
"""
|
17241
17160
|
return self._TagSpecification
|
@@ -17247,7 +17166,6 @@ class TcrNamespaceInfo(AbstractModel):
|
|
17247
17166
|
@property
|
17248
17167
|
def Metadata(self):
|
17249
17168
|
"""命名空间元数据
|
17250
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17251
17169
|
:rtype: list of KeyValueString
|
17252
17170
|
"""
|
17253
17171
|
return self._Metadata
|
@@ -17350,10 +17268,8 @@ class TcrRepositoryInfo(AbstractModel):
|
|
17350
17268
|
:param _Public: 是否公开
|
17351
17269
|
:type Public: bool
|
17352
17270
|
:param _Description: 仓库详细描述
|
17353
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17354
17271
|
:type Description: str
|
17355
17272
|
:param _BriefDescription: 简单描述
|
17356
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17357
17273
|
:type BriefDescription: str
|
17358
17274
|
:param _UpdateTime: 更新时间,格式"2006-01-02 15:04:05.999999999 -0700 MST"
|
17359
17275
|
:type UpdateTime: str
|
@@ -17413,7 +17329,6 @@ class TcrRepositoryInfo(AbstractModel):
|
|
17413
17329
|
@property
|
17414
17330
|
def Description(self):
|
17415
17331
|
"""仓库详细描述
|
17416
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17417
17332
|
:rtype: str
|
17418
17333
|
"""
|
17419
17334
|
return self._Description
|
@@ -17425,7 +17340,6 @@ class TcrRepositoryInfo(AbstractModel):
|
|
17425
17340
|
@property
|
17426
17341
|
def BriefDescription(self):
|
17427
17342
|
"""简单描述
|
17428
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17429
17343
|
:rtype: str
|
17430
17344
|
"""
|
17431
17345
|
return self._BriefDescription
|
@@ -17474,7 +17388,6 @@ class TriggerInvokeCondition(AbstractModel):
|
|
17474
17388
|
:param _InvokeMethod: 触发方式
|
17475
17389
|
:type InvokeMethod: str
|
17476
17390
|
:param _InvokeExpr: 触发表达式
|
17477
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17478
17391
|
:type InvokeExpr: str
|
17479
17392
|
"""
|
17480
17393
|
self._InvokeMethod = None
|
@@ -17494,7 +17407,6 @@ class TriggerInvokeCondition(AbstractModel):
|
|
17494
17407
|
@property
|
17495
17408
|
def InvokeExpr(self):
|
17496
17409
|
"""触发表达式
|
17497
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17498
17410
|
:rtype: str
|
17499
17411
|
"""
|
17500
17412
|
return self._InvokeExpr
|
@@ -17525,22 +17437,16 @@ class TriggerInvokePara(AbstractModel):
|
|
17525
17437
|
def __init__(self):
|
17526
17438
|
r"""
|
17527
17439
|
:param _AppId: AppId
|
17528
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17529
17440
|
:type AppId: str
|
17530
17441
|
:param _ClusterId: TKE集群ID
|
17531
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17532
17442
|
:type ClusterId: str
|
17533
17443
|
:param _Namespace: TKE集群命名空间
|
17534
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17535
17444
|
:type Namespace: str
|
17536
17445
|
:param _ServiceName: TKE集群工作负载名称
|
17537
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17538
17446
|
:type ServiceName: str
|
17539
17447
|
:param _ContainerName: TKE集群工作负载中容器名称
|
17540
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17541
17448
|
:type ContainerName: str
|
17542
17449
|
:param _ClusterRegion: TKE集群地域数字ID
|
17543
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17544
17450
|
:type ClusterRegion: int
|
17545
17451
|
"""
|
17546
17452
|
self._AppId = None
|
@@ -17553,7 +17459,6 @@ class TriggerInvokePara(AbstractModel):
|
|
17553
17459
|
@property
|
17554
17460
|
def AppId(self):
|
17555
17461
|
"""AppId
|
17556
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17557
17462
|
:rtype: str
|
17558
17463
|
"""
|
17559
17464
|
return self._AppId
|
@@ -17565,7 +17470,6 @@ class TriggerInvokePara(AbstractModel):
|
|
17565
17470
|
@property
|
17566
17471
|
def ClusterId(self):
|
17567
17472
|
"""TKE集群ID
|
17568
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17569
17473
|
:rtype: str
|
17570
17474
|
"""
|
17571
17475
|
return self._ClusterId
|
@@ -17577,7 +17481,6 @@ class TriggerInvokePara(AbstractModel):
|
|
17577
17481
|
@property
|
17578
17482
|
def Namespace(self):
|
17579
17483
|
"""TKE集群命名空间
|
17580
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17581
17484
|
:rtype: str
|
17582
17485
|
"""
|
17583
17486
|
return self._Namespace
|
@@ -17589,7 +17492,6 @@ class TriggerInvokePara(AbstractModel):
|
|
17589
17492
|
@property
|
17590
17493
|
def ServiceName(self):
|
17591
17494
|
"""TKE集群工作负载名称
|
17592
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17593
17495
|
:rtype: str
|
17594
17496
|
"""
|
17595
17497
|
return self._ServiceName
|
@@ -17601,7 +17503,6 @@ class TriggerInvokePara(AbstractModel):
|
|
17601
17503
|
@property
|
17602
17504
|
def ContainerName(self):
|
17603
17505
|
"""TKE集群工作负载中容器名称
|
17604
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17605
17506
|
:rtype: str
|
17606
17507
|
"""
|
17607
17508
|
return self._ContainerName
|
@@ -17613,7 +17514,6 @@ class TriggerInvokePara(AbstractModel):
|
|
17613
17514
|
@property
|
17614
17515
|
def ClusterRegion(self):
|
17615
17516
|
"""TKE集群地域数字ID
|
17616
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17617
17517
|
:rtype: int
|
17618
17518
|
"""
|
17619
17519
|
return self._ClusterRegion
|
@@ -17648,10 +17548,8 @@ class TriggerInvokeResult(AbstractModel):
|
|
17648
17548
|
def __init__(self):
|
17649
17549
|
r"""
|
17650
17550
|
:param _ReturnCode: 请求TKE返回值
|
17651
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17652
17551
|
:type ReturnCode: int
|
17653
17552
|
:param _ReturnMsg: 请求TKE返回信息
|
17654
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17655
17553
|
:type ReturnMsg: str
|
17656
17554
|
"""
|
17657
17555
|
self._ReturnCode = None
|
@@ -17660,7 +17558,6 @@ class TriggerInvokeResult(AbstractModel):
|
|
17660
17558
|
@property
|
17661
17559
|
def ReturnCode(self):
|
17662
17560
|
"""请求TKE返回值
|
17663
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17664
17561
|
:rtype: int
|
17665
17562
|
"""
|
17666
17563
|
return self._ReturnCode
|
@@ -17672,7 +17569,6 @@ class TriggerInvokeResult(AbstractModel):
|
|
17672
17569
|
@property
|
17673
17570
|
def ReturnMsg(self):
|
17674
17571
|
"""请求TKE返回信息
|
17675
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17676
17572
|
:rtype: str
|
17677
17573
|
"""
|
17678
17574
|
return self._ReturnMsg
|
@@ -17703,31 +17599,22 @@ class TriggerLogResp(AbstractModel):
|
|
17703
17599
|
def __init__(self):
|
17704
17600
|
r"""
|
17705
17601
|
:param _RepoName: 仓库名称
|
17706
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17707
17602
|
:type RepoName: str
|
17708
17603
|
:param _TagName: Tag名称
|
17709
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17710
17604
|
:type TagName: str
|
17711
17605
|
:param _TriggerName: 触发器名称
|
17712
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17713
17606
|
:type TriggerName: str
|
17714
17607
|
:param _InvokeSource: 触发方式
|
17715
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17716
17608
|
:type InvokeSource: str
|
17717
17609
|
:param _InvokeAction: 触发动作
|
17718
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17719
17610
|
:type InvokeAction: str
|
17720
17611
|
:param _InvokeTime: 触发时间
|
17721
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17722
17612
|
:type InvokeTime: str
|
17723
17613
|
:param _InvokeCondition: 触发条件
|
17724
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17725
17614
|
:type InvokeCondition: :class:`tencentcloud.tcr.v20190924.models.TriggerInvokeCondition`
|
17726
17615
|
:param _InvokePara: 触发参数
|
17727
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17728
17616
|
:type InvokePara: :class:`tencentcloud.tcr.v20190924.models.TriggerInvokePara`
|
17729
17617
|
:param _InvokeResult: 触发结果
|
17730
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17731
17618
|
:type InvokeResult: :class:`tencentcloud.tcr.v20190924.models.TriggerInvokeResult`
|
17732
17619
|
"""
|
17733
17620
|
self._RepoName = None
|
@@ -17743,7 +17630,6 @@ class TriggerLogResp(AbstractModel):
|
|
17743
17630
|
@property
|
17744
17631
|
def RepoName(self):
|
17745
17632
|
"""仓库名称
|
17746
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17747
17633
|
:rtype: str
|
17748
17634
|
"""
|
17749
17635
|
return self._RepoName
|
@@ -17755,7 +17641,6 @@ class TriggerLogResp(AbstractModel):
|
|
17755
17641
|
@property
|
17756
17642
|
def TagName(self):
|
17757
17643
|
"""Tag名称
|
17758
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17759
17644
|
:rtype: str
|
17760
17645
|
"""
|
17761
17646
|
return self._TagName
|
@@ -17767,7 +17652,6 @@ class TriggerLogResp(AbstractModel):
|
|
17767
17652
|
@property
|
17768
17653
|
def TriggerName(self):
|
17769
17654
|
"""触发器名称
|
17770
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17771
17655
|
:rtype: str
|
17772
17656
|
"""
|
17773
17657
|
return self._TriggerName
|
@@ -17779,7 +17663,6 @@ class TriggerLogResp(AbstractModel):
|
|
17779
17663
|
@property
|
17780
17664
|
def InvokeSource(self):
|
17781
17665
|
"""触发方式
|
17782
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17783
17666
|
:rtype: str
|
17784
17667
|
"""
|
17785
17668
|
return self._InvokeSource
|
@@ -17791,7 +17674,6 @@ class TriggerLogResp(AbstractModel):
|
|
17791
17674
|
@property
|
17792
17675
|
def InvokeAction(self):
|
17793
17676
|
"""触发动作
|
17794
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17795
17677
|
:rtype: str
|
17796
17678
|
"""
|
17797
17679
|
return self._InvokeAction
|
@@ -17803,7 +17685,6 @@ class TriggerLogResp(AbstractModel):
|
|
17803
17685
|
@property
|
17804
17686
|
def InvokeTime(self):
|
17805
17687
|
"""触发时间
|
17806
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17807
17688
|
:rtype: str
|
17808
17689
|
"""
|
17809
17690
|
return self._InvokeTime
|
@@ -17815,7 +17696,6 @@ class TriggerLogResp(AbstractModel):
|
|
17815
17696
|
@property
|
17816
17697
|
def InvokeCondition(self):
|
17817
17698
|
"""触发条件
|
17818
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17819
17699
|
:rtype: :class:`tencentcloud.tcr.v20190924.models.TriggerInvokeCondition`
|
17820
17700
|
"""
|
17821
17701
|
return self._InvokeCondition
|
@@ -17827,7 +17707,6 @@ class TriggerLogResp(AbstractModel):
|
|
17827
17707
|
@property
|
17828
17708
|
def InvokePara(self):
|
17829
17709
|
"""触发参数
|
17830
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17831
17710
|
:rtype: :class:`tencentcloud.tcr.v20190924.models.TriggerInvokePara`
|
17832
17711
|
"""
|
17833
17712
|
return self._InvokePara
|
@@ -17839,7 +17718,6 @@ class TriggerLogResp(AbstractModel):
|
|
17839
17718
|
@property
|
17840
17719
|
def InvokeResult(self):
|
17841
17720
|
"""触发结果
|
17842
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17843
17721
|
:rtype: :class:`tencentcloud.tcr.v20190924.models.TriggerInvokeResult`
|
17844
17722
|
"""
|
17845
17723
|
return self._InvokeResult
|
@@ -17883,25 +17761,18 @@ class TriggerResp(AbstractModel):
|
|
17883
17761
|
def __init__(self):
|
17884
17762
|
r"""
|
17885
17763
|
:param _TriggerName: 触发器名称
|
17886
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17887
17764
|
:type TriggerName: str
|
17888
17765
|
:param _InvokeSource: 触发来源
|
17889
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17890
17766
|
:type InvokeSource: str
|
17891
17767
|
:param _InvokeAction: 触发动作
|
17892
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17893
17768
|
:type InvokeAction: str
|
17894
17769
|
:param _CreateTime: 创建时间
|
17895
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17896
17770
|
:type CreateTime: str
|
17897
17771
|
:param _UpdateTime: 更新时间
|
17898
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17899
17772
|
:type UpdateTime: str
|
17900
17773
|
:param _InvokeCondition: 触发条件
|
17901
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17902
17774
|
:type InvokeCondition: :class:`tencentcloud.tcr.v20190924.models.TriggerInvokeCondition`
|
17903
17775
|
:param _InvokePara: 触发器参数
|
17904
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17905
17776
|
:type InvokePara: :class:`tencentcloud.tcr.v20190924.models.TriggerInvokePara`
|
17906
17777
|
"""
|
17907
17778
|
self._TriggerName = None
|
@@ -17915,7 +17786,6 @@ class TriggerResp(AbstractModel):
|
|
17915
17786
|
@property
|
17916
17787
|
def TriggerName(self):
|
17917
17788
|
"""触发器名称
|
17918
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17919
17789
|
:rtype: str
|
17920
17790
|
"""
|
17921
17791
|
return self._TriggerName
|
@@ -17927,7 +17797,6 @@ class TriggerResp(AbstractModel):
|
|
17927
17797
|
@property
|
17928
17798
|
def InvokeSource(self):
|
17929
17799
|
"""触发来源
|
17930
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17931
17800
|
:rtype: str
|
17932
17801
|
"""
|
17933
17802
|
return self._InvokeSource
|
@@ -17939,7 +17808,6 @@ class TriggerResp(AbstractModel):
|
|
17939
17808
|
@property
|
17940
17809
|
def InvokeAction(self):
|
17941
17810
|
"""触发动作
|
17942
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17943
17811
|
:rtype: str
|
17944
17812
|
"""
|
17945
17813
|
return self._InvokeAction
|
@@ -17951,7 +17819,6 @@ class TriggerResp(AbstractModel):
|
|
17951
17819
|
@property
|
17952
17820
|
def CreateTime(self):
|
17953
17821
|
"""创建时间
|
17954
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17955
17822
|
:rtype: str
|
17956
17823
|
"""
|
17957
17824
|
return self._CreateTime
|
@@ -17963,7 +17830,6 @@ class TriggerResp(AbstractModel):
|
|
17963
17830
|
@property
|
17964
17831
|
def UpdateTime(self):
|
17965
17832
|
"""更新时间
|
17966
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17967
17833
|
:rtype: str
|
17968
17834
|
"""
|
17969
17835
|
return self._UpdateTime
|
@@ -17975,7 +17841,6 @@ class TriggerResp(AbstractModel):
|
|
17975
17841
|
@property
|
17976
17842
|
def InvokeCondition(self):
|
17977
17843
|
"""触发条件
|
17978
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17979
17844
|
:rtype: :class:`tencentcloud.tcr.v20190924.models.TriggerInvokeCondition`
|
17980
17845
|
"""
|
17981
17846
|
return self._InvokeCondition
|
@@ -17987,7 +17852,6 @@ class TriggerResp(AbstractModel):
|
|
17987
17852
|
@property
|
17988
17853
|
def InvokePara(self):
|
17989
17854
|
"""触发器参数
|
17990
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17991
17855
|
:rtype: :class:`tencentcloud.tcr.v20190924.models.TriggerInvokePara`
|
17992
17856
|
"""
|
17993
17857
|
return self._InvokePara
|
@@ -18287,13 +18151,10 @@ class VpcPrivateDomainStatus(AbstractModel):
|
|
18287
18151
|
def __init__(self):
|
18288
18152
|
r"""
|
18289
18153
|
:param _Region: 地域
|
18290
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18291
18154
|
:type Region: str
|
18292
18155
|
:param _VpcId: unique vpc id
|
18293
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18294
18156
|
:type VpcId: str
|
18295
18157
|
:param _Status: ENABLE代表已经开启,DISABLE代表未开启,ERROR代表查询出错
|
18296
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18297
18158
|
:type Status: str
|
18298
18159
|
"""
|
18299
18160
|
self._Region = None
|
@@ -18303,7 +18164,6 @@ class VpcPrivateDomainStatus(AbstractModel):
|
|
18303
18164
|
@property
|
18304
18165
|
def Region(self):
|
18305
18166
|
"""地域
|
18306
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18307
18167
|
:rtype: str
|
18308
18168
|
"""
|
18309
18169
|
return self._Region
|
@@ -18315,7 +18175,6 @@ class VpcPrivateDomainStatus(AbstractModel):
|
|
18315
18175
|
@property
|
18316
18176
|
def VpcId(self):
|
18317
18177
|
"""unique vpc id
|
18318
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18319
18178
|
:rtype: str
|
18320
18179
|
"""
|
18321
18180
|
return self._VpcId
|
@@ -18327,7 +18186,6 @@ class VpcPrivateDomainStatus(AbstractModel):
|
|
18327
18186
|
@property
|
18328
18187
|
def Status(self):
|
18329
18188
|
"""ENABLE代表已经开启,DISABLE代表未开启,ERROR代表查询出错
|
18330
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18331
18189
|
:rtype: str
|
18332
18190
|
"""
|
18333
18191
|
return self._Status
|
@@ -18431,7 +18289,6 @@ class WebhookTrigger(AbstractModel):
|
|
18431
18289
|
:param _NamespaceId: 触发器所属命名空间 Id
|
18432
18290
|
:type NamespaceId: int
|
18433
18291
|
:param _NamespaceName: 触发器所属命名空间名称
|
18434
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18435
18292
|
:type NamespaceName: str
|
18436
18293
|
"""
|
18437
18294
|
self._Name = None
|
@@ -18535,7 +18392,6 @@ class WebhookTrigger(AbstractModel):
|
|
18535
18392
|
@property
|
18536
18393
|
def NamespaceName(self):
|
18537
18394
|
"""触发器所属命名空间名称
|
18538
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18539
18395
|
:rtype: str
|
18540
18396
|
"""
|
18541
18397
|
return self._NamespaceName
|