tencentcloud-sdk-python 3.0.1348__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/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/cdwpg/v20201230/models.py +2 -2
- tencentcloud/clb/v20180317/models.py +2 -2
- tencentcloud/dbdc/v20201029/models.py +0 -16
- tencentcloud/dlc/v20210125/models.py +256 -16
- tencentcloud/es/v20180416/errorcodes.py +3 -0
- tencentcloud/ess/v20201111/models.py +8 -8
- tencentcloud/essbasic/v20210526/essbasic_client.py +2 -2
- tencentcloud/essbasic/v20210526/models.py +6 -6
- tencentcloud/hai/v20230812/models.py +0 -52
- tencentcloud/hunyuan/v20230901/models.py +6 -4
- tencentcloud/iotvideo/v20191126/models.py +0 -4
- tencentcloud/iotvideo/v20201215/models.py +17 -0
- tencentcloud/live/v20180801/models.py +8 -24
- tencentcloud/lkeap/v20240522/lkeap_client.py +1 -0
- tencentcloud/mariadb/v20170312/models.py +2 -6
- tencentcloud/monitor/v20180724/models.py +95 -14
- tencentcloud/mps/v20190612/models.py +260 -0
- tencentcloud/mqtt/v20240516/models.py +124 -114
- tencentcloud/mqtt/v20240516/mqtt_client.py +2 -2
- 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 -12
- tencentcloud/tcr/v20190924/models.py +30 -20
- tencentcloud/tdmq/v20200217/models.py +0 -2
- tencentcloud/tke/v20180525/models.py +692 -556
- tencentcloud/tke/v20180525/tke_client.py +23 -0
- tencentcloud/tsf/v20180326/models.py +56 -14
- tencentcloud/vod/v20180717/errorcodes.py +3 -0
- tencentcloud/vod/v20180717/models.py +20 -214
- tencentcloud/vpc/v20170312/models.py +135 -0
- {tencentcloud_sdk_python-3.0.1348.dist-info → tencentcloud_sdk_python-3.0.1349.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1348.dist-info → tencentcloud_sdk_python-3.0.1349.dist-info}/RECORD +41 -41
- {tencentcloud_sdk_python-3.0.1348.dist-info → tencentcloud_sdk_python-3.0.1349.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1348.dist-info → tencentcloud_sdk_python-3.0.1349.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1348.dist-info → tencentcloud_sdk_python-3.0.1349.dist-info}/top_level.txt +0 -0
@@ -5872,7 +5872,6 @@ class DescribeExternalEndpointStatusResponse(AbstractModel):
|
|
5872
5872
|
:param _Status: 开启公网访问状态,开启中(Opening)、已开启(Opened)、关闭(Closed)
|
5873
5873
|
:type Status: str
|
5874
5874
|
:param _Reason: 原因
|
5875
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5876
5875
|
:type Reason: str
|
5877
5876
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
5878
5877
|
:type RequestId: str
|
@@ -5895,7 +5894,6 @@ class DescribeExternalEndpointStatusResponse(AbstractModel):
|
|
5895
5894
|
@property
|
5896
5895
|
def Reason(self):
|
5897
5896
|
"""原因
|
5898
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5899
5897
|
:rtype: str
|
5900
5898
|
"""
|
5901
5899
|
return self._Reason
|
@@ -6547,10 +6545,8 @@ class DescribeImageManifestsResponse(AbstractModel):
|
|
6547
6545
|
:param _Config: 镜像的配置信息
|
6548
6546
|
:type Config: str
|
6549
6547
|
:param _Labels: 镜像的Labels信息
|
6550
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6551
6548
|
:type Labels: list of KeyValueString
|
6552
6549
|
:param _Size: 镜像大小,单位:byte
|
6553
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6554
6550
|
:type Size: int
|
6555
6551
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
6556
6552
|
:type RequestId: str
|
@@ -6586,7 +6582,6 @@ class DescribeImageManifestsResponse(AbstractModel):
|
|
6586
6582
|
@property
|
6587
6583
|
def Labels(self):
|
6588
6584
|
"""镜像的Labels信息
|
6589
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6590
6585
|
:rtype: list of KeyValueString
|
6591
6586
|
"""
|
6592
6587
|
return self._Labels
|
@@ -6598,7 +6593,6 @@ class DescribeImageManifestsResponse(AbstractModel):
|
|
6598
6593
|
@property
|
6599
6594
|
def Size(self):
|
6600
6595
|
"""镜像大小,单位:byte
|
6601
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6602
6596
|
:rtype: int
|
6603
6597
|
"""
|
6604
6598
|
return self._Size
|
@@ -6975,8 +6969,14 @@ class DescribeImmutableTagRulesRequest(AbstractModel):
|
|
6975
6969
|
r"""
|
6976
6970
|
:param _RegistryId: 实例 Id
|
6977
6971
|
:type RegistryId: str
|
6972
|
+
:param _Page: 页数,默认为1
|
6973
|
+
:type Page: int
|
6974
|
+
:param _PageSize: 每页展示个数,最大值为100
|
6975
|
+
:type PageSize: int
|
6978
6976
|
"""
|
6979
6977
|
self._RegistryId = None
|
6978
|
+
self._Page = None
|
6979
|
+
self._PageSize = None
|
6980
6980
|
|
6981
6981
|
@property
|
6982
6982
|
def RegistryId(self):
|
@@ -6989,9 +6989,33 @@ class DescribeImmutableTagRulesRequest(AbstractModel):
|
|
6989
6989
|
def RegistryId(self, RegistryId):
|
6990
6990
|
self._RegistryId = RegistryId
|
6991
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
|
+
|
6992
7014
|
|
6993
7015
|
def _deserialize(self, params):
|
6994
7016
|
self._RegistryId = params.get("RegistryId")
|
7017
|
+
self._Page = params.get("Page")
|
7018
|
+
self._PageSize = params.get("PageSize")
|
6995
7019
|
memeber_set = set(params.keys())
|
6996
7020
|
for name, value in vars(self).items():
|
6997
7021
|
property_name = name[1:]
|
@@ -7010,10 +7034,8 @@ class DescribeImmutableTagRulesResponse(AbstractModel):
|
|
7010
7034
|
def __init__(self):
|
7011
7035
|
r"""
|
7012
7036
|
:param _Rules: 规则列表
|
7013
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7014
7037
|
:type Rules: list of ImmutableTagRule
|
7015
7038
|
:param _EmptyNs: 未创建规则的命名空间
|
7016
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7017
7039
|
:type EmptyNs: list of str
|
7018
7040
|
:param _Total: 规则总量
|
7019
7041
|
:type Total: int
|
@@ -7028,7 +7050,6 @@ class DescribeImmutableTagRulesResponse(AbstractModel):
|
|
7028
7050
|
@property
|
7029
7051
|
def Rules(self):
|
7030
7052
|
"""规则列表
|
7031
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7032
7053
|
:rtype: list of ImmutableTagRule
|
7033
7054
|
"""
|
7034
7055
|
return self._Rules
|
@@ -7040,7 +7061,6 @@ class DescribeImmutableTagRulesResponse(AbstractModel):
|
|
7040
7061
|
@property
|
7041
7062
|
def EmptyNs(self):
|
7042
7063
|
"""未创建规则的命名空间
|
7043
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7044
7064
|
:rtype: list of str
|
7045
7065
|
"""
|
7046
7066
|
return self._EmptyNs
|
@@ -7237,7 +7257,6 @@ class DescribeInstanceCustomizedDomainResponse(AbstractModel):
|
|
7237
7257
|
def __init__(self):
|
7238
7258
|
r"""
|
7239
7259
|
:param _DomainInfoList: 域名信息列表
|
7240
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7241
7260
|
:type DomainInfoList: list of CustomizedDomainInfo
|
7242
7261
|
:param _TotalCount: 总个数
|
7243
7262
|
:type TotalCount: int
|
@@ -7251,7 +7270,6 @@ class DescribeInstanceCustomizedDomainResponse(AbstractModel):
|
|
7251
7270
|
@property
|
7252
7271
|
def DomainInfoList(self):
|
7253
7272
|
"""域名信息列表
|
7254
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7255
7273
|
:rtype: list of CustomizedDomainInfo
|
7256
7274
|
"""
|
7257
7275
|
return self._DomainInfoList
|
@@ -7622,7 +7640,6 @@ class DescribeInstancesResponse(AbstractModel):
|
|
7622
7640
|
:param _TotalCount: 总实例个数
|
7623
7641
|
:type TotalCount: int
|
7624
7642
|
:param _Registries: 实例信息列表
|
7625
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7626
7643
|
:type Registries: list of Registry
|
7627
7644
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
7628
7645
|
:type RequestId: str
|
@@ -7645,7 +7662,6 @@ class DescribeInstancesResponse(AbstractModel):
|
|
7645
7662
|
@property
|
7646
7663
|
def Registries(self):
|
7647
7664
|
"""实例信息列表
|
7648
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7649
7665
|
:rtype: list of Registry
|
7650
7666
|
"""
|
7651
7667
|
return self._Registries
|
@@ -7726,7 +7742,6 @@ class DescribeInternalEndpointDnsStatusResponse(AbstractModel):
|
|
7726
7742
|
def __init__(self):
|
7727
7743
|
r"""
|
7728
7744
|
:param _VpcSet: vpc私有域名解析状态列表
|
7729
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7730
7745
|
:type VpcSet: list of VpcPrivateDomainStatus
|
7731
7746
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
7732
7747
|
:type RequestId: str
|
@@ -7737,7 +7752,6 @@ class DescribeInternalEndpointDnsStatusResponse(AbstractModel):
|
|
7737
7752
|
@property
|
7738
7753
|
def VpcSet(self):
|
7739
7754
|
"""vpc私有域名解析状态列表
|
7740
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7741
7755
|
:rtype: list of VpcPrivateDomainStatus
|
7742
7756
|
"""
|
7743
7757
|
return self._VpcSet
|
@@ -9401,7 +9415,6 @@ class DescribeServiceAccountsResponse(AbstractModel):
|
|
9401
9415
|
def __init__(self):
|
9402
9416
|
r"""
|
9403
9417
|
:param _ServiceAccounts: 服务级账号列表
|
9404
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9405
9418
|
:type ServiceAccounts: list of ServiceAccount
|
9406
9419
|
:param _TotalCount: 服务级账户数量
|
9407
9420
|
:type TotalCount: int
|
@@ -9415,7 +9428,6 @@ class DescribeServiceAccountsResponse(AbstractModel):
|
|
9415
9428
|
@property
|
9416
9429
|
def ServiceAccounts(self):
|
9417
9430
|
"""服务级账号列表
|
9418
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9419
9431
|
:rtype: list of ServiceAccount
|
9420
9432
|
"""
|
9421
9433
|
return self._ServiceAccounts
|
@@ -16180,7 +16192,6 @@ class ServiceAccount(AbstractModel):
|
|
16180
16192
|
:param _ExpiresAt: 过期时间
|
16181
16193
|
:type ExpiresAt: int
|
16182
16194
|
:param _CreateTime: 创建时间
|
16183
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16184
16195
|
:type CreateTime: str
|
16185
16196
|
:param _UpdateTime: 更新时间
|
16186
16197
|
:type UpdateTime: str
|
@@ -16242,7 +16253,6 @@ class ServiceAccount(AbstractModel):
|
|
16242
16253
|
@property
|
16243
16254
|
def CreateTime(self):
|
16244
16255
|
"""创建时间
|
16245
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16246
16256
|
:rtype: str
|
16247
16257
|
"""
|
16248
16258
|
return self._CreateTime
|
@@ -34078,7 +34078,6 @@ class RocketMQVipInstance(AbstractModel):
|
|
34078
34078
|
:param _PayMode: 0-后付费,1-预付费
|
34079
34079
|
:type PayMode: int
|
34080
34080
|
:param _Remark: 备注信息
|
34081
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
34082
34081
|
:type Remark: str
|
34083
34082
|
:param _SpecName: 实例配置ID
|
34084
34083
|
:type SpecName: str
|
@@ -34248,7 +34247,6 @@ class RocketMQVipInstance(AbstractModel):
|
|
34248
34247
|
@property
|
34249
34248
|
def Remark(self):
|
34250
34249
|
"""备注信息
|
34251
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
34252
34250
|
:rtype: str
|
34253
34251
|
"""
|
34254
34252
|
return self._Remark
|