tencentcloud-sdk-python 3.0.1347__py2.py3-none-any.whl → 3.0.1349__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/bh/v20230418/models.py +61 -23
- tencentcloud/cam/v20190116/models.py +2 -2
- tencentcloud/captcha/v20190722/models.py +15 -30
- tencentcloud/cbs/v20170312/models.py +0 -4
- tencentcloud/ccc/v20200210/errorcodes.py +3 -0
- tencentcloud/ccc/v20200210/models.py +159 -2
- tencentcloud/cdwdoris/v20211228/models.py +300 -0
- tencentcloud/cdwpg/v20201230/models.py +98 -86
- tencentcloud/chc/v20230418/models.py +0 -30
- tencentcloud/clb/v20180317/models.py +48 -18
- tencentcloud/dbbrain/v20210527/models.py +0 -8
- tencentcloud/dbdc/v20201029/models.py +0 -16
- tencentcloud/dcdb/v20180411/errorcodes.py +3 -0
- tencentcloud/dcdb/v20180411/models.py +0 -64
- tencentcloud/dlc/v20210125/models.py +256 -16
- tencentcloud/emr/v20190103/models.py +15 -54
- tencentcloud/es/v20180416/errorcodes.py +3 -0
- tencentcloud/ess/v20201111/models.py +12 -12
- tencentcloud/essbasic/v20210526/essbasic_client.py +2 -2
- tencentcloud/essbasic/v20210526/models.py +10 -10
- tencentcloud/gs/v20191118/models.py +4 -58
- tencentcloud/hai/v20230812/models.py +0 -96
- tencentcloud/hunyuan/v20230901/models.py +6 -4
- tencentcloud/iotexplorer/v20190423/iotexplorer_client.py +1 -1
- tencentcloud/iotvideo/v20191126/models.py +0 -4
- tencentcloud/iotvideo/v20201215/models.py +17 -0
- 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/live/v20180801/models.py +8 -24
- tencentcloud/lkeap/v20240522/lkeap_client.py +6 -0
- tencentcloud/mariadb/v20170312/models.py +4 -76
- tencentcloud/monitor/v20180724/models.py +95 -14
- tencentcloud/mps/v20190612/models.py +260 -0
- tencentcloud/mqtt/v20240516/models.py +402 -284
- tencentcloud/mqtt/v20240516/mqtt_client.py +2 -2
- tencentcloud/organization/v20210331/models.py +30 -0
- tencentcloud/privatedns/v20201028/models.py +0 -22
- tencentcloud/taf/v20200210/models.py +270 -0
- tencentcloud/taf/v20200210/taf_client.py +23 -0
- tencentcloud/tbaas/v20180416/models.py +0 -58
- tencentcloud/tcb/v20180608/errorcodes.py +3 -0
- tencentcloud/tcr/v20190924/models.py +30 -154
- tencentcloud/tdmq/v20200217/models.py +0 -16
- tencentcloud/thpc/v20230321/models.py +34 -0
- tencentcloud/tke/v20180525/models.py +692 -622
- tencentcloud/tke/v20180525/tke_client.py +23 -0
- tencentcloud/trocket/v20230308/models.py +0 -24
- tencentcloud/tsf/v20180326/models.py +252 -196
- tencentcloud/vcube/v20220410/models.py +51 -158
- tencentcloud/vcube/v20220410/vcube_client.py +2 -2
- tencentcloud/vod/v20180717/errorcodes.py +3 -0
- tencentcloud/vod/v20180717/models.py +28 -260
- tencentcloud/vpc/v20170312/models.py +135 -0
- tencentcloud/wedata/v20210820/models.py +17 -0
- {tencentcloud_sdk_python-3.0.1347.dist-info → tencentcloud_sdk_python-3.0.1349.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1347.dist-info → tencentcloud_sdk_python-3.0.1349.dist-info}/RECORD +62 -62
- {tencentcloud_sdk_python-3.0.1347.dist-info → tencentcloud_sdk_python-3.0.1349.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1347.dist-info → tencentcloud_sdk_python-3.0.1349.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1347.dist-info → tencentcloud_sdk_python-3.0.1349.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
|
@@ -5884,7 +5872,6 @@ class DescribeExternalEndpointStatusResponse(AbstractModel):
|
|
5884
5872
|
:param _Status: 开启公网访问状态,开启中(Opening)、已开启(Opened)、关闭(Closed)
|
5885
5873
|
:type Status: str
|
5886
5874
|
:param _Reason: 原因
|
5887
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5888
5875
|
:type Reason: str
|
5889
5876
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
5890
5877
|
:type RequestId: str
|
@@ -5907,7 +5894,6 @@ class DescribeExternalEndpointStatusResponse(AbstractModel):
|
|
5907
5894
|
@property
|
5908
5895
|
def Reason(self):
|
5909
5896
|
"""原因
|
5910
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5911
5897
|
:rtype: str
|
5912
5898
|
"""
|
5913
5899
|
return self._Reason
|
@@ -6559,10 +6545,8 @@ class DescribeImageManifestsResponse(AbstractModel):
|
|
6559
6545
|
:param _Config: 镜像的配置信息
|
6560
6546
|
:type Config: str
|
6561
6547
|
:param _Labels: 镜像的Labels信息
|
6562
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6563
6548
|
:type Labels: list of KeyValueString
|
6564
6549
|
:param _Size: 镜像大小,单位:byte
|
6565
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6566
6550
|
:type Size: int
|
6567
6551
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
6568
6552
|
:type RequestId: str
|
@@ -6598,7 +6582,6 @@ class DescribeImageManifestsResponse(AbstractModel):
|
|
6598
6582
|
@property
|
6599
6583
|
def Labels(self):
|
6600
6584
|
"""镜像的Labels信息
|
6601
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6602
6585
|
:rtype: list of KeyValueString
|
6603
6586
|
"""
|
6604
6587
|
return self._Labels
|
@@ -6610,7 +6593,6 @@ class DescribeImageManifestsResponse(AbstractModel):
|
|
6610
6593
|
@property
|
6611
6594
|
def Size(self):
|
6612
6595
|
"""镜像大小,单位:byte
|
6613
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6614
6596
|
:rtype: int
|
6615
6597
|
"""
|
6616
6598
|
return self._Size
|
@@ -6987,8 +6969,14 @@ class DescribeImmutableTagRulesRequest(AbstractModel):
|
|
6987
6969
|
r"""
|
6988
6970
|
:param _RegistryId: 实例 Id
|
6989
6971
|
:type RegistryId: str
|
6972
|
+
:param _Page: 页数,默认为1
|
6973
|
+
:type Page: int
|
6974
|
+
:param _PageSize: 每页展示个数,最大值为100
|
6975
|
+
:type PageSize: int
|
6990
6976
|
"""
|
6991
6977
|
self._RegistryId = None
|
6978
|
+
self._Page = None
|
6979
|
+
self._PageSize = None
|
6992
6980
|
|
6993
6981
|
@property
|
6994
6982
|
def RegistryId(self):
|
@@ -7001,9 +6989,33 @@ class DescribeImmutableTagRulesRequest(AbstractModel):
|
|
7001
6989
|
def RegistryId(self, RegistryId):
|
7002
6990
|
self._RegistryId = RegistryId
|
7003
6991
|
|
6992
|
+
@property
|
6993
|
+
def Page(self):
|
6994
|
+
"""页数,默认为1
|
6995
|
+
:rtype: int
|
6996
|
+
"""
|
6997
|
+
return self._Page
|
6998
|
+
|
6999
|
+
@Page.setter
|
7000
|
+
def Page(self, Page):
|
7001
|
+
self._Page = Page
|
7002
|
+
|
7003
|
+
@property
|
7004
|
+
def PageSize(self):
|
7005
|
+
"""每页展示个数,最大值为100
|
7006
|
+
:rtype: int
|
7007
|
+
"""
|
7008
|
+
return self._PageSize
|
7009
|
+
|
7010
|
+
@PageSize.setter
|
7011
|
+
def PageSize(self, PageSize):
|
7012
|
+
self._PageSize = PageSize
|
7013
|
+
|
7004
7014
|
|
7005
7015
|
def _deserialize(self, params):
|
7006
7016
|
self._RegistryId = params.get("RegistryId")
|
7017
|
+
self._Page = params.get("Page")
|
7018
|
+
self._PageSize = params.get("PageSize")
|
7007
7019
|
memeber_set = set(params.keys())
|
7008
7020
|
for name, value in vars(self).items():
|
7009
7021
|
property_name = name[1:]
|
@@ -7022,10 +7034,8 @@ class DescribeImmutableTagRulesResponse(AbstractModel):
|
|
7022
7034
|
def __init__(self):
|
7023
7035
|
r"""
|
7024
7036
|
:param _Rules: 规则列表
|
7025
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7026
7037
|
:type Rules: list of ImmutableTagRule
|
7027
7038
|
:param _EmptyNs: 未创建规则的命名空间
|
7028
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7029
7039
|
:type EmptyNs: list of str
|
7030
7040
|
:param _Total: 规则总量
|
7031
7041
|
:type Total: int
|
@@ -7040,7 +7050,6 @@ class DescribeImmutableTagRulesResponse(AbstractModel):
|
|
7040
7050
|
@property
|
7041
7051
|
def Rules(self):
|
7042
7052
|
"""规则列表
|
7043
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7044
7053
|
:rtype: list of ImmutableTagRule
|
7045
7054
|
"""
|
7046
7055
|
return self._Rules
|
@@ -7052,7 +7061,6 @@ class DescribeImmutableTagRulesResponse(AbstractModel):
|
|
7052
7061
|
@property
|
7053
7062
|
def EmptyNs(self):
|
7054
7063
|
"""未创建规则的命名空间
|
7055
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7056
7064
|
:rtype: list of str
|
7057
7065
|
"""
|
7058
7066
|
return self._EmptyNs
|
@@ -7249,7 +7257,6 @@ class DescribeInstanceCustomizedDomainResponse(AbstractModel):
|
|
7249
7257
|
def __init__(self):
|
7250
7258
|
r"""
|
7251
7259
|
:param _DomainInfoList: 域名信息列表
|
7252
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7253
7260
|
:type DomainInfoList: list of CustomizedDomainInfo
|
7254
7261
|
:param _TotalCount: 总个数
|
7255
7262
|
:type TotalCount: int
|
@@ -7263,7 +7270,6 @@ class DescribeInstanceCustomizedDomainResponse(AbstractModel):
|
|
7263
7270
|
@property
|
7264
7271
|
def DomainInfoList(self):
|
7265
7272
|
"""域名信息列表
|
7266
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7267
7273
|
:rtype: list of CustomizedDomainInfo
|
7268
7274
|
"""
|
7269
7275
|
return self._DomainInfoList
|
@@ -7634,7 +7640,6 @@ class DescribeInstancesResponse(AbstractModel):
|
|
7634
7640
|
:param _TotalCount: 总实例个数
|
7635
7641
|
:type TotalCount: int
|
7636
7642
|
:param _Registries: 实例信息列表
|
7637
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7638
7643
|
:type Registries: list of Registry
|
7639
7644
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
7640
7645
|
:type RequestId: str
|
@@ -7657,7 +7662,6 @@ class DescribeInstancesResponse(AbstractModel):
|
|
7657
7662
|
@property
|
7658
7663
|
def Registries(self):
|
7659
7664
|
"""实例信息列表
|
7660
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7661
7665
|
:rtype: list of Registry
|
7662
7666
|
"""
|
7663
7667
|
return self._Registries
|
@@ -7738,7 +7742,6 @@ class DescribeInternalEndpointDnsStatusResponse(AbstractModel):
|
|
7738
7742
|
def __init__(self):
|
7739
7743
|
r"""
|
7740
7744
|
:param _VpcSet: vpc私有域名解析状态列表
|
7741
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7742
7745
|
:type VpcSet: list of VpcPrivateDomainStatus
|
7743
7746
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
7744
7747
|
:type RequestId: str
|
@@ -7749,7 +7752,6 @@ class DescribeInternalEndpointDnsStatusResponse(AbstractModel):
|
|
7749
7752
|
@property
|
7750
7753
|
def VpcSet(self):
|
7751
7754
|
"""vpc私有域名解析状态列表
|
7752
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7753
7755
|
:rtype: list of VpcPrivateDomainStatus
|
7754
7756
|
"""
|
7755
7757
|
return self._VpcSet
|
@@ -9413,7 +9415,6 @@ class DescribeServiceAccountsResponse(AbstractModel):
|
|
9413
9415
|
def __init__(self):
|
9414
9416
|
r"""
|
9415
9417
|
:param _ServiceAccounts: 服务级账号列表
|
9416
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9417
9418
|
:type ServiceAccounts: list of ServiceAccount
|
9418
9419
|
:param _TotalCount: 服务级账户数量
|
9419
9420
|
:type TotalCount: int
|
@@ -9427,7 +9428,6 @@ class DescribeServiceAccountsResponse(AbstractModel):
|
|
9427
9428
|
@property
|
9428
9429
|
def ServiceAccounts(self):
|
9429
9430
|
"""服务级账号列表
|
9430
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9431
9431
|
:rtype: list of ServiceAccount
|
9432
9432
|
"""
|
9433
9433
|
return self._ServiceAccounts
|
@@ -10811,7 +10811,6 @@ class FavorResp(AbstractModel):
|
|
10811
10811
|
:param _TotalCount: 收藏仓库的总数
|
10812
10812
|
:type TotalCount: int
|
10813
10813
|
:param _RepoInfo: 仓库信息数组
|
10814
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10815
10814
|
:type RepoInfo: list of Favors
|
10816
10815
|
"""
|
10817
10816
|
self._TotalCount = None
|
@@ -10831,7 +10830,6 @@ class FavorResp(AbstractModel):
|
|
10831
10830
|
@property
|
10832
10831
|
def RepoInfo(self):
|
10833
10832
|
"""仓库信息数组
|
10834
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10835
10833
|
:rtype: list of Favors
|
10836
10834
|
"""
|
10837
10835
|
return self._RepoInfo
|
@@ -10871,22 +10869,16 @@ class Favors(AbstractModel):
|
|
10871
10869
|
:param _RepoType: 仓库类型
|
10872
10870
|
:type RepoType: str
|
10873
10871
|
:param _PullCount: Pull总共的次数
|
10874
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10875
10872
|
:type PullCount: int
|
10876
10873
|
:param _FavorCount: 仓库收藏次数
|
10877
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10878
10874
|
:type FavorCount: int
|
10879
10875
|
:param _Public: 仓库是否公开
|
10880
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10881
10876
|
:type Public: int
|
10882
10877
|
:param _IsQcloudOfficial: 是否为官方所有
|
10883
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10884
10878
|
:type IsQcloudOfficial: bool
|
10885
10879
|
:param _TagCount: 仓库Tag的数量
|
10886
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10887
10880
|
:type TagCount: int
|
10888
10881
|
:param _Logo: Logo
|
10889
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10890
10882
|
:type Logo: str
|
10891
10883
|
:param _Region: 地域
|
10892
10884
|
:type Region: str
|
@@ -10929,7 +10921,6 @@ class Favors(AbstractModel):
|
|
10929
10921
|
@property
|
10930
10922
|
def PullCount(self):
|
10931
10923
|
"""Pull总共的次数
|
10932
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10933
10924
|
:rtype: int
|
10934
10925
|
"""
|
10935
10926
|
return self._PullCount
|
@@ -10941,7 +10932,6 @@ class Favors(AbstractModel):
|
|
10941
10932
|
@property
|
10942
10933
|
def FavorCount(self):
|
10943
10934
|
"""仓库收藏次数
|
10944
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10945
10935
|
:rtype: int
|
10946
10936
|
"""
|
10947
10937
|
return self._FavorCount
|
@@ -10953,7 +10943,6 @@ class Favors(AbstractModel):
|
|
10953
10943
|
@property
|
10954
10944
|
def Public(self):
|
10955
10945
|
"""仓库是否公开
|
10956
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10957
10946
|
:rtype: int
|
10958
10947
|
"""
|
10959
10948
|
return self._Public
|
@@ -10965,7 +10954,6 @@ class Favors(AbstractModel):
|
|
10965
10954
|
@property
|
10966
10955
|
def IsQcloudOfficial(self):
|
10967
10956
|
"""是否为官方所有
|
10968
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10969
10957
|
:rtype: bool
|
10970
10958
|
"""
|
10971
10959
|
return self._IsQcloudOfficial
|
@@ -10977,7 +10965,6 @@ class Favors(AbstractModel):
|
|
10977
10965
|
@property
|
10978
10966
|
def TagCount(self):
|
10979
10967
|
"""仓库Tag的数量
|
10980
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10981
10968
|
:rtype: int
|
10982
10969
|
"""
|
10983
10970
|
return self._TagCount
|
@@ -10989,7 +10976,6 @@ class Favors(AbstractModel):
|
|
10989
10976
|
@property
|
10990
10977
|
def Logo(self):
|
10991
10978
|
"""Logo
|
10992
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10993
10979
|
:rtype: str
|
10994
10980
|
"""
|
10995
10981
|
return self._Logo
|
@@ -13900,10 +13886,8 @@ class Permission(AbstractModel):
|
|
13900
13886
|
def __init__(self):
|
13901
13887
|
r"""
|
13902
13888
|
:param _Resource: 资源路径,目前仅支持Namespace
|
13903
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13904
13889
|
:type Resource: str
|
13905
13890
|
:param _Actions: 动作,目前仅支持:tcr:PushRepository、tcr:PullRepository、tcr:CreateRepository、tcr:CreateHelmChart、tcr:DescribeHelmCharts
|
13906
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13907
13891
|
:type Actions: list of str
|
13908
13892
|
"""
|
13909
13893
|
self._Resource = None
|
@@ -13912,7 +13896,6 @@ class Permission(AbstractModel):
|
|
13912
13896
|
@property
|
13913
13897
|
def Resource(self):
|
13914
13898
|
"""资源路径,目前仅支持Namespace
|
13915
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13916
13899
|
:rtype: str
|
13917
13900
|
"""
|
13918
13901
|
return self._Resource
|
@@ -13924,7 +13907,6 @@ class Permission(AbstractModel):
|
|
13924
13907
|
@property
|
13925
13908
|
def Actions(self):
|
13926
13909
|
"""动作,目前仅支持:tcr:PushRepository、tcr:PullRepository、tcr:CreateRepository、tcr:CreateHelmChart、tcr:DescribeHelmCharts
|
13927
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13928
13910
|
:rtype: list of str
|
13929
13911
|
"""
|
13930
13912
|
return self._Actions
|
@@ -14129,16 +14111,12 @@ DeleteFailed, 实例删除失败
|
|
14129
14111
|
:param _InternalEndpoint: 实例内部访问地址
|
14130
14112
|
:type InternalEndpoint: str
|
14131
14113
|
:param _TagSpecification: 实例云标签
|
14132
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14133
14114
|
:type TagSpecification: :class:`tencentcloud.tcr.v20190924.models.TagSpecification`
|
14134
14115
|
:param _ExpiredAt: 实例过期时间(预付费)
|
14135
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14136
14116
|
:type ExpiredAt: str
|
14137
14117
|
:param _PayMod: 实例付费类型,0表示后付费,1表示预付费
|
14138
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14139
14118
|
:type PayMod: int
|
14140
14119
|
:param _RenewFlag: 预付费续费标识,0表示手动续费,1表示自动续费,2不续费并且不通知
|
14141
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14142
14120
|
:type RenewFlag: int
|
14143
14121
|
:param _DeletionProtection: 是否开启实例删除保护,false表示不开启
|
14144
14122
|
:type DeletionProtection: bool
|
@@ -14295,7 +14273,6 @@ DeleteFailed, 实例删除失败
|
|
14295
14273
|
@property
|
14296
14274
|
def TagSpecification(self):
|
14297
14275
|
"""实例云标签
|
14298
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14299
14276
|
:rtype: :class:`tencentcloud.tcr.v20190924.models.TagSpecification`
|
14300
14277
|
"""
|
14301
14278
|
return self._TagSpecification
|
@@ -14307,7 +14284,6 @@ DeleteFailed, 实例删除失败
|
|
14307
14284
|
@property
|
14308
14285
|
def ExpiredAt(self):
|
14309
14286
|
"""实例过期时间(预付费)
|
14310
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14311
14287
|
:rtype: str
|
14312
14288
|
"""
|
14313
14289
|
return self._ExpiredAt
|
@@ -14319,7 +14295,6 @@ DeleteFailed, 实例删除失败
|
|
14319
14295
|
@property
|
14320
14296
|
def PayMod(self):
|
14321
14297
|
"""实例付费类型,0表示后付费,1表示预付费
|
14322
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14323
14298
|
:rtype: int
|
14324
14299
|
"""
|
14325
14300
|
return self._PayMod
|
@@ -14331,7 +14306,6 @@ DeleteFailed, 实例删除失败
|
|
14331
14306
|
@property
|
14332
14307
|
def RenewFlag(self):
|
14333
14308
|
"""预付费续费标识,0表示手动续费,1表示自动续费,2不续费并且不通知
|
14334
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14335
14309
|
:rtype: int
|
14336
14310
|
"""
|
14337
14311
|
return self._RenewFlag
|
@@ -14510,7 +14484,6 @@ class RegistryStatus(AbstractModel):
|
|
14510
14484
|
:param _Status: 实例的状态
|
14511
14485
|
:type Status: str
|
14512
14486
|
:param _Conditions: 附加状态
|
14513
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14514
14487
|
:type Conditions: list of RegistryCondition
|
14515
14488
|
"""
|
14516
14489
|
self._RegistryId = None
|
@@ -14542,7 +14515,6 @@ class RegistryStatus(AbstractModel):
|
|
14542
14515
|
@property
|
14543
14516
|
def Conditions(self):
|
14544
14517
|
"""附加状态
|
14545
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14546
14518
|
:rtype: list of RegistryCondition
|
14547
14519
|
"""
|
14548
14520
|
return self._Conditions
|
@@ -15365,7 +15337,6 @@ class RepositoryInfoResp(AbstractModel):
|
|
15365
15337
|
:param _CreationTime: 创建时间
|
15366
15338
|
:type CreationTime: str
|
15367
15339
|
:param _Description: 镜像仓库描述
|
15368
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15369
15340
|
:type Description: str
|
15370
15341
|
:param _Public: 是否为公有镜像
|
15371
15342
|
:type Public: int
|
@@ -15436,7 +15407,6 @@ class RepositoryInfoResp(AbstractModel):
|
|
15436
15407
|
@property
|
15437
15408
|
def Description(self):
|
15438
15409
|
"""镜像仓库描述
|
15439
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15440
15410
|
:rtype: str
|
15441
15411
|
"""
|
15442
15412
|
return self._Description
|
@@ -15975,7 +15945,6 @@ class SameImagesResp(AbstractModel):
|
|
15975
15945
|
def __init__(self):
|
15976
15946
|
r"""
|
15977
15947
|
:param _SameImages: tag列表
|
15978
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15979
15948
|
:type SameImages: list of str
|
15980
15949
|
"""
|
15981
15950
|
self._SameImages = None
|
@@ -15983,7 +15952,6 @@ class SameImagesResp(AbstractModel):
|
|
15983
15952
|
@property
|
15984
15953
|
def SameImages(self):
|
15985
15954
|
"""tag列表
|
15986
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15987
15955
|
:rtype: list of str
|
15988
15956
|
"""
|
15989
15957
|
return self._SameImages
|
@@ -16216,25 +16184,18 @@ class ServiceAccount(AbstractModel):
|
|
16216
16184
|
def __init__(self):
|
16217
16185
|
r"""
|
16218
16186
|
:param _Name: 服务级账号名
|
16219
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16220
16187
|
:type Name: str
|
16221
16188
|
:param _Description: 描述
|
16222
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16223
16189
|
:type Description: str
|
16224
16190
|
:param _Disable: 是否禁用
|
16225
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16226
16191
|
:type Disable: bool
|
16227
16192
|
:param _ExpiresAt: 过期时间
|
16228
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16229
16193
|
:type ExpiresAt: int
|
16230
16194
|
:param _CreateTime: 创建时间
|
16231
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16232
16195
|
:type CreateTime: str
|
16233
16196
|
:param _UpdateTime: 更新时间
|
16234
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16235
16197
|
:type UpdateTime: str
|
16236
16198
|
:param _Permissions: 策略
|
16237
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16238
16199
|
:type Permissions: list of Permission
|
16239
16200
|
"""
|
16240
16201
|
self._Name = None
|
@@ -16248,7 +16209,6 @@ class ServiceAccount(AbstractModel):
|
|
16248
16209
|
@property
|
16249
16210
|
def Name(self):
|
16250
16211
|
"""服务级账号名
|
16251
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16252
16212
|
:rtype: str
|
16253
16213
|
"""
|
16254
16214
|
return self._Name
|
@@ -16260,7 +16220,6 @@ class ServiceAccount(AbstractModel):
|
|
16260
16220
|
@property
|
16261
16221
|
def Description(self):
|
16262
16222
|
"""描述
|
16263
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16264
16223
|
:rtype: str
|
16265
16224
|
"""
|
16266
16225
|
return self._Description
|
@@ -16272,7 +16231,6 @@ class ServiceAccount(AbstractModel):
|
|
16272
16231
|
@property
|
16273
16232
|
def Disable(self):
|
16274
16233
|
"""是否禁用
|
16275
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16276
16234
|
:rtype: bool
|
16277
16235
|
"""
|
16278
16236
|
return self._Disable
|
@@ -16284,7 +16242,6 @@ class ServiceAccount(AbstractModel):
|
|
16284
16242
|
@property
|
16285
16243
|
def ExpiresAt(self):
|
16286
16244
|
"""过期时间
|
16287
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16288
16245
|
:rtype: int
|
16289
16246
|
"""
|
16290
16247
|
return self._ExpiresAt
|
@@ -16296,7 +16253,6 @@ class ServiceAccount(AbstractModel):
|
|
16296
16253
|
@property
|
16297
16254
|
def CreateTime(self):
|
16298
16255
|
"""创建时间
|
16299
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16300
16256
|
:rtype: str
|
16301
16257
|
"""
|
16302
16258
|
return self._CreateTime
|
@@ -16308,7 +16264,6 @@ class ServiceAccount(AbstractModel):
|
|
16308
16264
|
@property
|
16309
16265
|
def UpdateTime(self):
|
16310
16266
|
"""更新时间
|
16311
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16312
16267
|
:rtype: str
|
16313
16268
|
"""
|
16314
16269
|
return self._UpdateTime
|
@@ -16320,7 +16275,6 @@ class ServiceAccount(AbstractModel):
|
|
16320
16275
|
@property
|
16321
16276
|
def Permissions(self):
|
16322
16277
|
"""策略
|
16323
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16324
16278
|
:rtype: list of Permission
|
16325
16279
|
"""
|
16326
16280
|
return self._Permissions
|
@@ -16361,10 +16315,8 @@ class Tag(AbstractModel):
|
|
16361
16315
|
def __init__(self):
|
16362
16316
|
r"""
|
16363
16317
|
:param _Key: 云标签的key
|
16364
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16365
16318
|
:type Key: str
|
16366
16319
|
:param _Value: 云标签的值
|
16367
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16368
16320
|
:type Value: str
|
16369
16321
|
"""
|
16370
16322
|
self._Key = None
|
@@ -16373,7 +16325,6 @@ class Tag(AbstractModel):
|
|
16373
16325
|
@property
|
16374
16326
|
def Key(self):
|
16375
16327
|
"""云标签的key
|
16376
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16377
16328
|
:rtype: str
|
16378
16329
|
"""
|
16379
16330
|
return self._Key
|
@@ -16385,7 +16336,6 @@ class Tag(AbstractModel):
|
|
16385
16336
|
@property
|
16386
16337
|
def Value(self):
|
16387
16338
|
"""云标签的值
|
16388
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16389
16339
|
:rtype: str
|
16390
16340
|
"""
|
16391
16341
|
return self._Value
|
@@ -16426,7 +16376,6 @@ class TagInfo(AbstractModel):
|
|
16426
16376
|
:param _CreationTime: 制品的创建时间
|
16427
16377
|
:type CreationTime: str
|
16428
16378
|
:param _DurationDays: 制品创建至今时间长度
|
16429
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16430
16379
|
:type DurationDays: str
|
16431
16380
|
:param _Author: 标注的制品作者
|
16432
16381
|
:type Author: str
|
@@ -16521,7 +16470,6 @@ class TagInfo(AbstractModel):
|
|
16521
16470
|
@property
|
16522
16471
|
def DurationDays(self):
|
16523
16472
|
"""制品创建至今时间长度
|
16524
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16525
16473
|
:rtype: str
|
16526
16474
|
"""
|
16527
16475
|
return self._DurationDays
|
@@ -16750,10 +16698,8 @@ class TagSpecification(AbstractModel):
|
|
16750
16698
|
def __init__(self):
|
16751
16699
|
r"""
|
16752
16700
|
:param _ResourceType: 默认值为instance
|
16753
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16754
16701
|
:type ResourceType: str
|
16755
16702
|
:param _Tags: 云标签数组
|
16756
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16757
16703
|
:type Tags: list of Tag
|
16758
16704
|
"""
|
16759
16705
|
self._ResourceType = None
|
@@ -16762,7 +16708,6 @@ class TagSpecification(AbstractModel):
|
|
16762
16708
|
@property
|
16763
16709
|
def ResourceType(self):
|
16764
16710
|
"""默认值为instance
|
16765
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16766
16711
|
:rtype: str
|
16767
16712
|
"""
|
16768
16713
|
return self._ResourceType
|
@@ -16774,7 +16719,6 @@ class TagSpecification(AbstractModel):
|
|
16774
16719
|
@property
|
16775
16720
|
def Tags(self):
|
16776
16721
|
"""云标签数组
|
16777
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16778
16722
|
:rtype: list of Tag
|
16779
16723
|
"""
|
16780
16724
|
return self._Tags
|
@@ -16816,12 +16760,10 @@ class TaskDetail(AbstractModel):
|
|
16816
16760
|
:param _TaskStatus: 任务状态
|
16817
16761
|
:type TaskStatus: str
|
16818
16762
|
:param _TaskMessage: 任务的状态信息
|
16819
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16820
16763
|
:type TaskMessage: str
|
16821
16764
|
:param _CreatedTime: 任务开始时间
|
16822
16765
|
:type CreatedTime: str
|
16823
16766
|
:param _FinishedTime: 任务结束时间
|
16824
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16825
16767
|
:type FinishedTime: str
|
16826
16768
|
"""
|
16827
16769
|
self._TaskName = None
|
@@ -16867,7 +16809,6 @@ class TaskDetail(AbstractModel):
|
|
16867
16809
|
@property
|
16868
16810
|
def TaskMessage(self):
|
16869
16811
|
"""任务的状态信息
|
16870
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16871
16812
|
:rtype: str
|
16872
16813
|
"""
|
16873
16814
|
return self._TaskMessage
|
@@ -16890,7 +16831,6 @@ class TaskDetail(AbstractModel):
|
|
16890
16831
|
@property
|
16891
16832
|
def FinishedTime(self):
|
16892
16833
|
"""任务结束时间
|
16893
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16894
16834
|
:rtype: str
|
16895
16835
|
"""
|
16896
16836
|
return self._FinishedTime
|
@@ -16933,10 +16873,8 @@ class TcrImageInfo(AbstractModel):
|
|
16933
16873
|
:param _UpdateTime: 更新时间
|
16934
16874
|
:type UpdateTime: str
|
16935
16875
|
:param _Kind: 制品类型
|
16936
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16937
16876
|
:type Kind: str
|
16938
16877
|
:param _KmsSignature: KMS 签名信息
|
16939
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16940
16878
|
:type KmsSignature: str
|
16941
16879
|
"""
|
16942
16880
|
self._Digest = None
|
@@ -16993,7 +16931,6 @@ class TcrImageInfo(AbstractModel):
|
|
16993
16931
|
@property
|
16994
16932
|
def Kind(self):
|
16995
16933
|
"""制品类型
|
16996
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16997
16934
|
:rtype: str
|
16998
16935
|
"""
|
16999
16936
|
return self._Kind
|
@@ -17005,7 +16942,6 @@ class TcrImageInfo(AbstractModel):
|
|
17005
16942
|
@property
|
17006
16943
|
def KmsSignature(self):
|
17007
16944
|
"""KMS 签名信息
|
17008
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17009
16945
|
:rtype: str
|
17010
16946
|
"""
|
17011
16947
|
return self._KmsSignature
|
@@ -17159,10 +17095,8 @@ class TcrNamespaceInfo(AbstractModel):
|
|
17159
17095
|
:param _NamespaceId: 命名空间的Id
|
17160
17096
|
:type NamespaceId: int
|
17161
17097
|
:param _TagSpecification: 实例云标签
|
17162
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17163
17098
|
:type TagSpecification: :class:`tencentcloud.tcr.v20190924.models.TagSpecification`
|
17164
17099
|
:param _Metadata: 命名空间元数据
|
17165
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17166
17100
|
:type Metadata: list of KeyValueString
|
17167
17101
|
:param _CVEWhitelistItems: 漏洞白名单列表
|
17168
17102
|
:type CVEWhitelistItems: list of CVEWhitelistItem
|
@@ -17231,7 +17165,6 @@ class TcrNamespaceInfo(AbstractModel):
|
|
17231
17165
|
@property
|
17232
17166
|
def TagSpecification(self):
|
17233
17167
|
"""实例云标签
|
17234
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17235
17168
|
:rtype: :class:`tencentcloud.tcr.v20190924.models.TagSpecification`
|
17236
17169
|
"""
|
17237
17170
|
return self._TagSpecification
|
@@ -17243,7 +17176,6 @@ class TcrNamespaceInfo(AbstractModel):
|
|
17243
17176
|
@property
|
17244
17177
|
def Metadata(self):
|
17245
17178
|
"""命名空间元数据
|
17246
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17247
17179
|
:rtype: list of KeyValueString
|
17248
17180
|
"""
|
17249
17181
|
return self._Metadata
|
@@ -17466,7 +17398,6 @@ class TriggerInvokeCondition(AbstractModel):
|
|
17466
17398
|
:param _InvokeMethod: 触发方式
|
17467
17399
|
:type InvokeMethod: str
|
17468
17400
|
:param _InvokeExpr: 触发表达式
|
17469
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17470
17401
|
:type InvokeExpr: str
|
17471
17402
|
"""
|
17472
17403
|
self._InvokeMethod = None
|
@@ -17486,7 +17417,6 @@ class TriggerInvokeCondition(AbstractModel):
|
|
17486
17417
|
@property
|
17487
17418
|
def InvokeExpr(self):
|
17488
17419
|
"""触发表达式
|
17489
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17490
17420
|
:rtype: str
|
17491
17421
|
"""
|
17492
17422
|
return self._InvokeExpr
|
@@ -17517,22 +17447,16 @@ class TriggerInvokePara(AbstractModel):
|
|
17517
17447
|
def __init__(self):
|
17518
17448
|
r"""
|
17519
17449
|
:param _AppId: AppId
|
17520
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17521
17450
|
:type AppId: str
|
17522
17451
|
:param _ClusterId: TKE集群ID
|
17523
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17524
17452
|
:type ClusterId: str
|
17525
17453
|
:param _Namespace: TKE集群命名空间
|
17526
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17527
17454
|
:type Namespace: str
|
17528
17455
|
:param _ServiceName: TKE集群工作负载名称
|
17529
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17530
17456
|
:type ServiceName: str
|
17531
17457
|
:param _ContainerName: TKE集群工作负载中容器名称
|
17532
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17533
17458
|
:type ContainerName: str
|
17534
17459
|
:param _ClusterRegion: TKE集群地域数字ID
|
17535
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17536
17460
|
:type ClusterRegion: int
|
17537
17461
|
"""
|
17538
17462
|
self._AppId = None
|
@@ -17545,7 +17469,6 @@ class TriggerInvokePara(AbstractModel):
|
|
17545
17469
|
@property
|
17546
17470
|
def AppId(self):
|
17547
17471
|
"""AppId
|
17548
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17549
17472
|
:rtype: str
|
17550
17473
|
"""
|
17551
17474
|
return self._AppId
|
@@ -17557,7 +17480,6 @@ class TriggerInvokePara(AbstractModel):
|
|
17557
17480
|
@property
|
17558
17481
|
def ClusterId(self):
|
17559
17482
|
"""TKE集群ID
|
17560
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17561
17483
|
:rtype: str
|
17562
17484
|
"""
|
17563
17485
|
return self._ClusterId
|
@@ -17569,7 +17491,6 @@ class TriggerInvokePara(AbstractModel):
|
|
17569
17491
|
@property
|
17570
17492
|
def Namespace(self):
|
17571
17493
|
"""TKE集群命名空间
|
17572
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17573
17494
|
:rtype: str
|
17574
17495
|
"""
|
17575
17496
|
return self._Namespace
|
@@ -17581,7 +17502,6 @@ class TriggerInvokePara(AbstractModel):
|
|
17581
17502
|
@property
|
17582
17503
|
def ServiceName(self):
|
17583
17504
|
"""TKE集群工作负载名称
|
17584
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17585
17505
|
:rtype: str
|
17586
17506
|
"""
|
17587
17507
|
return self._ServiceName
|
@@ -17593,7 +17513,6 @@ class TriggerInvokePara(AbstractModel):
|
|
17593
17513
|
@property
|
17594
17514
|
def ContainerName(self):
|
17595
17515
|
"""TKE集群工作负载中容器名称
|
17596
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17597
17516
|
:rtype: str
|
17598
17517
|
"""
|
17599
17518
|
return self._ContainerName
|
@@ -17605,7 +17524,6 @@ class TriggerInvokePara(AbstractModel):
|
|
17605
17524
|
@property
|
17606
17525
|
def ClusterRegion(self):
|
17607
17526
|
"""TKE集群地域数字ID
|
17608
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17609
17527
|
:rtype: int
|
17610
17528
|
"""
|
17611
17529
|
return self._ClusterRegion
|
@@ -17640,10 +17558,8 @@ class TriggerInvokeResult(AbstractModel):
|
|
17640
17558
|
def __init__(self):
|
17641
17559
|
r"""
|
17642
17560
|
:param _ReturnCode: 请求TKE返回值
|
17643
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17644
17561
|
:type ReturnCode: int
|
17645
17562
|
:param _ReturnMsg: 请求TKE返回信息
|
17646
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17647
17563
|
:type ReturnMsg: str
|
17648
17564
|
"""
|
17649
17565
|
self._ReturnCode = None
|
@@ -17652,7 +17568,6 @@ class TriggerInvokeResult(AbstractModel):
|
|
17652
17568
|
@property
|
17653
17569
|
def ReturnCode(self):
|
17654
17570
|
"""请求TKE返回值
|
17655
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17656
17571
|
:rtype: int
|
17657
17572
|
"""
|
17658
17573
|
return self._ReturnCode
|
@@ -17664,7 +17579,6 @@ class TriggerInvokeResult(AbstractModel):
|
|
17664
17579
|
@property
|
17665
17580
|
def ReturnMsg(self):
|
17666
17581
|
"""请求TKE返回信息
|
17667
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17668
17582
|
:rtype: str
|
17669
17583
|
"""
|
17670
17584
|
return self._ReturnMsg
|
@@ -17695,31 +17609,22 @@ class TriggerLogResp(AbstractModel):
|
|
17695
17609
|
def __init__(self):
|
17696
17610
|
r"""
|
17697
17611
|
:param _RepoName: 仓库名称
|
17698
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17699
17612
|
:type RepoName: str
|
17700
17613
|
:param _TagName: Tag名称
|
17701
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17702
17614
|
:type TagName: str
|
17703
17615
|
:param _TriggerName: 触发器名称
|
17704
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17705
17616
|
:type TriggerName: str
|
17706
17617
|
:param _InvokeSource: 触发方式
|
17707
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17708
17618
|
:type InvokeSource: str
|
17709
17619
|
:param _InvokeAction: 触发动作
|
17710
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17711
17620
|
:type InvokeAction: str
|
17712
17621
|
:param _InvokeTime: 触发时间
|
17713
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17714
17622
|
:type InvokeTime: str
|
17715
17623
|
:param _InvokeCondition: 触发条件
|
17716
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17717
17624
|
:type InvokeCondition: :class:`tencentcloud.tcr.v20190924.models.TriggerInvokeCondition`
|
17718
17625
|
:param _InvokePara: 触发参数
|
17719
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17720
17626
|
:type InvokePara: :class:`tencentcloud.tcr.v20190924.models.TriggerInvokePara`
|
17721
17627
|
:param _InvokeResult: 触发结果
|
17722
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17723
17628
|
:type InvokeResult: :class:`tencentcloud.tcr.v20190924.models.TriggerInvokeResult`
|
17724
17629
|
"""
|
17725
17630
|
self._RepoName = None
|
@@ -17735,7 +17640,6 @@ class TriggerLogResp(AbstractModel):
|
|
17735
17640
|
@property
|
17736
17641
|
def RepoName(self):
|
17737
17642
|
"""仓库名称
|
17738
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17739
17643
|
:rtype: str
|
17740
17644
|
"""
|
17741
17645
|
return self._RepoName
|
@@ -17747,7 +17651,6 @@ class TriggerLogResp(AbstractModel):
|
|
17747
17651
|
@property
|
17748
17652
|
def TagName(self):
|
17749
17653
|
"""Tag名称
|
17750
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17751
17654
|
:rtype: str
|
17752
17655
|
"""
|
17753
17656
|
return self._TagName
|
@@ -17759,7 +17662,6 @@ class TriggerLogResp(AbstractModel):
|
|
17759
17662
|
@property
|
17760
17663
|
def TriggerName(self):
|
17761
17664
|
"""触发器名称
|
17762
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17763
17665
|
:rtype: str
|
17764
17666
|
"""
|
17765
17667
|
return self._TriggerName
|
@@ -17771,7 +17673,6 @@ class TriggerLogResp(AbstractModel):
|
|
17771
17673
|
@property
|
17772
17674
|
def InvokeSource(self):
|
17773
17675
|
"""触发方式
|
17774
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17775
17676
|
:rtype: str
|
17776
17677
|
"""
|
17777
17678
|
return self._InvokeSource
|
@@ -17783,7 +17684,6 @@ class TriggerLogResp(AbstractModel):
|
|
17783
17684
|
@property
|
17784
17685
|
def InvokeAction(self):
|
17785
17686
|
"""触发动作
|
17786
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17787
17687
|
:rtype: str
|
17788
17688
|
"""
|
17789
17689
|
return self._InvokeAction
|
@@ -17795,7 +17695,6 @@ class TriggerLogResp(AbstractModel):
|
|
17795
17695
|
@property
|
17796
17696
|
def InvokeTime(self):
|
17797
17697
|
"""触发时间
|
17798
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17799
17698
|
:rtype: str
|
17800
17699
|
"""
|
17801
17700
|
return self._InvokeTime
|
@@ -17807,7 +17706,6 @@ class TriggerLogResp(AbstractModel):
|
|
17807
17706
|
@property
|
17808
17707
|
def InvokeCondition(self):
|
17809
17708
|
"""触发条件
|
17810
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17811
17709
|
:rtype: :class:`tencentcloud.tcr.v20190924.models.TriggerInvokeCondition`
|
17812
17710
|
"""
|
17813
17711
|
return self._InvokeCondition
|
@@ -17819,7 +17717,6 @@ class TriggerLogResp(AbstractModel):
|
|
17819
17717
|
@property
|
17820
17718
|
def InvokePara(self):
|
17821
17719
|
"""触发参数
|
17822
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17823
17720
|
:rtype: :class:`tencentcloud.tcr.v20190924.models.TriggerInvokePara`
|
17824
17721
|
"""
|
17825
17722
|
return self._InvokePara
|
@@ -17831,7 +17728,6 @@ class TriggerLogResp(AbstractModel):
|
|
17831
17728
|
@property
|
17832
17729
|
def InvokeResult(self):
|
17833
17730
|
"""触发结果
|
17834
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17835
17731
|
:rtype: :class:`tencentcloud.tcr.v20190924.models.TriggerInvokeResult`
|
17836
17732
|
"""
|
17837
17733
|
return self._InvokeResult
|
@@ -17875,25 +17771,18 @@ class TriggerResp(AbstractModel):
|
|
17875
17771
|
def __init__(self):
|
17876
17772
|
r"""
|
17877
17773
|
:param _TriggerName: 触发器名称
|
17878
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17879
17774
|
:type TriggerName: str
|
17880
17775
|
:param _InvokeSource: 触发来源
|
17881
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17882
17776
|
:type InvokeSource: str
|
17883
17777
|
:param _InvokeAction: 触发动作
|
17884
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17885
17778
|
:type InvokeAction: str
|
17886
17779
|
:param _CreateTime: 创建时间
|
17887
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17888
17780
|
:type CreateTime: str
|
17889
17781
|
:param _UpdateTime: 更新时间
|
17890
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17891
17782
|
:type UpdateTime: str
|
17892
17783
|
:param _InvokeCondition: 触发条件
|
17893
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17894
17784
|
:type InvokeCondition: :class:`tencentcloud.tcr.v20190924.models.TriggerInvokeCondition`
|
17895
17785
|
:param _InvokePara: 触发器参数
|
17896
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17897
17786
|
:type InvokePara: :class:`tencentcloud.tcr.v20190924.models.TriggerInvokePara`
|
17898
17787
|
"""
|
17899
17788
|
self._TriggerName = None
|
@@ -17907,7 +17796,6 @@ class TriggerResp(AbstractModel):
|
|
17907
17796
|
@property
|
17908
17797
|
def TriggerName(self):
|
17909
17798
|
"""触发器名称
|
17910
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17911
17799
|
:rtype: str
|
17912
17800
|
"""
|
17913
17801
|
return self._TriggerName
|
@@ -17919,7 +17807,6 @@ class TriggerResp(AbstractModel):
|
|
17919
17807
|
@property
|
17920
17808
|
def InvokeSource(self):
|
17921
17809
|
"""触发来源
|
17922
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17923
17810
|
:rtype: str
|
17924
17811
|
"""
|
17925
17812
|
return self._InvokeSource
|
@@ -17931,7 +17818,6 @@ class TriggerResp(AbstractModel):
|
|
17931
17818
|
@property
|
17932
17819
|
def InvokeAction(self):
|
17933
17820
|
"""触发动作
|
17934
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17935
17821
|
:rtype: str
|
17936
17822
|
"""
|
17937
17823
|
return self._InvokeAction
|
@@ -17943,7 +17829,6 @@ class TriggerResp(AbstractModel):
|
|
17943
17829
|
@property
|
17944
17830
|
def CreateTime(self):
|
17945
17831
|
"""创建时间
|
17946
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17947
17832
|
:rtype: str
|
17948
17833
|
"""
|
17949
17834
|
return self._CreateTime
|
@@ -17955,7 +17840,6 @@ class TriggerResp(AbstractModel):
|
|
17955
17840
|
@property
|
17956
17841
|
def UpdateTime(self):
|
17957
17842
|
"""更新时间
|
17958
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17959
17843
|
:rtype: str
|
17960
17844
|
"""
|
17961
17845
|
return self._UpdateTime
|
@@ -17967,7 +17851,6 @@ class TriggerResp(AbstractModel):
|
|
17967
17851
|
@property
|
17968
17852
|
def InvokeCondition(self):
|
17969
17853
|
"""触发条件
|
17970
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17971
17854
|
:rtype: :class:`tencentcloud.tcr.v20190924.models.TriggerInvokeCondition`
|
17972
17855
|
"""
|
17973
17856
|
return self._InvokeCondition
|
@@ -17979,7 +17862,6 @@ class TriggerResp(AbstractModel):
|
|
17979
17862
|
@property
|
17980
17863
|
def InvokePara(self):
|
17981
17864
|
"""触发器参数
|
17982
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17983
17865
|
:rtype: :class:`tencentcloud.tcr.v20190924.models.TriggerInvokePara`
|
17984
17866
|
"""
|
17985
17867
|
return self._InvokePara
|
@@ -18279,13 +18161,10 @@ class VpcPrivateDomainStatus(AbstractModel):
|
|
18279
18161
|
def __init__(self):
|
18280
18162
|
r"""
|
18281
18163
|
:param _Region: 地域
|
18282
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18283
18164
|
:type Region: str
|
18284
18165
|
:param _VpcId: unique vpc id
|
18285
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18286
18166
|
:type VpcId: str
|
18287
18167
|
:param _Status: ENABLE代表已经开启,DISABLE代表未开启,ERROR代表查询出错
|
18288
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18289
18168
|
:type Status: str
|
18290
18169
|
"""
|
18291
18170
|
self._Region = None
|
@@ -18295,7 +18174,6 @@ class VpcPrivateDomainStatus(AbstractModel):
|
|
18295
18174
|
@property
|
18296
18175
|
def Region(self):
|
18297
18176
|
"""地域
|
18298
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18299
18177
|
:rtype: str
|
18300
18178
|
"""
|
18301
18179
|
return self._Region
|
@@ -18307,7 +18185,6 @@ class VpcPrivateDomainStatus(AbstractModel):
|
|
18307
18185
|
@property
|
18308
18186
|
def VpcId(self):
|
18309
18187
|
"""unique vpc id
|
18310
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18311
18188
|
:rtype: str
|
18312
18189
|
"""
|
18313
18190
|
return self._VpcId
|
@@ -18319,7 +18196,6 @@ class VpcPrivateDomainStatus(AbstractModel):
|
|
18319
18196
|
@property
|
18320
18197
|
def Status(self):
|
18321
18198
|
"""ENABLE代表已经开启,DISABLE代表未开启,ERROR代表查询出错
|
18322
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18323
18199
|
:rtype: str
|
18324
18200
|
"""
|
18325
18201
|
return self._Status
|