tencentcloud-sdk-python 3.0.1191__py2.py3-none-any.whl → 3.0.1193__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/billing/v20180709/billing_client.py +3 -0
- tencentcloud/ccc/v20200210/models.py +1 -1
- tencentcloud/ckafka/v20190819/errorcodes.py +6 -0
- tencentcloud/clb/v20180317/clb_client.py +1 -0
- tencentcloud/cloudapp/__init__.py +0 -0
- tencentcloud/cloudapp/v20220530/__init__.py +0 -0
- tencentcloud/cloudapp/v20220530/cloudapp_client.py +49 -0
- tencentcloud/cloudapp/v20220530/errorcodes.py +15 -0
- tencentcloud/cloudapp/v20220530/models.py +354 -0
- tencentcloud/dsgc/v20190723/models.py +84 -0
- tencentcloud/ess/v20201111/models.py +1 -1
- tencentcloud/essbasic/v20210526/essbasic_client.py +4 -2
- tencentcloud/essbasic/v20210526/models.py +35 -5
- tencentcloud/faceid/v20180301/errorcodes.py +1 -1
- tencentcloud/faceid/v20180301/models.py +3 -0
- tencentcloud/hunyuan/v20230901/hunyuan_client.py +1 -1
- tencentcloud/hunyuan/v20230901/models.py +3 -1
- tencentcloud/lighthouse/v20200324/models.py +4 -4
- tencentcloud/live/v20180801/live_client.py +1 -1
- tencentcloud/mongodb/v20190725/models.py +2 -2
- tencentcloud/monitor/v20180724/models.py +10 -105
- tencentcloud/monitor/v20180724/monitor_client.py +1 -1
- tencentcloud/oceanus/v20190422/models.py +26 -0
- tencentcloud/tcr/v20190924/models.py +1 -1
- tencentcloud/tke/v20180525/models.py +4 -4
- tencentcloud/trtc/v20190722/models.py +1 -1
- tencentcloud/trtc/v20190722/trtc_client.py +2 -3
- {tencentcloud_sdk_python-3.0.1191.dist-info → tencentcloud_sdk_python-3.0.1193.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1191.dist-info → tencentcloud_sdk_python-3.0.1193.dist-info}/RECORD +33 -28
- {tencentcloud_sdk_python-3.0.1191.dist-info → tencentcloud_sdk_python-3.0.1193.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1191.dist-info → tencentcloud_sdk_python-3.0.1193.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1191.dist-info → tencentcloud_sdk_python-3.0.1193.dist-info}/top_level.txt +0 -0
tencentcloud/__init__.py
CHANGED
@@ -631,6 +631,9 @@ class BillingClient(AbstractClient):
|
|
631
631
|
def DescribeCostDetail(self, request):
|
632
632
|
"""查询消耗明细
|
633
633
|
|
634
|
+
注意事项:
|
635
|
+
1. 对于消耗明细数据量级很大(例如每月消耗明细量级超过100w)的客户,通过 API 调用明细数据会有超时风险,建议您开通消耗账单数据存储功能,通过存储桶中获取账单文件进行分析。[账单存储至COS桶](https://cloud.tencent.com/document/product/555/61275)
|
636
|
+
|
634
637
|
:param request: Request instance for DescribeCostDetail.
|
635
638
|
:type request: :class:`tencentcloud.billing.v20180709.models.DescribeCostDetailRequest`
|
636
639
|
:rtype: :class:`tencentcloud.billing.v20180709.models.DescribeCostDetailResponse`
|
@@ -6373,7 +6373,7 @@ class DescribeStaffStatusMetricsRequest(AbstractModel):
|
|
6373
6373
|
:type StaffList: list of str
|
6374
6374
|
:param _GroupIdList: 筛选技能组ID列表
|
6375
6375
|
:type GroupIdList: list of int
|
6376
|
-
:param _StatusList: 筛选坐席状态列表
|
6376
|
+
:param _StatusList: 筛选坐席状态列表 座席状态 free 示闲 | busy 忙碌 | rest 小休 | notReady 示忙 | afterCallWork 话后调整 | offline 离线
|
6377
6377
|
:type StatusList: list of str
|
6378
6378
|
"""
|
6379
6379
|
self._SdkAppId = None
|
@@ -50,6 +50,9 @@ INVALIDPARAMETERVALUE_SUBNETIDINVALID = 'InvalidParameterValue.SubnetIdInvalid'
|
|
50
50
|
# 子网不属于zone。
|
51
51
|
INVALIDPARAMETERVALUE_SUBNETNOTBELONGTOZONE = 'InvalidParameterValue.SubnetNotBelongToZone'
|
52
52
|
|
53
|
+
# 主题名已存在
|
54
|
+
INVALIDPARAMETERVALUE_TOPICNAMEALREADYEXIST = 'InvalidParameterValue.TopicNameAlreadyExist'
|
55
|
+
|
53
56
|
# 无效的 Vpc Id。
|
54
57
|
INVALIDPARAMETERVALUE_VPCIDINVALID = 'InvalidParameterValue.VpcIdInvalid'
|
55
58
|
|
@@ -107,5 +110,8 @@ UNSUPPORTEDOPERATION = 'UnsupportedOperation'
|
|
107
110
|
# 批量删除实例限制。
|
108
111
|
UNSUPPORTEDOPERATION_BATCHDELINSTANCELIMIT = 'UnsupportedOperation.BatchDelInstanceLimit'
|
109
112
|
|
113
|
+
# 删除主题频率过快
|
114
|
+
UNSUPPORTEDOPERATION_FREQUENCYTOPICDELETEOPERATE = 'UnsupportedOperation.FrequencyTopicDeleteOperate'
|
115
|
+
|
110
116
|
# Oss拒绝该操作。
|
111
117
|
UNSUPPORTEDOPERATION_OSSREJECT = 'UnsupportedOperation.OssReject'
|
@@ -1600,6 +1600,7 @@ class ClbClient(AbstractClient):
|
|
1600
1600
|
|
1601
1601
|
def ModifyLoadBalancerAttributes(self, request):
|
1602
1602
|
"""修改负载均衡实例的属性。支持修改负载均衡实例的名称、设置负载均衡的跨域属性。
|
1603
|
+
注意:非带宽上移用户的 CLB 实例必须加入带宽包才可以设置跨域属性。
|
1603
1604
|
本接口为异步接口,接口返回成功后,需以得到的 RequestID 为入参,调用 DescribeTaskStatus 接口查询本次任务是否成功。
|
1604
1605
|
|
1605
1606
|
:param request: Request instance for ModifyLoadBalancerAttributes.
|
File without changes
|
File without changes
|
@@ -0,0 +1,49 @@
|
|
1
|
+
# -*- coding: utf8 -*-
|
2
|
+
# Copyright (c) 2017-2021 THL A29 Limited, a Tencent company. All Rights Reserved.
|
3
|
+
#
|
4
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
5
|
+
# you may not use this file except in compliance with the License.
|
6
|
+
# You may obtain a copy of the License at
|
7
|
+
#
|
8
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
9
|
+
#
|
10
|
+
# Unless required by applicable law or agreed to in writing, software
|
11
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
12
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
13
|
+
# See the License for the specific language governing permissions and
|
14
|
+
# limitations under the License.
|
15
|
+
|
16
|
+
import json
|
17
|
+
|
18
|
+
from tencentcloud.common.exception.tencent_cloud_sdk_exception import TencentCloudSDKException
|
19
|
+
from tencentcloud.common.abstract_client import AbstractClient
|
20
|
+
from tencentcloud.cloudapp.v20220530 import models
|
21
|
+
|
22
|
+
|
23
|
+
class CloudappClient(AbstractClient):
|
24
|
+
_apiVersion = '2022-05-30'
|
25
|
+
_endpoint = 'cloudapp.tencentcloudapi.com'
|
26
|
+
_service = 'cloudapp'
|
27
|
+
|
28
|
+
|
29
|
+
def VerifyLicense(self, request):
|
30
|
+
"""通过运行时roleId查询对应的软件 LICENSE
|
31
|
+
|
32
|
+
:param request: Request instance for VerifyLicense.
|
33
|
+
:type request: :class:`tencentcloud.cloudapp.v20220530.models.VerifyLicenseRequest`
|
34
|
+
:rtype: :class:`tencentcloud.cloudapp.v20220530.models.VerifyLicenseResponse`
|
35
|
+
|
36
|
+
"""
|
37
|
+
try:
|
38
|
+
params = request._serialize()
|
39
|
+
headers = request.headers
|
40
|
+
body = self.call("VerifyLicense", params, headers=headers)
|
41
|
+
response = json.loads(body)
|
42
|
+
model = models.VerifyLicenseResponse()
|
43
|
+
model._deserialize(response["Response"])
|
44
|
+
return model
|
45
|
+
except Exception as e:
|
46
|
+
if isinstance(e, TencentCloudSDKException):
|
47
|
+
raise
|
48
|
+
else:
|
49
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
@@ -0,0 +1,15 @@
|
|
1
|
+
# -*- coding: utf8 -*-
|
2
|
+
# Copyright (c) 2017-2021 THL A29 Limited, a Tencent company. All Rights Reserved.
|
3
|
+
#
|
4
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
5
|
+
# you may not use this file except in compliance with the License.
|
6
|
+
# You may obtain a copy of the License at
|
7
|
+
#
|
8
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
9
|
+
#
|
10
|
+
# Unless required by applicable law or agreed to in writing, software
|
11
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
12
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
13
|
+
# See the License for the specific language governing permissions and
|
14
|
+
# limitations under the License.
|
15
|
+
|
@@ -0,0 +1,354 @@
|
|
1
|
+
# -*- coding: utf8 -*-
|
2
|
+
# Copyright (c) 2017-2021 THL A29 Limited, a Tencent company. All Rights Reserved.
|
3
|
+
#
|
4
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
5
|
+
# you may not use this file except in compliance with the License.
|
6
|
+
# You may obtain a copy of the License at
|
7
|
+
#
|
8
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
9
|
+
#
|
10
|
+
# Unless required by applicable law or agreed to in writing, software
|
11
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
12
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
13
|
+
# See the License for the specific language governing permissions and
|
14
|
+
# limitations under the License.
|
15
|
+
|
16
|
+
import warnings
|
17
|
+
|
18
|
+
from tencentcloud.common.abstract_model import AbstractModel
|
19
|
+
|
20
|
+
|
21
|
+
class License(AbstractModel):
|
22
|
+
"""表示应用实例的软件授权,包含颁发信息、激活信息等内容。
|
23
|
+
|
24
|
+
"""
|
25
|
+
|
26
|
+
def __init__(self):
|
27
|
+
r"""
|
28
|
+
:param _LicenseId: License ID
|
29
|
+
:type LicenseId: str
|
30
|
+
:param _LicenseMode: 软件授权模式。<table><thead><tr><th>枚举值</th><th>说明</th></tr></thead><tbody><tr><td>Permanent</td><td>永久授权。该授权不受有效期限制。</td></tr><tr><td>Subscription</td><td>订阅授权。授权如果过了有效期,则会进入过期状态。</td></tr></tbody></table>
|
31
|
+
:type LicenseMode: str
|
32
|
+
:param _LicenseStatus: 软件的授权状态。<table><thead><tr><th>枚举值</th><th>说明</th></tr></thead><tbody><tr><td>Issued</td><td>已颁发,等待激活。一般来说,如果软件已经在运行,不会出现该状态。</td></tr><tr><td>Active</td><td>授权在有效期内,这是软件运行期间最常见的状态。</td></tr><tr><td>Expired</td><td>授权已过期。订阅类的软件授权有有效期,如果服务器时间已晚于有效期,则会进入过期状态。</td></tr><tr><td>Deactivated</td><td>授权已失效。用户如果退货软件,则授权会自动失效。</td></tr></tbody></table>
|
33
|
+
:type LicenseStatus: str
|
34
|
+
:param _ProviderId: 软件供应方 ID。
|
35
|
+
:type ProviderId: int
|
36
|
+
:param _SoftwarePackageId: 软件包 ID。
|
37
|
+
:type SoftwarePackageId: str
|
38
|
+
:param _SoftwarePackageVersion: 软件包版本。
|
39
|
+
:type SoftwarePackageVersion: str
|
40
|
+
:param _AuthorizedUserUin: 被授权的用户 UIN。
|
41
|
+
:type AuthorizedUserUin: str
|
42
|
+
:param _AuthorizedCloudappId: 被授权的应用实例 ID。
|
43
|
+
:type AuthorizedCloudappId: str
|
44
|
+
:param _AuthorizedCloudappRoleId: 被授权的角色 ID。
|
45
|
+
:type AuthorizedCloudappRoleId: str
|
46
|
+
:param _AuthorizedSpecification: 被授权的软件规格,具体字段请参考结构SaleParam
|
47
|
+
:type AuthorizedSpecification: list of SaleParam
|
48
|
+
:param _BillingMode: 被授权的软件的计费模式。<table><thead><tr><th>枚举值</th><th>说明</th></tr></thead><tbody><tr><td>1</td><td>线上计费,软件的授权从腾讯云线上购买,支持续费、退款等操作。</td></tr><tr><td>2</td><td>线下计费,软件的授权线下签订合同购买,定向客户交付,无法从线上续费和退款。</td></tr><tr><td>4</td><td>免费</td></tr></tbody></table>
|
49
|
+
:type BillingMode: int
|
50
|
+
:param _LifeSpan: 授权时长(单位由LifeSpanUnit确定,枚举值有Y年/M月/D日三种)
|
51
|
+
:type LifeSpan: int
|
52
|
+
:param _IssueDate: 授权颁发时间。
|
53
|
+
:type IssueDate: str
|
54
|
+
:param _ActivationDate: 授权激活时间,如从未激活则返回 null。
|
55
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
56
|
+
:type ActivationDate: str
|
57
|
+
:param _ExpirationDate: 授权过期时间,如未过期或者是永久授权,则返回 null。
|
58
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
59
|
+
:type ExpirationDate: str
|
60
|
+
:param _LifeSpanUnit: 授权时长单位,枚举值有Y年/M月/D日三种
|
61
|
+
:type LifeSpanUnit: str
|
62
|
+
"""
|
63
|
+
self._LicenseId = None
|
64
|
+
self._LicenseMode = None
|
65
|
+
self._LicenseStatus = None
|
66
|
+
self._ProviderId = None
|
67
|
+
self._SoftwarePackageId = None
|
68
|
+
self._SoftwarePackageVersion = None
|
69
|
+
self._AuthorizedUserUin = None
|
70
|
+
self._AuthorizedCloudappId = None
|
71
|
+
self._AuthorizedCloudappRoleId = None
|
72
|
+
self._AuthorizedSpecification = None
|
73
|
+
self._BillingMode = None
|
74
|
+
self._LifeSpan = None
|
75
|
+
self._IssueDate = None
|
76
|
+
self._ActivationDate = None
|
77
|
+
self._ExpirationDate = None
|
78
|
+
self._LifeSpanUnit = None
|
79
|
+
|
80
|
+
@property
|
81
|
+
def LicenseId(self):
|
82
|
+
return self._LicenseId
|
83
|
+
|
84
|
+
@LicenseId.setter
|
85
|
+
def LicenseId(self, LicenseId):
|
86
|
+
self._LicenseId = LicenseId
|
87
|
+
|
88
|
+
@property
|
89
|
+
def LicenseMode(self):
|
90
|
+
return self._LicenseMode
|
91
|
+
|
92
|
+
@LicenseMode.setter
|
93
|
+
def LicenseMode(self, LicenseMode):
|
94
|
+
self._LicenseMode = LicenseMode
|
95
|
+
|
96
|
+
@property
|
97
|
+
def LicenseStatus(self):
|
98
|
+
return self._LicenseStatus
|
99
|
+
|
100
|
+
@LicenseStatus.setter
|
101
|
+
def LicenseStatus(self, LicenseStatus):
|
102
|
+
self._LicenseStatus = LicenseStatus
|
103
|
+
|
104
|
+
@property
|
105
|
+
def ProviderId(self):
|
106
|
+
return self._ProviderId
|
107
|
+
|
108
|
+
@ProviderId.setter
|
109
|
+
def ProviderId(self, ProviderId):
|
110
|
+
self._ProviderId = ProviderId
|
111
|
+
|
112
|
+
@property
|
113
|
+
def SoftwarePackageId(self):
|
114
|
+
return self._SoftwarePackageId
|
115
|
+
|
116
|
+
@SoftwarePackageId.setter
|
117
|
+
def SoftwarePackageId(self, SoftwarePackageId):
|
118
|
+
self._SoftwarePackageId = SoftwarePackageId
|
119
|
+
|
120
|
+
@property
|
121
|
+
def SoftwarePackageVersion(self):
|
122
|
+
return self._SoftwarePackageVersion
|
123
|
+
|
124
|
+
@SoftwarePackageVersion.setter
|
125
|
+
def SoftwarePackageVersion(self, SoftwarePackageVersion):
|
126
|
+
self._SoftwarePackageVersion = SoftwarePackageVersion
|
127
|
+
|
128
|
+
@property
|
129
|
+
def AuthorizedUserUin(self):
|
130
|
+
return self._AuthorizedUserUin
|
131
|
+
|
132
|
+
@AuthorizedUserUin.setter
|
133
|
+
def AuthorizedUserUin(self, AuthorizedUserUin):
|
134
|
+
self._AuthorizedUserUin = AuthorizedUserUin
|
135
|
+
|
136
|
+
@property
|
137
|
+
def AuthorizedCloudappId(self):
|
138
|
+
return self._AuthorizedCloudappId
|
139
|
+
|
140
|
+
@AuthorizedCloudappId.setter
|
141
|
+
def AuthorizedCloudappId(self, AuthorizedCloudappId):
|
142
|
+
self._AuthorizedCloudappId = AuthorizedCloudappId
|
143
|
+
|
144
|
+
@property
|
145
|
+
def AuthorizedCloudappRoleId(self):
|
146
|
+
return self._AuthorizedCloudappRoleId
|
147
|
+
|
148
|
+
@AuthorizedCloudappRoleId.setter
|
149
|
+
def AuthorizedCloudappRoleId(self, AuthorizedCloudappRoleId):
|
150
|
+
self._AuthorizedCloudappRoleId = AuthorizedCloudappRoleId
|
151
|
+
|
152
|
+
@property
|
153
|
+
def AuthorizedSpecification(self):
|
154
|
+
return self._AuthorizedSpecification
|
155
|
+
|
156
|
+
@AuthorizedSpecification.setter
|
157
|
+
def AuthorizedSpecification(self, AuthorizedSpecification):
|
158
|
+
self._AuthorizedSpecification = AuthorizedSpecification
|
159
|
+
|
160
|
+
@property
|
161
|
+
def BillingMode(self):
|
162
|
+
return self._BillingMode
|
163
|
+
|
164
|
+
@BillingMode.setter
|
165
|
+
def BillingMode(self, BillingMode):
|
166
|
+
self._BillingMode = BillingMode
|
167
|
+
|
168
|
+
@property
|
169
|
+
def LifeSpan(self):
|
170
|
+
return self._LifeSpan
|
171
|
+
|
172
|
+
@LifeSpan.setter
|
173
|
+
def LifeSpan(self, LifeSpan):
|
174
|
+
self._LifeSpan = LifeSpan
|
175
|
+
|
176
|
+
@property
|
177
|
+
def IssueDate(self):
|
178
|
+
return self._IssueDate
|
179
|
+
|
180
|
+
@IssueDate.setter
|
181
|
+
def IssueDate(self, IssueDate):
|
182
|
+
self._IssueDate = IssueDate
|
183
|
+
|
184
|
+
@property
|
185
|
+
def ActivationDate(self):
|
186
|
+
return self._ActivationDate
|
187
|
+
|
188
|
+
@ActivationDate.setter
|
189
|
+
def ActivationDate(self, ActivationDate):
|
190
|
+
self._ActivationDate = ActivationDate
|
191
|
+
|
192
|
+
@property
|
193
|
+
def ExpirationDate(self):
|
194
|
+
return self._ExpirationDate
|
195
|
+
|
196
|
+
@ExpirationDate.setter
|
197
|
+
def ExpirationDate(self, ExpirationDate):
|
198
|
+
self._ExpirationDate = ExpirationDate
|
199
|
+
|
200
|
+
@property
|
201
|
+
def LifeSpanUnit(self):
|
202
|
+
return self._LifeSpanUnit
|
203
|
+
|
204
|
+
@LifeSpanUnit.setter
|
205
|
+
def LifeSpanUnit(self, LifeSpanUnit):
|
206
|
+
self._LifeSpanUnit = LifeSpanUnit
|
207
|
+
|
208
|
+
|
209
|
+
def _deserialize(self, params):
|
210
|
+
self._LicenseId = params.get("LicenseId")
|
211
|
+
self._LicenseMode = params.get("LicenseMode")
|
212
|
+
self._LicenseStatus = params.get("LicenseStatus")
|
213
|
+
self._ProviderId = params.get("ProviderId")
|
214
|
+
self._SoftwarePackageId = params.get("SoftwarePackageId")
|
215
|
+
self._SoftwarePackageVersion = params.get("SoftwarePackageVersion")
|
216
|
+
self._AuthorizedUserUin = params.get("AuthorizedUserUin")
|
217
|
+
self._AuthorizedCloudappId = params.get("AuthorizedCloudappId")
|
218
|
+
self._AuthorizedCloudappRoleId = params.get("AuthorizedCloudappRoleId")
|
219
|
+
if params.get("AuthorizedSpecification") is not None:
|
220
|
+
self._AuthorizedSpecification = []
|
221
|
+
for item in params.get("AuthorizedSpecification"):
|
222
|
+
obj = SaleParam()
|
223
|
+
obj._deserialize(item)
|
224
|
+
self._AuthorizedSpecification.append(obj)
|
225
|
+
self._BillingMode = params.get("BillingMode")
|
226
|
+
self._LifeSpan = params.get("LifeSpan")
|
227
|
+
self._IssueDate = params.get("IssueDate")
|
228
|
+
self._ActivationDate = params.get("ActivationDate")
|
229
|
+
self._ExpirationDate = params.get("ExpirationDate")
|
230
|
+
self._LifeSpanUnit = params.get("LifeSpanUnit")
|
231
|
+
memeber_set = set(params.keys())
|
232
|
+
for name, value in vars(self).items():
|
233
|
+
property_name = name[1:]
|
234
|
+
if property_name in memeber_set:
|
235
|
+
memeber_set.remove(property_name)
|
236
|
+
if len(memeber_set) > 0:
|
237
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
238
|
+
|
239
|
+
|
240
|
+
|
241
|
+
class SaleParam(AbstractModel):
|
242
|
+
"""表示商品 SKU 的单个售卖参数
|
243
|
+
|
244
|
+
"""
|
245
|
+
|
246
|
+
def __init__(self):
|
247
|
+
r"""
|
248
|
+
:param _ParamKey: 售卖参数标识
|
249
|
+
:type ParamKey: str
|
250
|
+
:param _ParamValue: 售卖参数值
|
251
|
+
:type ParamValue: str
|
252
|
+
:param _ParamKeyName: 售卖参数的展示名称
|
253
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
254
|
+
:type ParamKeyName: str
|
255
|
+
:param _ParamValueName: 售卖参数值的展示名称
|
256
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
257
|
+
:type ParamValueName: str
|
258
|
+
"""
|
259
|
+
self._ParamKey = None
|
260
|
+
self._ParamValue = None
|
261
|
+
self._ParamKeyName = None
|
262
|
+
self._ParamValueName = None
|
263
|
+
|
264
|
+
@property
|
265
|
+
def ParamKey(self):
|
266
|
+
return self._ParamKey
|
267
|
+
|
268
|
+
@ParamKey.setter
|
269
|
+
def ParamKey(self, ParamKey):
|
270
|
+
self._ParamKey = ParamKey
|
271
|
+
|
272
|
+
@property
|
273
|
+
def ParamValue(self):
|
274
|
+
return self._ParamValue
|
275
|
+
|
276
|
+
@ParamValue.setter
|
277
|
+
def ParamValue(self, ParamValue):
|
278
|
+
self._ParamValue = ParamValue
|
279
|
+
|
280
|
+
@property
|
281
|
+
def ParamKeyName(self):
|
282
|
+
return self._ParamKeyName
|
283
|
+
|
284
|
+
@ParamKeyName.setter
|
285
|
+
def ParamKeyName(self, ParamKeyName):
|
286
|
+
self._ParamKeyName = ParamKeyName
|
287
|
+
|
288
|
+
@property
|
289
|
+
def ParamValueName(self):
|
290
|
+
return self._ParamValueName
|
291
|
+
|
292
|
+
@ParamValueName.setter
|
293
|
+
def ParamValueName(self, ParamValueName):
|
294
|
+
self._ParamValueName = ParamValueName
|
295
|
+
|
296
|
+
|
297
|
+
def _deserialize(self, params):
|
298
|
+
self._ParamKey = params.get("ParamKey")
|
299
|
+
self._ParamValue = params.get("ParamValue")
|
300
|
+
self._ParamKeyName = params.get("ParamKeyName")
|
301
|
+
self._ParamValueName = params.get("ParamValueName")
|
302
|
+
memeber_set = set(params.keys())
|
303
|
+
for name, value in vars(self).items():
|
304
|
+
property_name = name[1:]
|
305
|
+
if property_name in memeber_set:
|
306
|
+
memeber_set.remove(property_name)
|
307
|
+
if len(memeber_set) > 0:
|
308
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
309
|
+
|
310
|
+
|
311
|
+
|
312
|
+
class VerifyLicenseRequest(AbstractModel):
|
313
|
+
"""VerifyLicense请求参数结构体
|
314
|
+
|
315
|
+
"""
|
316
|
+
|
317
|
+
|
318
|
+
class VerifyLicenseResponse(AbstractModel):
|
319
|
+
"""VerifyLicense返回参数结构体
|
320
|
+
|
321
|
+
"""
|
322
|
+
|
323
|
+
def __init__(self):
|
324
|
+
r"""
|
325
|
+
:param _License: 软件的详细授权信息。
|
326
|
+
:type License: :class:`tencentcloud.cloudapp.v20220530.models.License`
|
327
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
328
|
+
:type RequestId: str
|
329
|
+
"""
|
330
|
+
self._License = None
|
331
|
+
self._RequestId = None
|
332
|
+
|
333
|
+
@property
|
334
|
+
def License(self):
|
335
|
+
return self._License
|
336
|
+
|
337
|
+
@License.setter
|
338
|
+
def License(self, License):
|
339
|
+
self._License = License
|
340
|
+
|
341
|
+
@property
|
342
|
+
def RequestId(self):
|
343
|
+
return self._RequestId
|
344
|
+
|
345
|
+
@RequestId.setter
|
346
|
+
def RequestId(self, RequestId):
|
347
|
+
self._RequestId = RequestId
|
348
|
+
|
349
|
+
|
350
|
+
def _deserialize(self, params):
|
351
|
+
if params.get("License") is not None:
|
352
|
+
self._License = License()
|
353
|
+
self._License._deserialize(params.get("License"))
|
354
|
+
self._RequestId = params.get("RequestId")
|
@@ -4452,6 +4452,12 @@ selfbuilt-db 表示自建数据库
|
|
4452
4452
|
:param _TimingStartTime: 任务定时启动时间,格式如:2006-01-02 15:04:05
|
4453
4453
|
当执行计划(Plan字段)为”立即“时,定时启动时间不会生效,此场景下给该字段传值不会被保存。
|
4454
4454
|
:type TimingStartTime: str
|
4455
|
+
:param _Order: random-随机,asc生序,desc降序
|
4456
|
+
:type Order: str
|
4457
|
+
:param _Rows: 抽样的条数,范围30-1000
|
4458
|
+
:type Rows: int
|
4459
|
+
:param _GlobalOrderField: 抽样的排序字段
|
4460
|
+
:type GlobalOrderField: str
|
4455
4461
|
"""
|
4456
4462
|
self._DspaId = None
|
4457
4463
|
self._Name = None
|
@@ -4466,6 +4472,9 @@ selfbuilt-db 表示自建数据库
|
|
4466
4472
|
self._Condition = None
|
4467
4473
|
self._ComplianceGroupIds = None
|
4468
4474
|
self._TimingStartTime = None
|
4475
|
+
self._Order = None
|
4476
|
+
self._Rows = None
|
4477
|
+
self._GlobalOrderField = None
|
4469
4478
|
|
4470
4479
|
@property
|
4471
4480
|
def DspaId(self):
|
@@ -4571,6 +4580,30 @@ selfbuilt-db 表示自建数据库
|
|
4571
4580
|
def TimingStartTime(self, TimingStartTime):
|
4572
4581
|
self._TimingStartTime = TimingStartTime
|
4573
4582
|
|
4583
|
+
@property
|
4584
|
+
def Order(self):
|
4585
|
+
return self._Order
|
4586
|
+
|
4587
|
+
@Order.setter
|
4588
|
+
def Order(self, Order):
|
4589
|
+
self._Order = Order
|
4590
|
+
|
4591
|
+
@property
|
4592
|
+
def Rows(self):
|
4593
|
+
return self._Rows
|
4594
|
+
|
4595
|
+
@Rows.setter
|
4596
|
+
def Rows(self, Rows):
|
4597
|
+
self._Rows = Rows
|
4598
|
+
|
4599
|
+
@property
|
4600
|
+
def GlobalOrderField(self):
|
4601
|
+
return self._GlobalOrderField
|
4602
|
+
|
4603
|
+
@GlobalOrderField.setter
|
4604
|
+
def GlobalOrderField(self, GlobalOrderField):
|
4605
|
+
self._GlobalOrderField = GlobalOrderField
|
4606
|
+
|
4574
4607
|
|
4575
4608
|
def _deserialize(self, params):
|
4576
4609
|
self._DspaId = params.get("DspaId")
|
@@ -4586,6 +4619,9 @@ selfbuilt-db 表示自建数据库
|
|
4586
4619
|
self._Condition = params.get("Condition")
|
4587
4620
|
self._ComplianceGroupIds = params.get("ComplianceGroupIds")
|
4588
4621
|
self._TimingStartTime = params.get("TimingStartTime")
|
4622
|
+
self._Order = params.get("Order")
|
4623
|
+
self._Rows = params.get("Rows")
|
4624
|
+
self._GlobalOrderField = params.get("GlobalOrderField")
|
4589
4625
|
memeber_set = set(params.keys())
|
4590
4626
|
for name, value in vars(self).items():
|
4591
4627
|
property_name = name[1:]
|
@@ -13877,9 +13913,15 @@ class DescribeDSPAESDataSampleRequest(AbstractModel):
|
|
13877
13913
|
:type DspaId: str
|
13878
13914
|
:param _FieldResultId: 字段扫描结果ID
|
13879
13915
|
:type FieldResultId: int
|
13916
|
+
:param _Order: 排序方式
|
13917
|
+
:type Order: str
|
13918
|
+
:param _OrderField: 排序字段
|
13919
|
+
:type OrderField: str
|
13880
13920
|
"""
|
13881
13921
|
self._DspaId = None
|
13882
13922
|
self._FieldResultId = None
|
13923
|
+
self._Order = None
|
13924
|
+
self._OrderField = None
|
13883
13925
|
|
13884
13926
|
@property
|
13885
13927
|
def DspaId(self):
|
@@ -13897,10 +13939,28 @@ class DescribeDSPAESDataSampleRequest(AbstractModel):
|
|
13897
13939
|
def FieldResultId(self, FieldResultId):
|
13898
13940
|
self._FieldResultId = FieldResultId
|
13899
13941
|
|
13942
|
+
@property
|
13943
|
+
def Order(self):
|
13944
|
+
return self._Order
|
13945
|
+
|
13946
|
+
@Order.setter
|
13947
|
+
def Order(self, Order):
|
13948
|
+
self._Order = Order
|
13949
|
+
|
13950
|
+
@property
|
13951
|
+
def OrderField(self):
|
13952
|
+
return self._OrderField
|
13953
|
+
|
13954
|
+
@OrderField.setter
|
13955
|
+
def OrderField(self, OrderField):
|
13956
|
+
self._OrderField = OrderField
|
13957
|
+
|
13900
13958
|
|
13901
13959
|
def _deserialize(self, params):
|
13902
13960
|
self._DspaId = params.get("DspaId")
|
13903
13961
|
self._FieldResultId = params.get("FieldResultId")
|
13962
|
+
self._Order = params.get("Order")
|
13963
|
+
self._OrderField = params.get("OrderField")
|
13904
13964
|
memeber_set = set(params.keys())
|
13905
13965
|
for name, value in vars(self).items():
|
13906
13966
|
property_name = name[1:]
|
@@ -14654,9 +14714,15 @@ class DescribeDSPATaskResultDataSampleRequest(AbstractModel):
|
|
14654
14714
|
:type DspaId: str
|
14655
14715
|
:param _FieldResultId: 字段扫描结果ID
|
14656
14716
|
:type FieldResultId: int
|
14717
|
+
:param _Order: 排序方式
|
14718
|
+
:type Order: str
|
14719
|
+
:param _OrderField: 排序字段
|
14720
|
+
:type OrderField: str
|
14657
14721
|
"""
|
14658
14722
|
self._DspaId = None
|
14659
14723
|
self._FieldResultId = None
|
14724
|
+
self._Order = None
|
14725
|
+
self._OrderField = None
|
14660
14726
|
|
14661
14727
|
@property
|
14662
14728
|
def DspaId(self):
|
@@ -14674,10 +14740,28 @@ class DescribeDSPATaskResultDataSampleRequest(AbstractModel):
|
|
14674
14740
|
def FieldResultId(self, FieldResultId):
|
14675
14741
|
self._FieldResultId = FieldResultId
|
14676
14742
|
|
14743
|
+
@property
|
14744
|
+
def Order(self):
|
14745
|
+
return self._Order
|
14746
|
+
|
14747
|
+
@Order.setter
|
14748
|
+
def Order(self, Order):
|
14749
|
+
self._Order = Order
|
14750
|
+
|
14751
|
+
@property
|
14752
|
+
def OrderField(self):
|
14753
|
+
return self._OrderField
|
14754
|
+
|
14755
|
+
@OrderField.setter
|
14756
|
+
def OrderField(self, OrderField):
|
14757
|
+
self._OrderField = OrderField
|
14758
|
+
|
14677
14759
|
|
14678
14760
|
def _deserialize(self, params):
|
14679
14761
|
self._DspaId = params.get("DspaId")
|
14680
14762
|
self._FieldResultId = params.get("FieldResultId")
|
14763
|
+
self._Order = params.get("Order")
|
14764
|
+
self._OrderField = params.get("OrderField")
|
14681
14765
|
memeber_set = set(params.keys())
|
14682
14766
|
for name, value in vars(self).items():
|
14683
14767
|
property_name = name[1:]
|
@@ -9804,7 +9804,7 @@ class CreateSealRequest(AbstractModel):
|
|
9804
9804
|
<li><strong>SealGenerateSourceSystem</strong>: 系统生成印章, 无需上传SealImage图片</li>
|
9805
9805
|
</ul>
|
9806
9806
|
:type GenerateSource: str
|
9807
|
-
:param _SealType: 电子印章类型 , 可选类型如下: <ul><li>**OFFICIAL**: (默认)公章</li><li>**CONTRACT**: 合同专用章;</li><li>**FINANCE**: 财务专用章;</li><li>**PERSONNEL**: 人事专用章</li><li>**INVOICE**: 发票专用章</li></ul>注:
|
9807
|
+
:param _SealType: 电子印章类型 , 可选类型如下: <ul><li>**OFFICIAL**: (默认)公章</li><li>**CONTRACT**: 合同专用章;</li><li>**FINANCE**: 财务专用章;</li><li>**PERSONNEL**: 人事专用章</li><li>**INVOICE**: 发票专用章</li><li>**OTHER**: 其他</li></ul>注: 同企业下只能有<font color="red">一个</font>公章, 重复创建会报错
|
9808
9808
|
:type SealType: str
|
9809
9809
|
:param _FileName: 电子印章图片文件名称,1-50个中文字符。
|
9810
9810
|
:type FileName: str
|
@@ -215,7 +215,9 @@ class EssbasicClient(AbstractClient):
|
|
215
215
|
注:
|
216
216
|
- 使用此接口生成链接,需要提前开通 `使用手机号验证签署方身份` 功能,在 `腾讯电子签网页端-企业设置-拓展服务` 中可以找到。
|
217
217
|
- 参与人点击链接后需短信验证码才能查看合同内容。
|
218
|
-
-
|
218
|
+
- 个人用户批量签署,需要传Name,Mobile,IdCardNumber(IdCardType) 参数。
|
219
|
+
- saas企业员工用户批量签署,在传递了姓名等基本信息参数的情况下,还需要传OrganizationName(参与方所在企业名称)参数生成签署链接,<font color="red">请确保此企业已完成腾讯电子签企业认证</font>。
|
220
|
+
- 子客企业员工用户批签签署,需要传递员工OpenId和子客企业的OrganizationOpenId。<font color="red">请确保此OrganizationOpenId对应子客已经认证,且OpenId对应员工此子客下已经实名</font>。Name,Mobile, IdCard等信息此时可以不传,系统会查询此OpenId实名信息自动补充。
|
219
221
|
- 生成批量签署链接时,合同目标参与方状态需为<font color="red">待签署</font>状态。
|
220
222
|
- 个人批量签署进行的合同的签名区, 全部变成<font color="red">手写签名</font>(不管合同里边设置的签名限制)来进行。
|
221
223
|
|
@@ -1650,7 +1652,7 @@ class EssbasicClient(AbstractClient):
|
|
1650
1652
|
<tr>
|
1651
1653
|
<td>企业已激活</td>
|
1652
1654
|
<td>员工未认证</td>
|
1653
|
-
<td
|
1655
|
+
<td>进入员工认证并加入企业流程</td>
|
1654
1656
|
</tr>
|
1655
1657
|
<tr>
|
1656
1658
|
<td>企业已激活</td>
|