tencentcloud-sdk-python 3.0.1361__py2.py3-none-any.whl → 3.0.1363__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/batch/v20170312/models.py +12 -18
- tencentcloud/ccc/v20200210/ccc_client.py +23 -0
- tencentcloud/ccc/v20200210/errorcodes.py +3 -0
- tencentcloud/ccc/v20200210/models.py +91 -4
- tencentcloud/cdwch/v20200915/models.py +0 -12
- tencentcloud/cdwpg/v20201230/models.py +0 -136
- tencentcloud/cfw/v20190904/models.py +115 -12
- tencentcloud/chc/v20230418/models.py +15 -0
- tencentcloud/cme/v20191029/errorcodes.py +3 -0
- tencentcloud/common/abstract_client.py +29 -24
- tencentcloud/common/abstract_model.py +5 -1
- tencentcloud/common/common_client.py +14 -15
- tencentcloud/common/credential.py +68 -65
- tencentcloud/common/exception/tencent_cloud_sdk_exception.py +1 -1
- tencentcloud/common/profile/client_profile.py +32 -30
- tencentcloud/common/profile/http_profile.py +20 -12
- tencentcloud/common/retry.py +18 -0
- tencentcloud/cvm/v20170312/cvm_client.py +7 -1
- tencentcloud/cvm/v20170312/models.py +88 -68
- tencentcloud/cwp/v20180228/models.py +138 -12
- tencentcloud/cynosdb/v20190107/cynosdb_client.py +69 -0
- tencentcloud/cynosdb/v20190107/models.py +318 -0
- tencentcloud/dc/v20180410/models.py +2 -2
- tencentcloud/dlc/v20210125/models.py +0 -18
- tencentcloud/dts/v20211206/models.py +10 -6
- tencentcloud/es/v20250101/es_client.py +23 -0
- tencentcloud/es/v20250101/models.py +352 -1
- tencentcloud/ess/v20201111/models.py +15 -0
- tencentcloud/gaap/v20180529/gaap_client.py +1 -1
- tencentcloud/gaap/v20180529/models.py +2 -20
- tencentcloud/gs/v20191118/gs_client.py +46 -0
- tencentcloud/gs/v20191118/models.py +385 -8
- tencentcloud/iotexplorer/v20190423/iotexplorer_client.py +69 -0
- tencentcloud/iotexplorer/v20190423/models.py +578 -0
- tencentcloud/lcic/v20220817/models.py +60 -0
- tencentcloud/lighthouse/v20200324/errorcodes.py +0 -6
- tencentcloud/lighthouse/v20200324/lighthouse_client.py +0 -56
- tencentcloud/lighthouse/v20200324/models.py +0 -158
- tencentcloud/lkeap/v20240522/models.py +2 -2
- tencentcloud/monitor/v20180724/models.py +169 -0
- tencentcloud/monitor/v20180724/monitor_client.py +23 -0
- tencentcloud/mps/v20190612/models.py +186 -35
- tencentcloud/oceanus/v20190422/models.py +2 -2
- tencentcloud/tcbr/v20220217/models.py +45 -0
- tencentcloud/tione/v20211111/models.py +91 -0
- tencentcloud/trocket/v20230308/models.py +141 -88
- tencentcloud/trocket/v20230308/trocket_client.py +2 -1
- tencentcloud/tts/v20190823/models.py +15 -15
- tencentcloud/tts/v20190823/tts_client.py +4 -3
- tencentcloud/vcube/v20220410/models.py +15 -0
- tencentcloud/vdb/v20230616/models.py +15 -0
- tencentcloud/vpc/v20170312/models.py +307 -78
- tencentcloud/vpc/v20170312/vpc_client.py +32 -4
- tencentcloud/vrs/v20200824/models.py +17 -0
- tencentcloud/waf/v20180125/errorcodes.py +9 -0
- tencentcloud/waf/v20180125/models.py +3041 -114
- tencentcloud/waf/v20180125/waf_client.py +138 -0
- tencentcloud/wedata/v20210820/models.py +55 -0
- {tencentcloud_sdk_python-3.0.1361.dist-info → tencentcloud_sdk_python-3.0.1363.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1361.dist-info → tencentcloud_sdk_python-3.0.1363.dist-info}/RECORD +64 -64
- {tencentcloud_sdk_python-3.0.1361.dist-info → tencentcloud_sdk_python-3.0.1363.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1361.dist-info → tencentcloud_sdk_python-3.0.1363.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1361.dist-info → tencentcloud_sdk_python-3.0.1363.dist-info}/top_level.txt +0 -0
@@ -2165,4 +2165,355 @@ class WebContent(AbstractModel):
|
|
2165
2165
|
memeber_set.remove(property_name)
|
2166
2166
|
if len(memeber_set) > 0:
|
2167
2167
|
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
2168
|
-
|
2168
|
+
|
2169
|
+
|
2170
|
+
|
2171
|
+
class WebPage(AbstractModel):
|
2172
|
+
"""网页搜索结果
|
2173
|
+
|
2174
|
+
"""
|
2175
|
+
|
2176
|
+
def __init__(self):
|
2177
|
+
r"""
|
2178
|
+
:param _Title: 标题
|
2179
|
+
:type Title: str
|
2180
|
+
:param _Url: url
|
2181
|
+
:type Url: str
|
2182
|
+
:param _Summary: 网页摘要
|
2183
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
2184
|
+
:type Summary: str
|
2185
|
+
:param _Time: 网页收录时间。可能为空。
|
2186
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
2187
|
+
:type Time: str
|
2188
|
+
:param _Content: Markdown 格式的网页正文
|
2189
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
2190
|
+
:type Content: str
|
2191
|
+
"""
|
2192
|
+
self._Title = None
|
2193
|
+
self._Url = None
|
2194
|
+
self._Summary = None
|
2195
|
+
self._Time = None
|
2196
|
+
self._Content = None
|
2197
|
+
|
2198
|
+
@property
|
2199
|
+
def Title(self):
|
2200
|
+
"""标题
|
2201
|
+
:rtype: str
|
2202
|
+
"""
|
2203
|
+
return self._Title
|
2204
|
+
|
2205
|
+
@Title.setter
|
2206
|
+
def Title(self, Title):
|
2207
|
+
self._Title = Title
|
2208
|
+
|
2209
|
+
@property
|
2210
|
+
def Url(self):
|
2211
|
+
"""url
|
2212
|
+
:rtype: str
|
2213
|
+
"""
|
2214
|
+
return self._Url
|
2215
|
+
|
2216
|
+
@Url.setter
|
2217
|
+
def Url(self, Url):
|
2218
|
+
self._Url = Url
|
2219
|
+
|
2220
|
+
@property
|
2221
|
+
def Summary(self):
|
2222
|
+
"""网页摘要
|
2223
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
2224
|
+
:rtype: str
|
2225
|
+
"""
|
2226
|
+
return self._Summary
|
2227
|
+
|
2228
|
+
@Summary.setter
|
2229
|
+
def Summary(self, Summary):
|
2230
|
+
self._Summary = Summary
|
2231
|
+
|
2232
|
+
@property
|
2233
|
+
def Time(self):
|
2234
|
+
"""网页收录时间。可能为空。
|
2235
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
2236
|
+
:rtype: str
|
2237
|
+
"""
|
2238
|
+
return self._Time
|
2239
|
+
|
2240
|
+
@Time.setter
|
2241
|
+
def Time(self, Time):
|
2242
|
+
self._Time = Time
|
2243
|
+
|
2244
|
+
@property
|
2245
|
+
def Content(self):
|
2246
|
+
"""Markdown 格式的网页正文
|
2247
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
2248
|
+
:rtype: str
|
2249
|
+
"""
|
2250
|
+
return self._Content
|
2251
|
+
|
2252
|
+
@Content.setter
|
2253
|
+
def Content(self, Content):
|
2254
|
+
self._Content = Content
|
2255
|
+
|
2256
|
+
|
2257
|
+
def _deserialize(self, params):
|
2258
|
+
self._Title = params.get("Title")
|
2259
|
+
self._Url = params.get("Url")
|
2260
|
+
self._Summary = params.get("Summary")
|
2261
|
+
self._Time = params.get("Time")
|
2262
|
+
self._Content = params.get("Content")
|
2263
|
+
memeber_set = set(params.keys())
|
2264
|
+
for name, value in vars(self).items():
|
2265
|
+
property_name = name[1:]
|
2266
|
+
if property_name in memeber_set:
|
2267
|
+
memeber_set.remove(property_name)
|
2268
|
+
if len(memeber_set) > 0:
|
2269
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
2270
|
+
|
2271
|
+
|
2272
|
+
|
2273
|
+
class WebSearchRequest(AbstractModel):
|
2274
|
+
"""WebSearch请求参数结构体
|
2275
|
+
|
2276
|
+
"""
|
2277
|
+
|
2278
|
+
def __init__(self):
|
2279
|
+
r"""
|
2280
|
+
:param _Query: 查询
|
2281
|
+
:type Query: str
|
2282
|
+
:param _Count: 搜索的网页数量,默认20
|
2283
|
+
:type Count: int
|
2284
|
+
:param _Site: 指定域名,gov.cn 可匹配 *.gov.cn的域名。
|
2285
|
+
:type Site: str
|
2286
|
+
:param _FetchContent: 是否获取返回网页全文,默认 false。
|
2287
|
+
:type FetchContent: bool
|
2288
|
+
:param _WhiteSites: 域名白名单,在不指定 Site 时,只保存匹配白名单域名的网页。
|
2289
|
+
:type WhiteSites: list of str
|
2290
|
+
:param _BlackSites: 域名黑名单,在不指定 Site 和白名单时,过滤黑名单中的域名。
|
2291
|
+
:type BlackSites: list of str
|
2292
|
+
:param _StartTime: 秒级时间戳,搜索网页的开始时间,默认不限制开始时间。
|
2293
|
+
:type StartTime: int
|
2294
|
+
:param _EndTime: 秒级时间戳,搜索网页的结束时间,默认为现在。
|
2295
|
+
:type EndTime: int
|
2296
|
+
:param _SearchEngine: 指定搜索引擎,可选混合搜索 mixed,或 bing, baidu, sogou, 默认为 sogou
|
2297
|
+
:type SearchEngine: str
|
2298
|
+
"""
|
2299
|
+
self._Query = None
|
2300
|
+
self._Count = None
|
2301
|
+
self._Site = None
|
2302
|
+
self._FetchContent = None
|
2303
|
+
self._WhiteSites = None
|
2304
|
+
self._BlackSites = None
|
2305
|
+
self._StartTime = None
|
2306
|
+
self._EndTime = None
|
2307
|
+
self._SearchEngine = None
|
2308
|
+
|
2309
|
+
@property
|
2310
|
+
def Query(self):
|
2311
|
+
"""查询
|
2312
|
+
:rtype: str
|
2313
|
+
"""
|
2314
|
+
return self._Query
|
2315
|
+
|
2316
|
+
@Query.setter
|
2317
|
+
def Query(self, Query):
|
2318
|
+
self._Query = Query
|
2319
|
+
|
2320
|
+
@property
|
2321
|
+
def Count(self):
|
2322
|
+
"""搜索的网页数量,默认20
|
2323
|
+
:rtype: int
|
2324
|
+
"""
|
2325
|
+
return self._Count
|
2326
|
+
|
2327
|
+
@Count.setter
|
2328
|
+
def Count(self, Count):
|
2329
|
+
self._Count = Count
|
2330
|
+
|
2331
|
+
@property
|
2332
|
+
def Site(self):
|
2333
|
+
"""指定域名,gov.cn 可匹配 *.gov.cn的域名。
|
2334
|
+
:rtype: str
|
2335
|
+
"""
|
2336
|
+
return self._Site
|
2337
|
+
|
2338
|
+
@Site.setter
|
2339
|
+
def Site(self, Site):
|
2340
|
+
self._Site = Site
|
2341
|
+
|
2342
|
+
@property
|
2343
|
+
def FetchContent(self):
|
2344
|
+
"""是否获取返回网页全文,默认 false。
|
2345
|
+
:rtype: bool
|
2346
|
+
"""
|
2347
|
+
return self._FetchContent
|
2348
|
+
|
2349
|
+
@FetchContent.setter
|
2350
|
+
def FetchContent(self, FetchContent):
|
2351
|
+
self._FetchContent = FetchContent
|
2352
|
+
|
2353
|
+
@property
|
2354
|
+
def WhiteSites(self):
|
2355
|
+
"""域名白名单,在不指定 Site 时,只保存匹配白名单域名的网页。
|
2356
|
+
:rtype: list of str
|
2357
|
+
"""
|
2358
|
+
return self._WhiteSites
|
2359
|
+
|
2360
|
+
@WhiteSites.setter
|
2361
|
+
def WhiteSites(self, WhiteSites):
|
2362
|
+
self._WhiteSites = WhiteSites
|
2363
|
+
|
2364
|
+
@property
|
2365
|
+
def BlackSites(self):
|
2366
|
+
"""域名黑名单,在不指定 Site 和白名单时,过滤黑名单中的域名。
|
2367
|
+
:rtype: list of str
|
2368
|
+
"""
|
2369
|
+
return self._BlackSites
|
2370
|
+
|
2371
|
+
@BlackSites.setter
|
2372
|
+
def BlackSites(self, BlackSites):
|
2373
|
+
self._BlackSites = BlackSites
|
2374
|
+
|
2375
|
+
@property
|
2376
|
+
def StartTime(self):
|
2377
|
+
"""秒级时间戳,搜索网页的开始时间,默认不限制开始时间。
|
2378
|
+
:rtype: int
|
2379
|
+
"""
|
2380
|
+
return self._StartTime
|
2381
|
+
|
2382
|
+
@StartTime.setter
|
2383
|
+
def StartTime(self, StartTime):
|
2384
|
+
self._StartTime = StartTime
|
2385
|
+
|
2386
|
+
@property
|
2387
|
+
def EndTime(self):
|
2388
|
+
"""秒级时间戳,搜索网页的结束时间,默认为现在。
|
2389
|
+
:rtype: int
|
2390
|
+
"""
|
2391
|
+
return self._EndTime
|
2392
|
+
|
2393
|
+
@EndTime.setter
|
2394
|
+
def EndTime(self, EndTime):
|
2395
|
+
self._EndTime = EndTime
|
2396
|
+
|
2397
|
+
@property
|
2398
|
+
def SearchEngine(self):
|
2399
|
+
"""指定搜索引擎,可选混合搜索 mixed,或 bing, baidu, sogou, 默认为 sogou
|
2400
|
+
:rtype: str
|
2401
|
+
"""
|
2402
|
+
return self._SearchEngine
|
2403
|
+
|
2404
|
+
@SearchEngine.setter
|
2405
|
+
def SearchEngine(self, SearchEngine):
|
2406
|
+
self._SearchEngine = SearchEngine
|
2407
|
+
|
2408
|
+
|
2409
|
+
def _deserialize(self, params):
|
2410
|
+
self._Query = params.get("Query")
|
2411
|
+
self._Count = params.get("Count")
|
2412
|
+
self._Site = params.get("Site")
|
2413
|
+
self._FetchContent = params.get("FetchContent")
|
2414
|
+
self._WhiteSites = params.get("WhiteSites")
|
2415
|
+
self._BlackSites = params.get("BlackSites")
|
2416
|
+
self._StartTime = params.get("StartTime")
|
2417
|
+
self._EndTime = params.get("EndTime")
|
2418
|
+
self._SearchEngine = params.get("SearchEngine")
|
2419
|
+
memeber_set = set(params.keys())
|
2420
|
+
for name, value in vars(self).items():
|
2421
|
+
property_name = name[1:]
|
2422
|
+
if property_name in memeber_set:
|
2423
|
+
memeber_set.remove(property_name)
|
2424
|
+
if len(memeber_set) > 0:
|
2425
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
2426
|
+
|
2427
|
+
|
2428
|
+
|
2429
|
+
class WebSearchResponse(AbstractModel):
|
2430
|
+
"""WebSearch返回参数结构体
|
2431
|
+
|
2432
|
+
"""
|
2433
|
+
|
2434
|
+
def __init__(self):
|
2435
|
+
r"""
|
2436
|
+
:param _Query: 查询
|
2437
|
+
:type Query: str
|
2438
|
+
:param _Status: 响应状态
|
2439
|
+
:type Status: str
|
2440
|
+
:param _SearchEngine: 执行搜索的引擎
|
2441
|
+
:type SearchEngine: str
|
2442
|
+
:param _Results: 搜索结果
|
2443
|
+
:type Results: list of WebPage
|
2444
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2445
|
+
:type RequestId: str
|
2446
|
+
"""
|
2447
|
+
self._Query = None
|
2448
|
+
self._Status = None
|
2449
|
+
self._SearchEngine = None
|
2450
|
+
self._Results = None
|
2451
|
+
self._RequestId = None
|
2452
|
+
|
2453
|
+
@property
|
2454
|
+
def Query(self):
|
2455
|
+
"""查询
|
2456
|
+
:rtype: str
|
2457
|
+
"""
|
2458
|
+
return self._Query
|
2459
|
+
|
2460
|
+
@Query.setter
|
2461
|
+
def Query(self, Query):
|
2462
|
+
self._Query = Query
|
2463
|
+
|
2464
|
+
@property
|
2465
|
+
def Status(self):
|
2466
|
+
"""响应状态
|
2467
|
+
:rtype: str
|
2468
|
+
"""
|
2469
|
+
return self._Status
|
2470
|
+
|
2471
|
+
@Status.setter
|
2472
|
+
def Status(self, Status):
|
2473
|
+
self._Status = Status
|
2474
|
+
|
2475
|
+
@property
|
2476
|
+
def SearchEngine(self):
|
2477
|
+
"""执行搜索的引擎
|
2478
|
+
:rtype: str
|
2479
|
+
"""
|
2480
|
+
return self._SearchEngine
|
2481
|
+
|
2482
|
+
@SearchEngine.setter
|
2483
|
+
def SearchEngine(self, SearchEngine):
|
2484
|
+
self._SearchEngine = SearchEngine
|
2485
|
+
|
2486
|
+
@property
|
2487
|
+
def Results(self):
|
2488
|
+
"""搜索结果
|
2489
|
+
:rtype: list of WebPage
|
2490
|
+
"""
|
2491
|
+
return self._Results
|
2492
|
+
|
2493
|
+
@Results.setter
|
2494
|
+
def Results(self, Results):
|
2495
|
+
self._Results = Results
|
2496
|
+
|
2497
|
+
@property
|
2498
|
+
def RequestId(self):
|
2499
|
+
"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2500
|
+
:rtype: str
|
2501
|
+
"""
|
2502
|
+
return self._RequestId
|
2503
|
+
|
2504
|
+
@RequestId.setter
|
2505
|
+
def RequestId(self, RequestId):
|
2506
|
+
self._RequestId = RequestId
|
2507
|
+
|
2508
|
+
|
2509
|
+
def _deserialize(self, params):
|
2510
|
+
self._Query = params.get("Query")
|
2511
|
+
self._Status = params.get("Status")
|
2512
|
+
self._SearchEngine = params.get("SearchEngine")
|
2513
|
+
if params.get("Results") is not None:
|
2514
|
+
self._Results = []
|
2515
|
+
for item in params.get("Results"):
|
2516
|
+
obj = WebPage()
|
2517
|
+
obj._deserialize(item)
|
2518
|
+
self._Results.append(obj)
|
2519
|
+
self._RequestId = params.get("RequestId")
|
@@ -7985,11 +7985,14 @@ class CreateFlowEvidenceReportRequest(AbstractModel):
|
|
7985
7985
|
<ul><li> **0** :合同签署报告(默认)</li>
|
7986
7986
|
<li> **1** :公证处核验报告</li></ul>
|
7987
7987
|
:type ReportType: int
|
7988
|
+
:param _HybridEvidenceFlowFile: 混合云模式获取合同文件合并出证,默认:不同意。注:此参数需要联系腾讯电子签运营进行开通后生效
|
7989
|
+
:type HybridEvidenceFlowFile: bool
|
7988
7990
|
"""
|
7989
7991
|
self._Operator = None
|
7990
7992
|
self._FlowId = None
|
7991
7993
|
self._Agent = None
|
7992
7994
|
self._ReportType = None
|
7995
|
+
self._HybridEvidenceFlowFile = None
|
7993
7996
|
|
7994
7997
|
@property
|
7995
7998
|
def Operator(self):
|
@@ -8040,6 +8043,17 @@ class CreateFlowEvidenceReportRequest(AbstractModel):
|
|
8040
8043
|
def ReportType(self, ReportType):
|
8041
8044
|
self._ReportType = ReportType
|
8042
8045
|
|
8046
|
+
@property
|
8047
|
+
def HybridEvidenceFlowFile(self):
|
8048
|
+
"""混合云模式获取合同文件合并出证,默认:不同意。注:此参数需要联系腾讯电子签运营进行开通后生效
|
8049
|
+
:rtype: bool
|
8050
|
+
"""
|
8051
|
+
return self._HybridEvidenceFlowFile
|
8052
|
+
|
8053
|
+
@HybridEvidenceFlowFile.setter
|
8054
|
+
def HybridEvidenceFlowFile(self, HybridEvidenceFlowFile):
|
8055
|
+
self._HybridEvidenceFlowFile = HybridEvidenceFlowFile
|
8056
|
+
|
8043
8057
|
|
8044
8058
|
def _deserialize(self, params):
|
8045
8059
|
if params.get("Operator") is not None:
|
@@ -8050,6 +8064,7 @@ class CreateFlowEvidenceReportRequest(AbstractModel):
|
|
8050
8064
|
self._Agent = Agent()
|
8051
8065
|
self._Agent._deserialize(params.get("Agent"))
|
8052
8066
|
self._ReportType = params.get("ReportType")
|
8067
|
+
self._HybridEvidenceFlowFile = params.get("HybridEvidenceFlowFile")
|
8053
8068
|
memeber_set = set(params.keys())
|
8054
8069
|
for name, value in vars(self).items():
|
8055
8070
|
property_name = name[1:]
|
@@ -1091,7 +1091,7 @@ class GaapClient(AbstractClient):
|
|
1091
1091
|
|
1092
1092
|
|
1093
1093
|
def DescribeDomainErrorPageInfo(self, request):
|
1094
|
-
"""
|
1094
|
+
"""查询指定域名的错误响应
|
1095
1095
|
|
1096
1096
|
:param request: Request instance for DescribeDomainErrorPageInfo.
|
1097
1097
|
:type request: :class:`tencentcloud.gaap.v20180529.models.DescribeDomainErrorPageInfoRequest`
|
@@ -6094,7 +6094,6 @@ class DescribeBlackHeaderResponse(AbstractModel):
|
|
6094
6094
|
def __init__(self):
|
6095
6095
|
r"""
|
6096
6096
|
:param _BlackHeaders: 禁用的自定义header列表
|
6097
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6098
6097
|
:type BlackHeaders: list of str
|
6099
6098
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
6100
6099
|
:type RequestId: str
|
@@ -6105,7 +6104,6 @@ class DescribeBlackHeaderResponse(AbstractModel):
|
|
6105
6104
|
@property
|
6106
6105
|
def BlackHeaders(self):
|
6107
6106
|
"""禁用的自定义header列表
|
6108
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6109
6107
|
:rtype: list of str
|
6110
6108
|
"""
|
6111
6109
|
return self._BlackHeaders
|
@@ -6487,10 +6485,8 @@ class DescribeCustomHeaderResponse(AbstractModel):
|
|
6487
6485
|
def __init__(self):
|
6488
6486
|
r"""
|
6489
6487
|
:param _RuleId: 规则id
|
6490
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6491
6488
|
:type RuleId: str
|
6492
6489
|
:param _Headers: 自定义header列表
|
6493
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6494
6490
|
:type Headers: list of HttpHeaderParam
|
6495
6491
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
6496
6492
|
:type RequestId: str
|
@@ -6502,7 +6498,6 @@ class DescribeCustomHeaderResponse(AbstractModel):
|
|
6502
6498
|
@property
|
6503
6499
|
def RuleId(self):
|
6504
6500
|
"""规则id
|
6505
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6506
6501
|
:rtype: str
|
6507
6502
|
"""
|
6508
6503
|
return self._RuleId
|
@@ -6514,7 +6509,6 @@ class DescribeCustomHeaderResponse(AbstractModel):
|
|
6514
6509
|
@property
|
6515
6510
|
def Headers(self):
|
6516
6511
|
"""自定义header列表
|
6517
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6518
6512
|
:rtype: list of HttpHeaderParam
|
6519
6513
|
"""
|
6520
6514
|
return self._Headers
|
@@ -6652,14 +6646,14 @@ class DescribeDomainErrorPageInfoByIdsRequest(AbstractModel):
|
|
6652
6646
|
|
6653
6647
|
def __init__(self):
|
6654
6648
|
r"""
|
6655
|
-
:param _ErrorPageIds: 定制错误ID
|
6649
|
+
:param _ErrorPageIds: 定制错误ID列表,最多支持10个
|
6656
6650
|
:type ErrorPageIds: list of str
|
6657
6651
|
"""
|
6658
6652
|
self._ErrorPageIds = None
|
6659
6653
|
|
6660
6654
|
@property
|
6661
6655
|
def ErrorPageIds(self):
|
6662
|
-
"""定制错误ID
|
6656
|
+
"""定制错误ID列表,最多支持10个
|
6663
6657
|
:rtype: list of str
|
6664
6658
|
"""
|
6665
6659
|
return self._ErrorPageIds
|
@@ -6689,7 +6683,6 @@ class DescribeDomainErrorPageInfoByIdsResponse(AbstractModel):
|
|
6689
6683
|
def __init__(self):
|
6690
6684
|
r"""
|
6691
6685
|
:param _ErrorPageSet: 定制错误响应配置集
|
6692
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6693
6686
|
:type ErrorPageSet: list of DomainErrorPageInfo
|
6694
6687
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
6695
6688
|
:type RequestId: str
|
@@ -6700,7 +6693,6 @@ class DescribeDomainErrorPageInfoByIdsResponse(AbstractModel):
|
|
6700
6693
|
@property
|
6701
6694
|
def ErrorPageSet(self):
|
6702
6695
|
"""定制错误响应配置集
|
6703
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6704
6696
|
:rtype: list of DomainErrorPageInfo
|
6705
6697
|
"""
|
6706
6698
|
return self._ErrorPageSet
|
@@ -6790,7 +6782,6 @@ class DescribeDomainErrorPageInfoResponse(AbstractModel):
|
|
6790
6782
|
def __init__(self):
|
6791
6783
|
r"""
|
6792
6784
|
:param _ErrorPageSet: 定制错误响应配置集
|
6793
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6794
6785
|
:type ErrorPageSet: list of DomainErrorPageInfo
|
6795
6786
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
6796
6787
|
:type RequestId: str
|
@@ -6801,7 +6792,6 @@ class DescribeDomainErrorPageInfoResponse(AbstractModel):
|
|
6801
6792
|
@property
|
6802
6793
|
def ErrorPageSet(self):
|
6803
6794
|
"""定制错误响应配置集
|
6804
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6805
6795
|
:rtype: list of DomainErrorPageInfo
|
6806
6796
|
"""
|
6807
6797
|
return self._ErrorPageSet
|
@@ -8966,7 +8956,6 @@ class DescribeProxyGroupListResponse(AbstractModel):
|
|
8966
8956
|
:param _TotalCount: 通道组总数。
|
8967
8957
|
:type TotalCount: int
|
8968
8958
|
:param _ProxyGroupList: 通道组列表。
|
8969
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8970
8959
|
:type ProxyGroupList: list of ProxyGroupInfo
|
8971
8960
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
8972
8961
|
:type RequestId: str
|
@@ -8989,7 +8978,6 @@ class DescribeProxyGroupListResponse(AbstractModel):
|
|
8989
8978
|
@property
|
8990
8979
|
def ProxyGroupList(self):
|
8991
8980
|
"""通道组列表。
|
8992
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8993
8981
|
:rtype: list of ProxyGroupInfo
|
8994
8982
|
"""
|
8995
8983
|
return self._ProxyGroupList
|
@@ -10996,7 +10984,6 @@ class DescribeTaskStatusResponse(AbstractModel):
|
|
10996
10984
|
:param _Status: 任务状态:RUNNING,FAIL,SUCCESS
|
10997
10985
|
:type Status: str
|
10998
10986
|
:param _TaskId: 任务ID
|
10999
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11000
10987
|
:type TaskId: str
|
11001
10988
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
11002
10989
|
:type RequestId: str
|
@@ -11019,7 +11006,6 @@ class DescribeTaskStatusResponse(AbstractModel):
|
|
11019
11006
|
@property
|
11020
11007
|
def TaskId(self):
|
11021
11008
|
"""任务ID
|
11022
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11023
11009
|
:rtype: str
|
11024
11010
|
"""
|
11025
11011
|
return self._TaskId
|
@@ -13611,10 +13597,8 @@ class InquiryPriceCreateProxyResponse(AbstractModel):
|
|
13611
13597
|
注意:此字段可能返回 null,表示取不到有效值。
|
13612
13598
|
:type DiscountFlowUnitPrice: float
|
13613
13599
|
:param _Cn2BandwidthPrice: 精品BGP的带宽费用价格,单位: 元/Mbps/天
|
13614
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13615
13600
|
:type Cn2BandwidthPrice: float
|
13616
13601
|
:param _Cn2BandwidthPriceWithDiscount: 精品BGP的折后带宽费用价格,单位: 元/Mbps/天
|
13617
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13618
13602
|
:type Cn2BandwidthPriceWithDiscount: float
|
13619
13603
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
13620
13604
|
:type RequestId: str
|
@@ -13701,7 +13685,6 @@ class InquiryPriceCreateProxyResponse(AbstractModel):
|
|
13701
13685
|
@property
|
13702
13686
|
def Cn2BandwidthPrice(self):
|
13703
13687
|
"""精品BGP的带宽费用价格,单位: 元/Mbps/天
|
13704
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13705
13688
|
:rtype: float
|
13706
13689
|
"""
|
13707
13690
|
return self._Cn2BandwidthPrice
|
@@ -13713,7 +13696,6 @@ class InquiryPriceCreateProxyResponse(AbstractModel):
|
|
13713
13696
|
@property
|
13714
13697
|
def Cn2BandwidthPriceWithDiscount(self):
|
13715
13698
|
"""精品BGP的折后带宽费用价格,单位: 元/Mbps/天
|
13716
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13717
13699
|
:rtype: float
|
13718
13700
|
"""
|
13719
13701
|
return self._Cn2BandwidthPriceWithDiscount
|
@@ -674,6 +674,29 @@ class GsClient(AbstractClient):
|
|
674
674
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
675
675
|
|
676
676
|
|
677
|
+
def ModifyAndroidAppVersion(self, request):
|
678
|
+
"""修改安卓应用版本
|
679
|
+
|
680
|
+
:param request: Request instance for ModifyAndroidAppVersion.
|
681
|
+
:type request: :class:`tencentcloud.gs.v20191118.models.ModifyAndroidAppVersionRequest`
|
682
|
+
:rtype: :class:`tencentcloud.gs.v20191118.models.ModifyAndroidAppVersionResponse`
|
683
|
+
|
684
|
+
"""
|
685
|
+
try:
|
686
|
+
params = request._serialize()
|
687
|
+
headers = request.headers
|
688
|
+
body = self.call("ModifyAndroidAppVersion", params, headers=headers)
|
689
|
+
response = json.loads(body)
|
690
|
+
model = models.ModifyAndroidAppVersionResponse()
|
691
|
+
model._deserialize(response["Response"])
|
692
|
+
return model
|
693
|
+
except Exception as e:
|
694
|
+
if isinstance(e, TencentCloudSDKException):
|
695
|
+
raise
|
696
|
+
else:
|
697
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
698
|
+
|
699
|
+
|
677
700
|
def ModifyAndroidInstanceInformation(self, request):
|
678
701
|
"""修改安卓实例的信息
|
679
702
|
|
@@ -743,6 +766,29 @@ class GsClient(AbstractClient):
|
|
743
766
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
744
767
|
|
745
768
|
|
769
|
+
def ModifyAndroidInstancesResolution(self, request):
|
770
|
+
"""修改安卓实例分辨率。需要注意的是该接口需要重启才能生效。
|
771
|
+
|
772
|
+
:param request: Request instance for ModifyAndroidInstancesResolution.
|
773
|
+
:type request: :class:`tencentcloud.gs.v20191118.models.ModifyAndroidInstancesResolutionRequest`
|
774
|
+
:rtype: :class:`tencentcloud.gs.v20191118.models.ModifyAndroidInstancesResolutionResponse`
|
775
|
+
|
776
|
+
"""
|
777
|
+
try:
|
778
|
+
params = request._serialize()
|
779
|
+
headers = request.headers
|
780
|
+
body = self.call("ModifyAndroidInstancesResolution", params, headers=headers)
|
781
|
+
response = json.loads(body)
|
782
|
+
model = models.ModifyAndroidInstancesResolutionResponse()
|
783
|
+
model._deserialize(response["Response"])
|
784
|
+
return model
|
785
|
+
except Exception as e:
|
786
|
+
if isinstance(e, TencentCloudSDKException):
|
787
|
+
raise
|
788
|
+
else:
|
789
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
790
|
+
|
791
|
+
|
746
792
|
def ModifyAndroidInstancesUserId(self, request):
|
747
793
|
"""批量修改安卓实例的用户ID
|
748
794
|
|