tencentcloud-sdk-gaap 1.0.256 → 1.0.260
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.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20180529/models.rb +53 -16
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 890a02feec03a42d5eed965ef41f9773a2230435
|
|
4
|
+
data.tar.gz: f9ea55f3394aa85e2030dc9d8a81bb356ff618b5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: be98d7f7266ea95fbe79eb689d73d95594a4d5e42a8d757b5d936167348ec9cc50dfed6de91804ba4879f2636c672e4bccf684fd6739da7e9c699ea77442bc68
|
|
7
|
+
data.tar.gz: 4890abcd3cdbab236747c4a4213525ac5828c31b04db89721e10ac48324fa3000f23c9d9ce01da7aefb453276b083206def59b8ad693ca66aa3c6403d040c1d6
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.0.
|
|
1
|
+
1.0.260
|
data/lib/v20180529/models.rb
CHANGED
|
@@ -1328,12 +1328,16 @@ module TencentCloud
|
|
|
1328
1328
|
# @param ForwardProtocol: 加速通道转发到源站的协议类型:支持HTTP或HTTPS。
|
|
1329
1329
|
# 不传递该字段时表示使用对应监听器的ForwardProtocol。
|
|
1330
1330
|
# @type ForwardProtocol: String
|
|
1331
|
-
# @param ForwardHost:
|
|
1331
|
+
# @param ForwardHost: 回源Host。加速通道转发到远照的host,不设置该参数时,使用默认的host设置,即客户端发起的http请求的host。
|
|
1332
1332
|
# @type ForwardHost: String
|
|
1333
|
+
# @param ServerNameIndicationSwitch: 服务器名称指示(ServerNameIndication,简称SNI)开关。ON表示开启,OFF表示关闭。
|
|
1334
|
+
# @type ServerNameIndicationSwitch: String
|
|
1335
|
+
# @param ServerNameIndication: 服务器名称指示(ServerNameIndication,简称SNI),当SNI开关打开时,该字段必填。
|
|
1336
|
+
# @type ServerNameIndication: String
|
|
1333
1337
|
|
|
1334
|
-
attr_accessor :ListenerId, :Domain, :Path, :RealServerType, :Scheduler, :HealthCheck, :CheckParams, :ForwardProtocol, :ForwardHost
|
|
1338
|
+
attr_accessor :ListenerId, :Domain, :Path, :RealServerType, :Scheduler, :HealthCheck, :CheckParams, :ForwardProtocol, :ForwardHost, :ServerNameIndicationSwitch, :ServerNameIndication
|
|
1335
1339
|
|
|
1336
|
-
def initialize(listenerid=nil, domain=nil, path=nil, realservertype=nil, scheduler=nil, healthcheck=nil, checkparams=nil, forwardprotocol=nil, forwardhost=nil)
|
|
1340
|
+
def initialize(listenerid=nil, domain=nil, path=nil, realservertype=nil, scheduler=nil, healthcheck=nil, checkparams=nil, forwardprotocol=nil, forwardhost=nil, servernameindicationswitch=nil, servernameindication=nil)
|
|
1337
1341
|
@ListenerId = listenerid
|
|
1338
1342
|
@Domain = domain
|
|
1339
1343
|
@Path = path
|
|
@@ -1343,6 +1347,8 @@ module TencentCloud
|
|
|
1343
1347
|
@CheckParams = checkparams
|
|
1344
1348
|
@ForwardProtocol = forwardprotocol
|
|
1345
1349
|
@ForwardHost = forwardhost
|
|
1350
|
+
@ServerNameIndicationSwitch = servernameindicationswitch
|
|
1351
|
+
@ServerNameIndication = servernameindication
|
|
1346
1352
|
end
|
|
1347
1353
|
|
|
1348
1354
|
def deserialize(params)
|
|
@@ -1358,6 +1364,8 @@ module TencentCloud
|
|
|
1358
1364
|
end
|
|
1359
1365
|
@ForwardProtocol = params['ForwardProtocol']
|
|
1360
1366
|
@ForwardHost = params['ForwardHost']
|
|
1367
|
+
@ServerNameIndicationSwitch = params['ServerNameIndicationSwitch']
|
|
1368
|
+
@ServerNameIndication = params['ServerNameIndication']
|
|
1361
1369
|
end
|
|
1362
1370
|
end
|
|
1363
1371
|
|
|
@@ -3066,7 +3074,7 @@ module TencentCloud
|
|
|
3066
3074
|
# @param Filters: 过滤条件。
|
|
3067
3075
|
# 每次请求的Filter.Values的上限为5。
|
|
3068
3076
|
# RealServerRegion - String - 是否必填:否 -(过滤条件)按照源站地域过滤,可参考DescribeDestRegions接口返回结果中的RegionId。
|
|
3069
|
-
# PackageType - String - 是否必填:否 - (过滤条件)通道组类型,Thunder表示标准通道组,Accelerator
|
|
3077
|
+
# PackageType - String - 是否必填:否 - (过滤条件)通道组类型,Thunder表示标准通道组,Accelerator表示银牌加速通道组。
|
|
3070
3078
|
# @type Filters: Array
|
|
3071
3079
|
# @param TagSet: 标签列表,当存在该字段时,拉取对应标签下的资源列表。
|
|
3072
3080
|
# 最多支持5个标签,当存在两个或两个以上的标签时,满足其中任意一个标签时,该通道组会被拉取出来。
|
|
@@ -5266,13 +5274,17 @@ module TencentCloud
|
|
|
5266
5274
|
# @param ForwardProtocol: 加速通道转发到源站的协议类型,支持:default, HTTP和HTTPS。
|
|
5267
5275
|
# 当ForwardProtocol=default时,表示使用对应监听器的ForwardProtocol。
|
|
5268
5276
|
# @type ForwardProtocol: String
|
|
5269
|
-
# @param ForwardHost:
|
|
5277
|
+
# @param ForwardHost: 回源Host。加速通道转发到源站的请求中携带的host。
|
|
5270
5278
|
# 当ForwardHost=default时,使用规则的域名,其他情况为该字段所设置的值。
|
|
5271
5279
|
# @type ForwardHost: String
|
|
5280
|
+
# @param ServerNameIndicationSwitch: 服务器名称指示(ServerNameIndication,简称SNI)开关。ON表示开启,OFF表示关闭。
|
|
5281
|
+
# @type ServerNameIndicationSwitch: String
|
|
5282
|
+
# @param ServerNameIndication: 服务器名称指示(ServerNameIndication,简称SNI),当SNI开关打开时,该字段必填。
|
|
5283
|
+
# @type ServerNameIndication: String
|
|
5272
5284
|
|
|
5273
|
-
attr_accessor :ListenerId, :RuleId, :Scheduler, :HealthCheck, :CheckParams, :Path, :ForwardProtocol, :ForwardHost
|
|
5285
|
+
attr_accessor :ListenerId, :RuleId, :Scheduler, :HealthCheck, :CheckParams, :Path, :ForwardProtocol, :ForwardHost, :ServerNameIndicationSwitch, :ServerNameIndication
|
|
5274
5286
|
|
|
5275
|
-
def initialize(listenerid=nil, ruleid=nil, scheduler=nil, healthcheck=nil, checkparams=nil, path=nil, forwardprotocol=nil, forwardhost=nil)
|
|
5287
|
+
def initialize(listenerid=nil, ruleid=nil, scheduler=nil, healthcheck=nil, checkparams=nil, path=nil, forwardprotocol=nil, forwardhost=nil, servernameindicationswitch=nil, servernameindication=nil)
|
|
5276
5288
|
@ListenerId = listenerid
|
|
5277
5289
|
@RuleId = ruleid
|
|
5278
5290
|
@Scheduler = scheduler
|
|
@@ -5281,6 +5293,8 @@ module TencentCloud
|
|
|
5281
5293
|
@Path = path
|
|
5282
5294
|
@ForwardProtocol = forwardprotocol
|
|
5283
5295
|
@ForwardHost = forwardhost
|
|
5296
|
+
@ServerNameIndicationSwitch = servernameindicationswitch
|
|
5297
|
+
@ServerNameIndication = servernameindication
|
|
5284
5298
|
end
|
|
5285
5299
|
|
|
5286
5300
|
def deserialize(params)
|
|
@@ -5295,6 +5309,8 @@ module TencentCloud
|
|
|
5295
5309
|
@Path = params['Path']
|
|
5296
5310
|
@ForwardProtocol = params['ForwardProtocol']
|
|
5297
5311
|
@ForwardHost = params['ForwardHost']
|
|
5312
|
+
@ServerNameIndicationSwitch = params['ServerNameIndicationSwitch']
|
|
5313
|
+
@ServerNameIndication = params['ServerNameIndication']
|
|
5298
5314
|
end
|
|
5299
5315
|
end
|
|
5300
5316
|
|
|
@@ -5709,7 +5725,7 @@ module TencentCloud
|
|
|
5709
5725
|
# @param IPAddressVersion: IP版本,可取值:IPv4、IPv6,默认值IPv4
|
|
5710
5726
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
5711
5727
|
# @type IPAddressVersion: String
|
|
5712
|
-
# @param PackageType: 通道组套餐类型:Thunder表示标准通道组,Accelerator
|
|
5728
|
+
# @param PackageType: 通道组套餐类型:Thunder表示标准通道组,Accelerator表示银牌加速通道组,CrossBorder表示跨境通道组。
|
|
5713
5729
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
5714
5730
|
# @type PackageType: String
|
|
5715
5731
|
# @param Http3Supported: 支持Http3特性的标识,其中:
|
|
@@ -5955,7 +5971,7 @@ module TencentCloud
|
|
|
5955
5971
|
# @param NetworkType: 网络类型:normal表示常规BGP,cn2表示精品BGP,triple表示三网
|
|
5956
5972
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
5957
5973
|
# @type NetworkType: String
|
|
5958
|
-
# @param PackageType: 通道套餐类型:Thunder表示标准通道,Accelerator
|
|
5974
|
+
# @param PackageType: 通道套餐类型:Thunder表示标准通道,Accelerator表示银牌加速通道,
|
|
5959
5975
|
# CrossBorder表示跨境通道。
|
|
5960
5976
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
5961
5977
|
# @type PackageType: String
|
|
@@ -5970,10 +5986,13 @@ module TencentCloud
|
|
|
5970
5986
|
# 1表示启用。
|
|
5971
5987
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
5972
5988
|
# @type Http3Supported: Integer
|
|
5989
|
+
# @param InBanBlacklist: 是否在封禁黑名单中,其中:0表示不在黑名单中,1表示在黑名单中。
|
|
5990
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
5991
|
+
# @type InBanBlacklist: Integer
|
|
5973
5992
|
|
|
5974
|
-
attr_accessor :InstanceId, :CreateTime, :ProjectId, :ProxyName, :AccessRegion, :RealServerRegion, :Bandwidth, :Concurrent, :Status, :Domain, :IP, :Version, :ProxyId, :Scalarable, :SupportProtocols, :GroupId, :PolicyId, :AccessRegionInfo, :RealServerRegionInfo, :ForwardIP, :TagSet, :SupportSecurity, :BillingType, :RelatedGlobalDomains, :ModifyConfigTime, :ProxyType, :ClientIPMethod, :IPAddressVersion, :NetworkType, :PackageType, :BanStatus, :IPList, :Http3Supported
|
|
5993
|
+
attr_accessor :InstanceId, :CreateTime, :ProjectId, :ProxyName, :AccessRegion, :RealServerRegion, :Bandwidth, :Concurrent, :Status, :Domain, :IP, :Version, :ProxyId, :Scalarable, :SupportProtocols, :GroupId, :PolicyId, :AccessRegionInfo, :RealServerRegionInfo, :ForwardIP, :TagSet, :SupportSecurity, :BillingType, :RelatedGlobalDomains, :ModifyConfigTime, :ProxyType, :ClientIPMethod, :IPAddressVersion, :NetworkType, :PackageType, :BanStatus, :IPList, :Http3Supported, :InBanBlacklist
|
|
5975
5994
|
|
|
5976
|
-
def initialize(instanceid=nil, createtime=nil, projectid=nil, proxyname=nil, accessregion=nil, realserverregion=nil, bandwidth=nil, concurrent=nil, status=nil, domain=nil, ip=nil, version=nil, proxyid=nil, scalarable=nil, supportprotocols=nil, groupid=nil, policyid=nil, accessregioninfo=nil, realserverregioninfo=nil, forwardip=nil, tagset=nil, supportsecurity=nil, billingtype=nil, relatedglobaldomains=nil, modifyconfigtime=nil, proxytype=nil, clientipmethod=nil, ipaddressversion=nil, networktype=nil, packagetype=nil, banstatus=nil, iplist=nil, http3supported=nil)
|
|
5995
|
+
def initialize(instanceid=nil, createtime=nil, projectid=nil, proxyname=nil, accessregion=nil, realserverregion=nil, bandwidth=nil, concurrent=nil, status=nil, domain=nil, ip=nil, version=nil, proxyid=nil, scalarable=nil, supportprotocols=nil, groupid=nil, policyid=nil, accessregioninfo=nil, realserverregioninfo=nil, forwardip=nil, tagset=nil, supportsecurity=nil, billingtype=nil, relatedglobaldomains=nil, modifyconfigtime=nil, proxytype=nil, clientipmethod=nil, ipaddressversion=nil, networktype=nil, packagetype=nil, banstatus=nil, iplist=nil, http3supported=nil, inbanblacklist=nil)
|
|
5977
5996
|
@InstanceId = instanceid
|
|
5978
5997
|
@CreateTime = createtime
|
|
5979
5998
|
@ProjectId = projectid
|
|
@@ -6007,6 +6026,7 @@ module TencentCloud
|
|
|
6007
6026
|
@BanStatus = banstatus
|
|
6008
6027
|
@IPList = iplist
|
|
6009
6028
|
@Http3Supported = http3supported
|
|
6029
|
+
@InBanBlacklist = inbanblacklist
|
|
6010
6030
|
end
|
|
6011
6031
|
|
|
6012
6032
|
def deserialize(params)
|
|
@@ -6063,6 +6083,7 @@ module TencentCloud
|
|
|
6063
6083
|
end
|
|
6064
6084
|
end
|
|
6065
6085
|
@Http3Supported = params['Http3Supported']
|
|
6086
|
+
@InBanBlacklist = params['InBanBlacklist']
|
|
6066
6087
|
end
|
|
6067
6088
|
end
|
|
6068
6089
|
|
|
@@ -6137,14 +6158,17 @@ module TencentCloud
|
|
|
6137
6158
|
# @type RealServerName: String
|
|
6138
6159
|
# @param ProjectId: 项目ID
|
|
6139
6160
|
# @type ProjectId: Integer
|
|
6161
|
+
# @param InBanBlacklist: 是否在封禁黑名单中,其中:0表示不在黑名单中,1表示在黑名单中。
|
|
6162
|
+
# @type InBanBlacklist: Integer
|
|
6140
6163
|
|
|
6141
|
-
attr_accessor :RealServerIP, :RealServerId, :RealServerName, :ProjectId
|
|
6164
|
+
attr_accessor :RealServerIP, :RealServerId, :RealServerName, :ProjectId, :InBanBlacklist
|
|
6142
6165
|
|
|
6143
|
-
def initialize(realserverip=nil, realserverid=nil, realservername=nil, projectid=nil)
|
|
6166
|
+
def initialize(realserverip=nil, realserverid=nil, realservername=nil, projectid=nil, inbanblacklist=nil)
|
|
6144
6167
|
@RealServerIP = realserverip
|
|
6145
6168
|
@RealServerId = realserverid
|
|
6146
6169
|
@RealServerName = realservername
|
|
6147
6170
|
@ProjectId = projectid
|
|
6171
|
+
@InBanBlacklist = inbanblacklist
|
|
6148
6172
|
end
|
|
6149
6173
|
|
|
6150
6174
|
def deserialize(params)
|
|
@@ -6152,6 +6176,7 @@ module TencentCloud
|
|
|
6152
6176
|
@RealServerId = params['RealServerId']
|
|
6153
6177
|
@RealServerName = params['RealServerName']
|
|
6154
6178
|
@ProjectId = params['ProjectId']
|
|
6179
|
+
@InBanBlacklist = params['InBanBlacklist']
|
|
6155
6180
|
end
|
|
6156
6181
|
end
|
|
6157
6182
|
|
|
@@ -6376,10 +6401,18 @@ module TencentCloud
|
|
|
6376
6401
|
# @param ForwardHost: 通道转发到源站的请求所携带的host,其中default表示直接转发接收到的host。
|
|
6377
6402
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
6378
6403
|
# @type ForwardHost: String
|
|
6404
|
+
# @param ServerNameIndicationSwitch: 服务器名称指示(ServerNameIndication,简称SNI)开关。ON表示开启,OFF表示关闭。
|
|
6405
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
6406
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
6407
|
+
# @type ServerNameIndicationSwitch: String
|
|
6408
|
+
# @param ServerNameIndication: 服务器名称指示(ServerNameIndication,简称SNI),当SNI开关打开时,该字段必填。
|
|
6409
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
6410
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
6411
|
+
# @type ServerNameIndication: String
|
|
6379
6412
|
|
|
6380
|
-
attr_accessor :RuleId, :ListenerId, :Domain, :Path, :RealServerType, :Scheduler, :HealthCheck, :RuleStatus, :CheckParams, :RealServerSet, :BindStatus, :ForwardHost
|
|
6413
|
+
attr_accessor :RuleId, :ListenerId, :Domain, :Path, :RealServerType, :Scheduler, :HealthCheck, :RuleStatus, :CheckParams, :RealServerSet, :BindStatus, :ForwardHost, :ServerNameIndicationSwitch, :ServerNameIndication
|
|
6381
6414
|
|
|
6382
|
-
def initialize(ruleid=nil, listenerid=nil, domain=nil, path=nil, realservertype=nil, scheduler=nil, healthcheck=nil, rulestatus=nil, checkparams=nil, realserverset=nil, bindstatus=nil, forwardhost=nil)
|
|
6415
|
+
def initialize(ruleid=nil, listenerid=nil, domain=nil, path=nil, realservertype=nil, scheduler=nil, healthcheck=nil, rulestatus=nil, checkparams=nil, realserverset=nil, bindstatus=nil, forwardhost=nil, servernameindicationswitch=nil, servernameindication=nil)
|
|
6383
6416
|
@RuleId = ruleid
|
|
6384
6417
|
@ListenerId = listenerid
|
|
6385
6418
|
@Domain = domain
|
|
@@ -6392,6 +6425,8 @@ module TencentCloud
|
|
|
6392
6425
|
@RealServerSet = realserverset
|
|
6393
6426
|
@BindStatus = bindstatus
|
|
6394
6427
|
@ForwardHost = forwardhost
|
|
6428
|
+
@ServerNameIndicationSwitch = servernameindicationswitch
|
|
6429
|
+
@ServerNameIndication = servernameindication
|
|
6395
6430
|
end
|
|
6396
6431
|
|
|
6397
6432
|
def deserialize(params)
|
|
@@ -6417,6 +6452,8 @@ module TencentCloud
|
|
|
6417
6452
|
end
|
|
6418
6453
|
@BindStatus = params['BindStatus']
|
|
6419
6454
|
@ForwardHost = params['ForwardHost']
|
|
6455
|
+
@ServerNameIndicationSwitch = params['ServerNameIndicationSwitch']
|
|
6456
|
+
@ServerNameIndication = params['ServerNameIndication']
|
|
6420
6457
|
end
|
|
6421
6458
|
end
|
|
6422
6459
|
|
|
@@ -6526,7 +6563,7 @@ module TencentCloud
|
|
|
6526
6563
|
# @type GaapCertificateId: String
|
|
6527
6564
|
# @param RealServerCertificateId: 源站CA证书ID,从证书管理页获取。源站认证时,填写该参数或RealServerCertificateId参数
|
|
6528
6565
|
# @type RealServerCertificateId: String
|
|
6529
|
-
# @param RealServerCertificateDomain:
|
|
6566
|
+
# @param RealServerCertificateDomain: 该字段已废弃,请使用创建规则和修改规则中的SNI功能。
|
|
6530
6567
|
# @type RealServerCertificateDomain: String
|
|
6531
6568
|
# @param PolyRealServerCertificateIds: 多源站CA证书ID,从证书管理页获取。源站认证时,填写该参数或RealServerCertificateId参数
|
|
6532
6569
|
# @type PolyRealServerCertificateIds: Array
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-gaap
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.260
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-02-
|
|
11
|
+
date: 2022-02-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|