tencentcloud-sdk-python 3.0.1355__py2.py3-none-any.whl → 3.0.1357__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 +0 -25
- tencentcloud/billing/v20180709/models.py +0 -512
- tencentcloud/cdb/v20170320/models.py +32 -4
- tencentcloud/cls/v20201016/models.py +40 -5
- tencentcloud/ess/v20201111/ess_client.py +4 -2
- tencentcloud/ess/v20201111/models.py +206 -10
- tencentcloud/essbasic/v20210526/models.py +162 -12
- tencentcloud/gaap/v20180529/models.py +0 -90
- tencentcloud/gs/v20191118/gs_client.py +46 -0
- tencentcloud/gs/v20191118/models.py +463 -0
- tencentcloud/gwlb/v20240906/models.py +20 -0
- tencentcloud/iotexplorer/v20190423/iotexplorer_client.py +23 -0
- tencentcloud/iotexplorer/v20190423/models.py +254 -0
- tencentcloud/iotvideo/v20211125/iotvideo_client.py +23 -0
- tencentcloud/iotvideo/v20211125/models.py +254 -0
- tencentcloud/lkeap/v20240522/lkeap_client.py +24 -1
- tencentcloud/lkeap/v20240522/models.py +64 -0
- tencentcloud/lowcode/v20210108/errorcodes.py +3 -0
- tencentcloud/mna/v20210119/errorcodes.py +0 -36
- tencentcloud/mna/v20210119/mna_client.py +0 -75
- tencentcloud/mna/v20210119/models.py +0 -1002
- tencentcloud/mps/v20190612/models.py +28 -36
- tencentcloud/oceanus/v20190422/models.py +12 -0
- tencentcloud/ocr/v20181119/models.py +2 -2
- tencentcloud/ses/v20201002/models.py +15 -0
- tencentcloud/smop/v20201203/smop_client.py +3 -1
- tencentcloud/taf/v20200210/models.py +0 -270
- tencentcloud/taf/v20200210/taf_client.py +0 -23
- tencentcloud/tat/v20201028/errorcodes.py +6 -0
- tencentcloud/tat/v20201028/models.py +50 -2
- tencentcloud/tcss/v20201101/models.py +83 -8
- tencentcloud/tse/v20201207/models.py +0 -182
- tencentcloud/tsf/v20180326/models.py +12 -282
- tencentcloud/vpc/v20170312/errorcodes.py +3 -0
- tencentcloud/vpc/v20170312/models.py +25 -132
- {tencentcloud_sdk_python-3.0.1355.dist-info → tencentcloud_sdk_python-3.0.1357.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1355.dist-info → tencentcloud_sdk_python-3.0.1357.dist-info}/RECORD +41 -41
- {tencentcloud_sdk_python-3.0.1355.dist-info → tencentcloud_sdk_python-3.0.1357.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1355.dist-info → tencentcloud_sdk_python-3.0.1357.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1355.dist-info → tencentcloud_sdk_python-3.0.1357.dist-info}/top_level.txt +0 -0
@@ -12177,81 +12177,59 @@ class DomainRuleSet(AbstractModel):
|
|
12177
12177
|
:param _RuleSet: 该域名对应的转发规则列表。
|
12178
12178
|
:type RuleSet: list of RuleInfo
|
12179
12179
|
:param _CertificateId: 该域名对应的服务器证书ID,值为default时,表示使用默认证书(监听器配置的证书)。
|
12180
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12181
12180
|
:type CertificateId: str
|
12182
12181
|
:param _CertificateAlias: 该域名对应服务器证书名称。
|
12183
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12184
12182
|
:type CertificateAlias: str
|
12185
12183
|
:param _ClientCertificateId: 该域名对应的客户端证书ID,值为default时,表示使用默认证书(监听器配置的证书)。
|
12186
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12187
12184
|
:type ClientCertificateId: str
|
12188
12185
|
:param _ClientCertificateAlias: 该域名对应客户端证书名称。
|
12189
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12190
12186
|
:type ClientCertificateAlias: str
|
12191
12187
|
:param _BasicAuthConfId: 该域名对应基础认证配置ID。
|
12192
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12193
12188
|
:type BasicAuthConfId: str
|
12194
12189
|
:param _BasicAuth: 基础认证开关,其中:
|
12195
12190
|
0,表示未开启;
|
12196
12191
|
1,表示已开启。
|
12197
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12198
12192
|
:type BasicAuth: int
|
12199
12193
|
:param _BasicAuthConfAlias: 该域名对应基础认证配置名称。
|
12200
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12201
12194
|
:type BasicAuthConfAlias: str
|
12202
12195
|
:param _RealServerCertificateId: 该域名对应源站认证证书ID。
|
12203
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12204
12196
|
:type RealServerCertificateId: str
|
12205
12197
|
:param _RealServerAuth: 源站认证开关,其中:
|
12206
12198
|
0,表示未开启;
|
12207
12199
|
1,表示已开启。
|
12208
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12209
12200
|
:type RealServerAuth: int
|
12210
12201
|
:param _RealServerCertificateAlias: 该域名对应源站认证证书名称。
|
12211
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12212
12202
|
:type RealServerCertificateAlias: str
|
12213
12203
|
:param _GaapCertificateId: 该域名对应通道认证证书ID。
|
12214
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12215
12204
|
:type GaapCertificateId: str
|
12216
12205
|
:param _GaapAuth: 通道认证开关,其中:
|
12217
12206
|
0,表示未开启;
|
12218
12207
|
1,表示已开启。
|
12219
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12220
12208
|
:type GaapAuth: int
|
12221
12209
|
:param _GaapCertificateAlias: 该域名对应通道认证证书名称。
|
12222
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12223
12210
|
:type GaapCertificateAlias: str
|
12224
12211
|
:param _RealServerCertificateDomain: 源站认证域名。
|
12225
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12226
12212
|
:type RealServerCertificateDomain: str
|
12227
12213
|
:param _PolyClientCertificateAliasInfo: 多客户端证书时,返回多个证书的id和别名
|
12228
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12229
12214
|
:type PolyClientCertificateAliasInfo: list of CertificateAliasInfo
|
12230
12215
|
:param _PolyRealServerCertificateAliasInfo: 多源站证书时,返回多个证书的id和别名
|
12231
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12232
12216
|
:type PolyRealServerCertificateAliasInfo: list of CertificateAliasInfo
|
12233
12217
|
:param _DomainStatus: 域名的状态。
|
12234
12218
|
0表示运行中,
|
12235
12219
|
1表示变更中,
|
12236
12220
|
2表示删除中。
|
12237
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12238
12221
|
:type DomainStatus: int
|
12239
12222
|
:param _BanStatus: 封禁解封状态:BANNED表示已封禁,RECOVER表示已解封或未封禁,BANNING表示封禁中,RECOVERING表示解封中,BAN_FAILED表示封禁失败,RECOVER_FAILED表示解封失败。
|
12240
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12241
12223
|
:type BanStatus: str
|
12242
12224
|
:param _Http3Supported: Http3特性标识,其中:
|
12243
12225
|
0表示关闭;
|
12244
12226
|
1表示启用。
|
12245
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12246
12227
|
:type Http3Supported: int
|
12247
12228
|
:param _IsDefaultServer: 是否为默认域名
|
12248
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12249
12229
|
:type IsDefaultServer: bool
|
12250
12230
|
:param _TLSCiphers: TLS套件包
|
12251
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12252
12231
|
:type TLSCiphers: str
|
12253
12232
|
:param _TLSSupportVersion: TLS版本
|
12254
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12255
12233
|
:type TLSSupportVersion: list of str
|
12256
12234
|
"""
|
12257
12235
|
self._Domain = None
|
@@ -12304,7 +12282,6 @@ class DomainRuleSet(AbstractModel):
|
|
12304
12282
|
@property
|
12305
12283
|
def CertificateId(self):
|
12306
12284
|
"""该域名对应的服务器证书ID,值为default时,表示使用默认证书(监听器配置的证书)。
|
12307
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12308
12285
|
:rtype: str
|
12309
12286
|
"""
|
12310
12287
|
return self._CertificateId
|
@@ -12316,7 +12293,6 @@ class DomainRuleSet(AbstractModel):
|
|
12316
12293
|
@property
|
12317
12294
|
def CertificateAlias(self):
|
12318
12295
|
"""该域名对应服务器证书名称。
|
12319
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12320
12296
|
:rtype: str
|
12321
12297
|
"""
|
12322
12298
|
return self._CertificateAlias
|
@@ -12328,7 +12304,6 @@ class DomainRuleSet(AbstractModel):
|
|
12328
12304
|
@property
|
12329
12305
|
def ClientCertificateId(self):
|
12330
12306
|
"""该域名对应的客户端证书ID,值为default时,表示使用默认证书(监听器配置的证书)。
|
12331
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12332
12307
|
:rtype: str
|
12333
12308
|
"""
|
12334
12309
|
return self._ClientCertificateId
|
@@ -12340,7 +12315,6 @@ class DomainRuleSet(AbstractModel):
|
|
12340
12315
|
@property
|
12341
12316
|
def ClientCertificateAlias(self):
|
12342
12317
|
"""该域名对应客户端证书名称。
|
12343
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12344
12318
|
:rtype: str
|
12345
12319
|
"""
|
12346
12320
|
return self._ClientCertificateAlias
|
@@ -12352,7 +12326,6 @@ class DomainRuleSet(AbstractModel):
|
|
12352
12326
|
@property
|
12353
12327
|
def BasicAuthConfId(self):
|
12354
12328
|
"""该域名对应基础认证配置ID。
|
12355
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12356
12329
|
:rtype: str
|
12357
12330
|
"""
|
12358
12331
|
return self._BasicAuthConfId
|
@@ -12366,7 +12339,6 @@ class DomainRuleSet(AbstractModel):
|
|
12366
12339
|
"""基础认证开关,其中:
|
12367
12340
|
0,表示未开启;
|
12368
12341
|
1,表示已开启。
|
12369
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12370
12342
|
:rtype: int
|
12371
12343
|
"""
|
12372
12344
|
return self._BasicAuth
|
@@ -12378,7 +12350,6 @@ class DomainRuleSet(AbstractModel):
|
|
12378
12350
|
@property
|
12379
12351
|
def BasicAuthConfAlias(self):
|
12380
12352
|
"""该域名对应基础认证配置名称。
|
12381
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12382
12353
|
:rtype: str
|
12383
12354
|
"""
|
12384
12355
|
return self._BasicAuthConfAlias
|
@@ -12390,7 +12361,6 @@ class DomainRuleSet(AbstractModel):
|
|
12390
12361
|
@property
|
12391
12362
|
def RealServerCertificateId(self):
|
12392
12363
|
"""该域名对应源站认证证书ID。
|
12393
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12394
12364
|
:rtype: str
|
12395
12365
|
"""
|
12396
12366
|
return self._RealServerCertificateId
|
@@ -12404,7 +12374,6 @@ class DomainRuleSet(AbstractModel):
|
|
12404
12374
|
"""源站认证开关,其中:
|
12405
12375
|
0,表示未开启;
|
12406
12376
|
1,表示已开启。
|
12407
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12408
12377
|
:rtype: int
|
12409
12378
|
"""
|
12410
12379
|
return self._RealServerAuth
|
@@ -12416,7 +12385,6 @@ class DomainRuleSet(AbstractModel):
|
|
12416
12385
|
@property
|
12417
12386
|
def RealServerCertificateAlias(self):
|
12418
12387
|
"""该域名对应源站认证证书名称。
|
12419
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12420
12388
|
:rtype: str
|
12421
12389
|
"""
|
12422
12390
|
return self._RealServerCertificateAlias
|
@@ -12428,7 +12396,6 @@ class DomainRuleSet(AbstractModel):
|
|
12428
12396
|
@property
|
12429
12397
|
def GaapCertificateId(self):
|
12430
12398
|
"""该域名对应通道认证证书ID。
|
12431
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12432
12399
|
:rtype: str
|
12433
12400
|
"""
|
12434
12401
|
return self._GaapCertificateId
|
@@ -12442,7 +12409,6 @@ class DomainRuleSet(AbstractModel):
|
|
12442
12409
|
"""通道认证开关,其中:
|
12443
12410
|
0,表示未开启;
|
12444
12411
|
1,表示已开启。
|
12445
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12446
12412
|
:rtype: int
|
12447
12413
|
"""
|
12448
12414
|
return self._GaapAuth
|
@@ -12454,7 +12420,6 @@ class DomainRuleSet(AbstractModel):
|
|
12454
12420
|
@property
|
12455
12421
|
def GaapCertificateAlias(self):
|
12456
12422
|
"""该域名对应通道认证证书名称。
|
12457
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12458
12423
|
:rtype: str
|
12459
12424
|
"""
|
12460
12425
|
return self._GaapCertificateAlias
|
@@ -12466,7 +12431,6 @@ class DomainRuleSet(AbstractModel):
|
|
12466
12431
|
@property
|
12467
12432
|
def RealServerCertificateDomain(self):
|
12468
12433
|
"""源站认证域名。
|
12469
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12470
12434
|
:rtype: str
|
12471
12435
|
"""
|
12472
12436
|
return self._RealServerCertificateDomain
|
@@ -12478,7 +12442,6 @@ class DomainRuleSet(AbstractModel):
|
|
12478
12442
|
@property
|
12479
12443
|
def PolyClientCertificateAliasInfo(self):
|
12480
12444
|
"""多客户端证书时,返回多个证书的id和别名
|
12481
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12482
12445
|
:rtype: list of CertificateAliasInfo
|
12483
12446
|
"""
|
12484
12447
|
return self._PolyClientCertificateAliasInfo
|
@@ -12490,7 +12453,6 @@ class DomainRuleSet(AbstractModel):
|
|
12490
12453
|
@property
|
12491
12454
|
def PolyRealServerCertificateAliasInfo(self):
|
12492
12455
|
"""多源站证书时,返回多个证书的id和别名
|
12493
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12494
12456
|
:rtype: list of CertificateAliasInfo
|
12495
12457
|
"""
|
12496
12458
|
return self._PolyRealServerCertificateAliasInfo
|
@@ -12505,7 +12467,6 @@ class DomainRuleSet(AbstractModel):
|
|
12505
12467
|
0表示运行中,
|
12506
12468
|
1表示变更中,
|
12507
12469
|
2表示删除中。
|
12508
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12509
12470
|
:rtype: int
|
12510
12471
|
"""
|
12511
12472
|
return self._DomainStatus
|
@@ -12517,7 +12478,6 @@ class DomainRuleSet(AbstractModel):
|
|
12517
12478
|
@property
|
12518
12479
|
def BanStatus(self):
|
12519
12480
|
"""封禁解封状态:BANNED表示已封禁,RECOVER表示已解封或未封禁,BANNING表示封禁中,RECOVERING表示解封中,BAN_FAILED表示封禁失败,RECOVER_FAILED表示解封失败。
|
12520
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12521
12481
|
:rtype: str
|
12522
12482
|
"""
|
12523
12483
|
return self._BanStatus
|
@@ -12531,7 +12491,6 @@ class DomainRuleSet(AbstractModel):
|
|
12531
12491
|
"""Http3特性标识,其中:
|
12532
12492
|
0表示关闭;
|
12533
12493
|
1表示启用。
|
12534
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12535
12494
|
:rtype: int
|
12536
12495
|
"""
|
12537
12496
|
return self._Http3Supported
|
@@ -12543,7 +12502,6 @@ class DomainRuleSet(AbstractModel):
|
|
12543
12502
|
@property
|
12544
12503
|
def IsDefaultServer(self):
|
12545
12504
|
"""是否为默认域名
|
12546
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12547
12505
|
:rtype: bool
|
12548
12506
|
"""
|
12549
12507
|
return self._IsDefaultServer
|
@@ -12555,7 +12513,6 @@ class DomainRuleSet(AbstractModel):
|
|
12555
12513
|
@property
|
12556
12514
|
def TLSCiphers(self):
|
12557
12515
|
"""TLS套件包
|
12558
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12559
12516
|
:rtype: str
|
12560
12517
|
"""
|
12561
12518
|
return self._TLSCiphers
|
@@ -12567,7 +12524,6 @@ class DomainRuleSet(AbstractModel):
|
|
12567
12524
|
@property
|
12568
12525
|
def TLSSupportVersion(self):
|
12569
12526
|
"""TLS版本
|
12570
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12571
12527
|
:rtype: list of str
|
12572
12528
|
"""
|
12573
12529
|
return self._TLSSupportVersion
|
@@ -12929,7 +12885,6 @@ class HTTPListener(AbstractModel):
|
|
12929
12885
|
4表示配置变更中。
|
12930
12886
|
:type ListenerStatus: int
|
12931
12887
|
:param _ProxyId: 监听器的通道ID,如果监听器属于通道组,则为null
|
12932
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12933
12888
|
:type ProxyId: str
|
12934
12889
|
:param _GroupId: 监听器的通道组ID,如果监听器属于通道,则为null
|
12935
12890
|
注意:此字段可能返回 null,表示取不到有效值。
|
@@ -13018,7 +12973,6 @@ class HTTPListener(AbstractModel):
|
|
13018
12973
|
@property
|
13019
12974
|
def ProxyId(self):
|
13020
12975
|
"""监听器的通道ID,如果监听器属于通道组,则为null
|
13021
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13022
12976
|
:rtype: str
|
13023
12977
|
"""
|
13024
12978
|
return self._ProxyId
|
@@ -13088,7 +13042,6 @@ class HTTPSListener(AbstractModel):
|
|
13088
13042
|
:param _CreateTime: 监听器创建时间,Unix时间戳
|
13089
13043
|
:type CreateTime: int
|
13090
13044
|
:param _CertificateAlias: 服务器SSL证书的别名
|
13091
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13092
13045
|
:type CertificateAlias: str
|
13093
13046
|
:param _ClientCertificateId: 监听器客户端CA证书ID
|
13094
13047
|
注意:此字段可能返回 null,表示取不到有效值。
|
@@ -13096,31 +13049,25 @@ class HTTPSListener(AbstractModel):
|
|
13096
13049
|
:param _AuthType: 监听器认证方式。其中,
|
13097
13050
|
0表示单向认证;
|
13098
13051
|
1表示双向认证。
|
13099
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13100
13052
|
:type AuthType: int
|
13101
13053
|
:param _ClientCertificateAlias: 客户端CA证书别名
|
13102
13054
|
注意:此字段可能返回 null,表示取不到有效值。
|
13103
13055
|
:type ClientCertificateAlias: str
|
13104
13056
|
:param _PolyClientCertificateAliasInfo: 多客户端CA证书别名信息
|
13105
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13106
13057
|
:type PolyClientCertificateAliasInfo: list of CertificateAliasInfo
|
13107
13058
|
:param _Http3Supported: 是否支持Http3,其中:
|
13108
13059
|
0,不支持Http3接入;
|
13109
13060
|
1,持Http3接入。
|
13110
13061
|
注意:如果支持了Http3的功能,那么该监听器会占用对应的UDP接入端口,不可再创建相同端口的UDP监听器。
|
13111
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13112
13062
|
:type Http3Supported: int
|
13113
13063
|
:param _ProxyId: 监听器的通道ID,如果监听器属于通道组,则为null
|
13114
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13115
13064
|
:type ProxyId: str
|
13116
13065
|
:param _GroupId: 监听器的通道组ID,如果监听器属于通道,则为null
|
13117
13066
|
注意:此字段可能返回 null,表示取不到有效值。
|
13118
13067
|
:type GroupId: str
|
13119
13068
|
:param _TLSSupportVersion: 支持的TLS版本
|
13120
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13121
13069
|
:type TLSSupportVersion: list of str
|
13122
13070
|
:param _TLSCiphers: 支持的TLS密码套件
|
13123
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13124
13071
|
:type TLSCiphers: str
|
13125
13072
|
"""
|
13126
13073
|
self._ListenerId = None
|
@@ -13238,7 +13185,6 @@ class HTTPSListener(AbstractModel):
|
|
13238
13185
|
@property
|
13239
13186
|
def CertificateAlias(self):
|
13240
13187
|
"""服务器SSL证书的别名
|
13241
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13242
13188
|
:rtype: str
|
13243
13189
|
"""
|
13244
13190
|
return self._CertificateAlias
|
@@ -13264,7 +13210,6 @@ class HTTPSListener(AbstractModel):
|
|
13264
13210
|
"""监听器认证方式。其中,
|
13265
13211
|
0表示单向认证;
|
13266
13212
|
1表示双向认证。
|
13267
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13268
13213
|
:rtype: int
|
13269
13214
|
"""
|
13270
13215
|
return self._AuthType
|
@@ -13288,7 +13233,6 @@ class HTTPSListener(AbstractModel):
|
|
13288
13233
|
@property
|
13289
13234
|
def PolyClientCertificateAliasInfo(self):
|
13290
13235
|
"""多客户端CA证书别名信息
|
13291
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13292
13236
|
:rtype: list of CertificateAliasInfo
|
13293
13237
|
"""
|
13294
13238
|
return self._PolyClientCertificateAliasInfo
|
@@ -13303,7 +13247,6 @@ class HTTPSListener(AbstractModel):
|
|
13303
13247
|
0,不支持Http3接入;
|
13304
13248
|
1,持Http3接入。
|
13305
13249
|
注意:如果支持了Http3的功能,那么该监听器会占用对应的UDP接入端口,不可再创建相同端口的UDP监听器。
|
13306
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13307
13250
|
:rtype: int
|
13308
13251
|
"""
|
13309
13252
|
return self._Http3Supported
|
@@ -13315,7 +13258,6 @@ class HTTPSListener(AbstractModel):
|
|
13315
13258
|
@property
|
13316
13259
|
def ProxyId(self):
|
13317
13260
|
"""监听器的通道ID,如果监听器属于通道组,则为null
|
13318
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13319
13261
|
:rtype: str
|
13320
13262
|
"""
|
13321
13263
|
return self._ProxyId
|
@@ -13339,7 +13281,6 @@ class HTTPSListener(AbstractModel):
|
|
13339
13281
|
@property
|
13340
13282
|
def TLSSupportVersion(self):
|
13341
13283
|
"""支持的TLS版本
|
13342
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13343
13284
|
:rtype: list of str
|
13344
13285
|
"""
|
13345
13286
|
return self._TLSSupportVersion
|
@@ -13351,7 +13292,6 @@ class HTTPSListener(AbstractModel):
|
|
13351
13292
|
@property
|
13352
13293
|
def TLSCiphers(self):
|
13353
13294
|
"""支持的TLS密码套件
|
13354
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13355
13295
|
:rtype: str
|
13356
13296
|
"""
|
13357
13297
|
return self._TLSCiphers
|
@@ -20600,7 +20540,6 @@ class UDPListener(AbstractModel):
|
|
20600
20540
|
:param _Port: 监听器端口
|
20601
20541
|
:type Port: int
|
20602
20542
|
:param _RealServerPort: 监听器转发源站端口,仅V1版本通道或通道组监听器有效
|
20603
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20604
20543
|
:type RealServerPort: int
|
20605
20544
|
:param _RealServerType: 监听器绑定源站类型
|
20606
20545
|
:type RealServerType: str
|
@@ -20622,46 +20561,32 @@ class UDPListener(AbstractModel):
|
|
20622
20561
|
:param _CreateTime: 监听器创建时间,Unix时间戳
|
20623
20562
|
:type CreateTime: int
|
20624
20563
|
:param _SessionPersist: 是否开启会话保持选项:0关闭, 非0开启,非0值为会话保持时间
|
20625
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20626
20564
|
:type SessionPersist: int
|
20627
20565
|
:param _DelayLoop: 源站健康检查时间间隔,单位:秒。时间间隔取值在[5,300]之间。
|
20628
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20629
20566
|
:type DelayLoop: int
|
20630
20567
|
:param _ConnectTimeout: 源站健康检查响应超时时间,单位:秒。超时时间取值在[2,60]之间。超时时间应小于健康检查时间间隔DelayLoop。
|
20631
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20632
20568
|
:type ConnectTimeout: int
|
20633
20569
|
:param _HealthyThreshold: 健康阈值,表示连续检查成功多少次后认定源站健康。范围为1到10
|
20634
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20635
20570
|
:type HealthyThreshold: int
|
20636
20571
|
:param _UnhealthyThreshold: 不健康阈值,表示连续检查失败多少次数后认为源站不健康。范围为1到10
|
20637
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20638
20572
|
:type UnhealthyThreshold: int
|
20639
20573
|
:param _FailoverSwitch: 源站是否开启主备模式:1开启,0关闭,DOMAIN类型源站不支持开启
|
20640
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20641
20574
|
:type FailoverSwitch: int
|
20642
20575
|
:param _HealthCheck: 源站是否开启健康检查:1开启,0关闭。
|
20643
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20644
20576
|
:type HealthCheck: int
|
20645
20577
|
:param _CheckType: UDP源站健康类型。PORT表示检查端口,PING表示PING。
|
20646
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20647
20578
|
:type CheckType: str
|
20648
20579
|
:param _CheckPort: UDP源站健康检查探测端口。
|
20649
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20650
20580
|
:type CheckPort: int
|
20651
20581
|
:param _ContextType: UDP源站健康检查端口探测报文类型:TEXT表示文本。仅在健康检查类型为PORT时使用。
|
20652
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20653
20582
|
:type ContextType: str
|
20654
20583
|
:param _SendContext: UDP源站健康检查端口探测发送报文。仅在健康检查类型为PORT时使用。
|
20655
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20656
20584
|
:type SendContext: str
|
20657
20585
|
:param _RecvContext: UDP源站健康检查端口探测接收报文。仅在健康检查类型为PORT时使用。
|
20658
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20659
20586
|
:type RecvContext: str
|
20660
20587
|
:param _ProxyId: 监听器的通道ID,如果监听器属于通道组,则为null
|
20661
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20662
20588
|
:type ProxyId: str
|
20663
20589
|
:param _GroupId: 监听器的通道组ID,如果监听器属于通道,则为null
|
20664
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20665
20590
|
:type GroupId: str
|
20666
20591
|
"""
|
20667
20592
|
self._ListenerId = None
|
@@ -20726,7 +20651,6 @@ class UDPListener(AbstractModel):
|
|
20726
20651
|
@property
|
20727
20652
|
def RealServerPort(self):
|
20728
20653
|
"""监听器转发源站端口,仅V1版本通道或通道组监听器有效
|
20729
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20730
20654
|
:rtype: int
|
20731
20655
|
"""
|
20732
20656
|
return self._RealServerPort
|
@@ -20820,7 +20744,6 @@ class UDPListener(AbstractModel):
|
|
20820
20744
|
@property
|
20821
20745
|
def SessionPersist(self):
|
20822
20746
|
"""是否开启会话保持选项:0关闭, 非0开启,非0值为会话保持时间
|
20823
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20824
20747
|
:rtype: int
|
20825
20748
|
"""
|
20826
20749
|
return self._SessionPersist
|
@@ -20832,7 +20755,6 @@ class UDPListener(AbstractModel):
|
|
20832
20755
|
@property
|
20833
20756
|
def DelayLoop(self):
|
20834
20757
|
"""源站健康检查时间间隔,单位:秒。时间间隔取值在[5,300]之间。
|
20835
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20836
20758
|
:rtype: int
|
20837
20759
|
"""
|
20838
20760
|
return self._DelayLoop
|
@@ -20844,7 +20766,6 @@ class UDPListener(AbstractModel):
|
|
20844
20766
|
@property
|
20845
20767
|
def ConnectTimeout(self):
|
20846
20768
|
"""源站健康检查响应超时时间,单位:秒。超时时间取值在[2,60]之间。超时时间应小于健康检查时间间隔DelayLoop。
|
20847
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20848
20769
|
:rtype: int
|
20849
20770
|
"""
|
20850
20771
|
return self._ConnectTimeout
|
@@ -20856,7 +20777,6 @@ class UDPListener(AbstractModel):
|
|
20856
20777
|
@property
|
20857
20778
|
def HealthyThreshold(self):
|
20858
20779
|
"""健康阈值,表示连续检查成功多少次后认定源站健康。范围为1到10
|
20859
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20860
20780
|
:rtype: int
|
20861
20781
|
"""
|
20862
20782
|
return self._HealthyThreshold
|
@@ -20868,7 +20788,6 @@ class UDPListener(AbstractModel):
|
|
20868
20788
|
@property
|
20869
20789
|
def UnhealthyThreshold(self):
|
20870
20790
|
"""不健康阈值,表示连续检查失败多少次数后认为源站不健康。范围为1到10
|
20871
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20872
20791
|
:rtype: int
|
20873
20792
|
"""
|
20874
20793
|
return self._UnhealthyThreshold
|
@@ -20880,7 +20799,6 @@ class UDPListener(AbstractModel):
|
|
20880
20799
|
@property
|
20881
20800
|
def FailoverSwitch(self):
|
20882
20801
|
"""源站是否开启主备模式:1开启,0关闭,DOMAIN类型源站不支持开启
|
20883
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20884
20802
|
:rtype: int
|
20885
20803
|
"""
|
20886
20804
|
return self._FailoverSwitch
|
@@ -20892,7 +20810,6 @@ class UDPListener(AbstractModel):
|
|
20892
20810
|
@property
|
20893
20811
|
def HealthCheck(self):
|
20894
20812
|
"""源站是否开启健康检查:1开启,0关闭。
|
20895
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20896
20813
|
:rtype: int
|
20897
20814
|
"""
|
20898
20815
|
return self._HealthCheck
|
@@ -20904,7 +20821,6 @@ class UDPListener(AbstractModel):
|
|
20904
20821
|
@property
|
20905
20822
|
def CheckType(self):
|
20906
20823
|
"""UDP源站健康类型。PORT表示检查端口,PING表示PING。
|
20907
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20908
20824
|
:rtype: str
|
20909
20825
|
"""
|
20910
20826
|
return self._CheckType
|
@@ -20916,7 +20832,6 @@ class UDPListener(AbstractModel):
|
|
20916
20832
|
@property
|
20917
20833
|
def CheckPort(self):
|
20918
20834
|
"""UDP源站健康检查探测端口。
|
20919
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20920
20835
|
:rtype: int
|
20921
20836
|
"""
|
20922
20837
|
return self._CheckPort
|
@@ -20928,7 +20843,6 @@ class UDPListener(AbstractModel):
|
|
20928
20843
|
@property
|
20929
20844
|
def ContextType(self):
|
20930
20845
|
"""UDP源站健康检查端口探测报文类型:TEXT表示文本。仅在健康检查类型为PORT时使用。
|
20931
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20932
20846
|
:rtype: str
|
20933
20847
|
"""
|
20934
20848
|
return self._ContextType
|
@@ -20940,7 +20854,6 @@ class UDPListener(AbstractModel):
|
|
20940
20854
|
@property
|
20941
20855
|
def SendContext(self):
|
20942
20856
|
"""UDP源站健康检查端口探测发送报文。仅在健康检查类型为PORT时使用。
|
20943
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20944
20857
|
:rtype: str
|
20945
20858
|
"""
|
20946
20859
|
return self._SendContext
|
@@ -20952,7 +20865,6 @@ class UDPListener(AbstractModel):
|
|
20952
20865
|
@property
|
20953
20866
|
def RecvContext(self):
|
20954
20867
|
"""UDP源站健康检查端口探测接收报文。仅在健康检查类型为PORT时使用。
|
20955
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20956
20868
|
:rtype: str
|
20957
20869
|
"""
|
20958
20870
|
return self._RecvContext
|
@@ -20964,7 +20876,6 @@ class UDPListener(AbstractModel):
|
|
20964
20876
|
@property
|
20965
20877
|
def ProxyId(self):
|
20966
20878
|
"""监听器的通道ID,如果监听器属于通道组,则为null
|
20967
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20968
20879
|
:rtype: str
|
20969
20880
|
"""
|
20970
20881
|
return self._ProxyId
|
@@ -20976,7 +20887,6 @@ class UDPListener(AbstractModel):
|
|
20976
20887
|
@property
|
20977
20888
|
def GroupId(self):
|
20978
20889
|
"""监听器的通道组ID,如果监听器属于通道,则为null
|
20979
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20980
20890
|
:rtype: str
|
20981
20891
|
"""
|
20982
20892
|
return self._GroupId
|
@@ -26,6 +26,29 @@ class GsClient(AbstractClient):
|
|
26
26
|
_service = 'gs'
|
27
27
|
|
28
28
|
|
29
|
+
def BackUpAndroidInstanceToStorage(self, request):
|
30
|
+
"""备份云手机到指定存储
|
31
|
+
|
32
|
+
:param request: Request instance for BackUpAndroidInstanceToStorage.
|
33
|
+
:type request: :class:`tencentcloud.gs.v20191118.models.BackUpAndroidInstanceToStorageRequest`
|
34
|
+
:rtype: :class:`tencentcloud.gs.v20191118.models.BackUpAndroidInstanceToStorageResponse`
|
35
|
+
|
36
|
+
"""
|
37
|
+
try:
|
38
|
+
params = request._serialize()
|
39
|
+
headers = request.headers
|
40
|
+
body = self.call("BackUpAndroidInstanceToStorage", params, headers=headers)
|
41
|
+
response = json.loads(body)
|
42
|
+
model = models.BackUpAndroidInstanceToStorageResponse()
|
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))
|
50
|
+
|
51
|
+
|
29
52
|
def ConnectAndroidInstance(self, request):
|
30
53
|
"""连接安卓实例
|
31
54
|
|
@@ -674,6 +697,29 @@ class GsClient(AbstractClient):
|
|
674
697
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
675
698
|
|
676
699
|
|
700
|
+
def RestoreAndroidInstanceFromStorage(self, request):
|
701
|
+
"""指定存储还原云手机
|
702
|
+
|
703
|
+
:param request: Request instance for RestoreAndroidInstanceFromStorage.
|
704
|
+
:type request: :class:`tencentcloud.gs.v20191118.models.RestoreAndroidInstanceFromStorageRequest`
|
705
|
+
:rtype: :class:`tencentcloud.gs.v20191118.models.RestoreAndroidInstanceFromStorageResponse`
|
706
|
+
|
707
|
+
"""
|
708
|
+
try:
|
709
|
+
params = request._serialize()
|
710
|
+
headers = request.headers
|
711
|
+
body = self.call("RestoreAndroidInstanceFromStorage", params, headers=headers)
|
712
|
+
response = json.loads(body)
|
713
|
+
model = models.RestoreAndroidInstanceFromStorageResponse()
|
714
|
+
model._deserialize(response["Response"])
|
715
|
+
return model
|
716
|
+
except Exception as e:
|
717
|
+
if isinstance(e, TencentCloudSDKException):
|
718
|
+
raise
|
719
|
+
else:
|
720
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
721
|
+
|
722
|
+
|
677
723
|
def SaveGameArchive(self, request):
|
678
724
|
"""保存游戏存档
|
679
725
|
|