tencentcloud-sdk-python 3.0.1444__py2.py3-none-any.whl → 3.0.1445__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.
Potentially problematic release.
This version of tencentcloud-sdk-python might be problematic. Click here for more details.
- tencentcloud/__init__.py +1 -1
- tencentcloud/cls/v20201016/models.py +393 -62
- tencentcloud/emr/v20190103/errorcodes.py +3 -0
- tencentcloud/ess/v20201111/models.py +105 -0
- tencentcloud/essbasic/v20210526/models.py +60 -0
- tencentcloud/lke/v20231130/lke_client.py +1 -1
- tencentcloud/lke/v20231130/models.py +1998 -50
- tencentcloud/ocr/v20181119/models.py +15 -0
- tencentcloud/partners/v20180321/models.py +4 -4
- tencentcloud/sqlserver/v20180328/models.py +6 -6
- tencentcloud/trabbit/v20230418/models.py +15 -0
- tencentcloud/tsf/v20180326/errorcodes.py +6 -0
- tencentcloud/tsf/v20180326/models.py +230 -74
- tencentcloud/tsf/v20180326/tsf_client.py +1 -1
- tencentcloud/vod/v20180717/models.py +507 -0
- tencentcloud/vod/v20180717/vod_client.py +101 -0
- {tencentcloud_sdk_python-3.0.1444.dist-info → tencentcloud_sdk_python-3.0.1445.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1444.dist-info → tencentcloud_sdk_python-3.0.1445.dist-info}/RECORD +21 -21
- {tencentcloud_sdk_python-3.0.1444.dist-info → tencentcloud_sdk_python-3.0.1445.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1444.dist-info → tencentcloud_sdk_python-3.0.1445.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1444.dist-info → tencentcloud_sdk_python-3.0.1445.dist-info}/top_level.txt +0 -0
|
@@ -36801,6 +36801,8 @@ class VatElectronicInfo(AbstractModel):
|
|
|
36801
36801
|
:type TaxMark: str
|
|
36802
36802
|
:param _CompanySealMark: 是否有公司印章(0:没有,1:有)
|
|
36803
36803
|
:type CompanySealMark: int
|
|
36804
|
+
:param _InvoicePageIndex: 全电类型的多页pdf票据中,支持输出票面页码:当前第几页,一共第几页。
|
|
36805
|
+
:type InvoicePageIndex: str
|
|
36804
36806
|
"""
|
|
36805
36807
|
self._Title = None
|
|
36806
36808
|
self._Number = None
|
|
@@ -36824,6 +36826,7 @@ class VatElectronicInfo(AbstractModel):
|
|
|
36824
36826
|
self._PretaxAmountMark = None
|
|
36825
36827
|
self._TaxMark = None
|
|
36826
36828
|
self._CompanySealMark = None
|
|
36829
|
+
self._InvoicePageIndex = None
|
|
36827
36830
|
|
|
36828
36831
|
@property
|
|
36829
36832
|
def Title(self):
|
|
@@ -37067,6 +37070,17 @@ class VatElectronicInfo(AbstractModel):
|
|
|
37067
37070
|
def CompanySealMark(self, CompanySealMark):
|
|
37068
37071
|
self._CompanySealMark = CompanySealMark
|
|
37069
37072
|
|
|
37073
|
+
@property
|
|
37074
|
+
def InvoicePageIndex(self):
|
|
37075
|
+
"""全电类型的多页pdf票据中,支持输出票面页码:当前第几页,一共第几页。
|
|
37076
|
+
:rtype: str
|
|
37077
|
+
"""
|
|
37078
|
+
return self._InvoicePageIndex
|
|
37079
|
+
|
|
37080
|
+
@InvoicePageIndex.setter
|
|
37081
|
+
def InvoicePageIndex(self, InvoicePageIndex):
|
|
37082
|
+
self._InvoicePageIndex = InvoicePageIndex
|
|
37083
|
+
|
|
37070
37084
|
|
|
37071
37085
|
def _deserialize(self, params):
|
|
37072
37086
|
self._Title = params.get("Title")
|
|
@@ -37096,6 +37110,7 @@ class VatElectronicInfo(AbstractModel):
|
|
|
37096
37110
|
self._PretaxAmountMark = params.get("PretaxAmountMark")
|
|
37097
37111
|
self._TaxMark = params.get("TaxMark")
|
|
37098
37112
|
self._CompanySealMark = params.get("CompanySealMark")
|
|
37113
|
+
self._InvoicePageIndex = params.get("InvoicePageIndex")
|
|
37099
37114
|
memeber_set = set(params.keys())
|
|
37100
37115
|
for name, value in vars(self).items():
|
|
37101
37116
|
property_name = name[1:]
|
|
@@ -2076,9 +2076,9 @@ class DescribeAgentAuditedClientsRequest(AbstractModel):
|
|
|
2076
2076
|
:type HasOverdueBill: int
|
|
2077
2077
|
:param _ClientRemark: 客户备注
|
|
2078
2078
|
:type ClientRemark: str
|
|
2079
|
-
:param _Offset: 偏移量
|
|
2079
|
+
:param _Offset: 偏移量 请保持必传
|
|
2080
2080
|
:type Offset: int
|
|
2081
|
-
:param _Limit: 限制数目
|
|
2081
|
+
:param _Limit: 限制数目 请保持必传,最大2000
|
|
2082
2082
|
:type Limit: int
|
|
2083
2083
|
:param _ClientType: 可以为new(自拓)/assign(指派)/old(官网)/direct(直销)/direct_newopp(直销(新商机))/空
|
|
2084
2084
|
:type ClientType: str
|
|
@@ -2182,7 +2182,7 @@ class DescribeAgentAuditedClientsRequest(AbstractModel):
|
|
|
2182
2182
|
|
|
2183
2183
|
@property
|
|
2184
2184
|
def Offset(self):
|
|
2185
|
-
"""偏移量
|
|
2185
|
+
"""偏移量 请保持必传
|
|
2186
2186
|
:rtype: int
|
|
2187
2187
|
"""
|
|
2188
2188
|
return self._Offset
|
|
@@ -2193,7 +2193,7 @@ class DescribeAgentAuditedClientsRequest(AbstractModel):
|
|
|
2193
2193
|
|
|
2194
2194
|
@property
|
|
2195
2195
|
def Limit(self):
|
|
2196
|
-
"""限制数目
|
|
2196
|
+
"""限制数目 请保持必传,最大2000
|
|
2197
2197
|
:rtype: int
|
|
2198
2198
|
"""
|
|
2199
2199
|
return self._Limit
|
|
@@ -2263,7 +2263,7 @@ class CreateBackupRequest(AbstractModel):
|
|
|
2263
2263
|
:type Strategy: int
|
|
2264
2264
|
:param _DBNames: 需要备份库名的列表(多库备份才填写)
|
|
2265
2265
|
:type DBNames: list of str
|
|
2266
|
-
:param _InstanceId: 实例ID
|
|
2266
|
+
:param _InstanceId: 实例ID,形如mssql-i1z41iwd
|
|
2267
2267
|
:type InstanceId: str
|
|
2268
2268
|
:param _BackupName: 备份名称,若不填则自动生成“实例ID_备份开始时间戳”
|
|
2269
2269
|
:type BackupName: str
|
|
@@ -2300,7 +2300,7 @@ class CreateBackupRequest(AbstractModel):
|
|
|
2300
2300
|
|
|
2301
2301
|
@property
|
|
2302
2302
|
def InstanceId(self):
|
|
2303
|
-
"""实例ID
|
|
2303
|
+
"""实例ID,形如mssql-i1z41iwd
|
|
2304
2304
|
:rtype: str
|
|
2305
2305
|
"""
|
|
2306
2306
|
return self._InstanceId
|
|
@@ -11425,7 +11425,7 @@ class DescribeCrossBackupStatisticalRequest(AbstractModel):
|
|
|
11425
11425
|
:type CrossBackupStatus: str
|
|
11426
11426
|
:param _CrossRegion: 跨地域备份目标地域
|
|
11427
11427
|
:type CrossRegion: str
|
|
11428
|
-
:param _OrderBy: 排序字段,默认default-按照备份空间降序排序,data-按照数据备份排序,log
|
|
11428
|
+
:param _OrderBy: 排序字段,默认default-按照备份空间降序排序,data-按照数据备份排序,log-按照日志备份
|
|
11429
11429
|
:type OrderBy: str
|
|
11430
11430
|
:param _OrderByType: 排序规则(desc-降序,asc-升序),默认desc
|
|
11431
11431
|
:type OrderByType: str
|
|
@@ -11507,7 +11507,7 @@ class DescribeCrossBackupStatisticalRequest(AbstractModel):
|
|
|
11507
11507
|
|
|
11508
11508
|
@property
|
|
11509
11509
|
def OrderBy(self):
|
|
11510
|
-
"""排序字段,默认default-按照备份空间降序排序,data-按照数据备份排序,log
|
|
11510
|
+
"""排序字段,默认default-按照备份空间降序排序,data-按照数据备份排序,log-按照日志备份
|
|
11511
11511
|
:rtype: str
|
|
11512
11512
|
"""
|
|
11513
11513
|
return self._OrderBy
|
|
@@ -22685,7 +22685,7 @@ class ModifyBackupStrategyRequest(AbstractModel):
|
|
|
22685
22685
|
:type BackupTime: int
|
|
22686
22686
|
:param _BackupDay: BackupType取值为daily时,表示备份间隔天数。当前取值只能为1
|
|
22687
22687
|
:type BackupDay: int
|
|
22688
|
-
:param _BackupModel:
|
|
22688
|
+
:param _BackupModel: 备份模式,master_pkg-主节点上打包备份文件;master_no_pkg-主节点单库备份文件;slave_pkg-从节点上打包备份文件;slave_no_pkg-从节点上单库备份文件,从节点上备份只有在always on容灾模式下支持。
|
|
22689
22689
|
:type BackupModel: str
|
|
22690
22690
|
:param _BackupCycle: BackupType取值为weekly时,表示每周的星期N做备份。(如果数据备份保留时间<7天,则取值[1,2,3,4,5,6,7]。如果数据备份保留时间>=7天,则备份周期取值至少是一周的任意2天)
|
|
22691
22691
|
:type BackupCycle: list of int non-negative
|
|
@@ -22761,7 +22761,7 @@ class ModifyBackupStrategyRequest(AbstractModel):
|
|
|
22761
22761
|
|
|
22762
22762
|
@property
|
|
22763
22763
|
def BackupModel(self):
|
|
22764
|
-
"""
|
|
22764
|
+
"""备份模式,master_pkg-主节点上打包备份文件;master_no_pkg-主节点单库备份文件;slave_pkg-从节点上打包备份文件;slave_no_pkg-从节点上单库备份文件,从节点上备份只有在always on容灾模式下支持。
|
|
22765
22765
|
:rtype: str
|
|
22766
22766
|
"""
|
|
22767
22767
|
return self._BackupModel
|
|
@@ -4613,11 +4613,14 @@ class ModifyRabbitMQServerlessInstanceRequest(AbstractModel):
|
|
|
4613
4613
|
:type Remark: str
|
|
4614
4614
|
:param _TraceFlag: 是否开启trace
|
|
4615
4615
|
:type TraceFlag: bool
|
|
4616
|
+
:param _SendReceiveRatio: 限流生产消费比例
|
|
4617
|
+
:type SendReceiveRatio: float
|
|
4616
4618
|
"""
|
|
4617
4619
|
self._InstanceId = None
|
|
4618
4620
|
self._ClusterName = None
|
|
4619
4621
|
self._Remark = None
|
|
4620
4622
|
self._TraceFlag = None
|
|
4623
|
+
self._SendReceiveRatio = None
|
|
4621
4624
|
|
|
4622
4625
|
@property
|
|
4623
4626
|
def InstanceId(self):
|
|
@@ -4663,12 +4666,24 @@ class ModifyRabbitMQServerlessInstanceRequest(AbstractModel):
|
|
|
4663
4666
|
def TraceFlag(self, TraceFlag):
|
|
4664
4667
|
self._TraceFlag = TraceFlag
|
|
4665
4668
|
|
|
4669
|
+
@property
|
|
4670
|
+
def SendReceiveRatio(self):
|
|
4671
|
+
"""限流生产消费比例
|
|
4672
|
+
:rtype: float
|
|
4673
|
+
"""
|
|
4674
|
+
return self._SendReceiveRatio
|
|
4675
|
+
|
|
4676
|
+
@SendReceiveRatio.setter
|
|
4677
|
+
def SendReceiveRatio(self, SendReceiveRatio):
|
|
4678
|
+
self._SendReceiveRatio = SendReceiveRatio
|
|
4679
|
+
|
|
4666
4680
|
|
|
4667
4681
|
def _deserialize(self, params):
|
|
4668
4682
|
self._InstanceId = params.get("InstanceId")
|
|
4669
4683
|
self._ClusterName = params.get("ClusterName")
|
|
4670
4684
|
self._Remark = params.get("Remark")
|
|
4671
4685
|
self._TraceFlag = params.get("TraceFlag")
|
|
4686
|
+
self._SendReceiveRatio = params.get("SendReceiveRatio")
|
|
4672
4687
|
memeber_set = set(params.keys())
|
|
4673
4688
|
for name, value in vars(self).items():
|
|
4674
4689
|
property_name = name[1:]
|
|
@@ -125,6 +125,9 @@ FAILEDOPERATION_FINDMETRICSEXCLUSIVEERROR = 'FailedOperation.FindMetricsExclusiv
|
|
|
125
125
|
# 网关通用异常[网关异常]。
|
|
126
126
|
FAILEDOPERATION_GATEWAYCOMMONERROR = 'FailedOperation.GatewayCommonError'
|
|
127
127
|
|
|
128
|
+
# 当前分组已绑定部署组,请解绑后删除
|
|
129
|
+
FAILEDOPERATION_GATEWAYGROUPBOUNDDELETEFAILED = 'FailedOperation.GatewayGroupBoundDeleteFailed'
|
|
130
|
+
|
|
128
131
|
# 远端访问错误。
|
|
129
132
|
FAILEDOPERATION_GATEWAYREMOTECALLERROR = 'FailedOperation.GatewayRemoteCallError'
|
|
130
133
|
|
|
@@ -389,6 +392,9 @@ INTERNALERROR_CONTAINERGROUPKUBERNETECONNECTERROR = 'InternalError.Containergrou
|
|
|
389
392
|
# Kubernetes deployment 未找到。
|
|
390
393
|
INTERNALERROR_CONTAINERGROUPKUBERNETEDEPLOYMENTNOTFOUND = 'InternalError.ContainergroupKuberneteDeploymentNotfound'
|
|
391
394
|
|
|
395
|
+
# 连接TKE服务失败。
|
|
396
|
+
INTERNALERROR_CONTAINERGROUPKUBERNETESCONNECTERROR = 'InternalError.ContainergroupKubernetesConnectError'
|
|
397
|
+
|
|
392
398
|
# 容器应用SQL错误。
|
|
393
399
|
INTERNALERROR_CONTAINERGROUPSQLFAILED = 'InternalError.ContainergroupSqlFailed'
|
|
394
400
|
|