tencentcloud-sdk-gaap 1.0.233 → 1.0.234
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/client.rb +1 -1
- data/lib/v20180529/models.rb +15 -9
- 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: b36607a45d34b9822163f13c2a94c48b30e752bc
|
4
|
+
data.tar.gz: e41dfeabec34a7eca0c7087c8a48ce987358d011
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 72cf38f97514275c52e4f387ef08259057a3d7e7ebd182ebc054f2b512da959726833135b1bd8deac36ad939bea688f0a487dcce264785902915abd61ef3b850
|
7
|
+
data.tar.gz: d47cf01c7f6a380adf8e9c460e22f659f8caae7a376ea82368d481429aac05def93c948d4c3c96a94766d15801ffedbc35f2d4eba7b18c90480e1f3eb56fe8be
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.234
|
data/lib/v20180529/client.rb
CHANGED
@@ -751,7 +751,7 @@ module TencentCloud
|
|
751
751
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
752
752
|
end
|
753
753
|
|
754
|
-
# 本接口(DescribeAccessRegionsByDestRegion
|
754
|
+
# 本接口(DescribeAccessRegionsByDestRegion)根据源站区域查询可用的加速区域列表。
|
755
755
|
|
756
756
|
# @param request: Request instance for DescribeAccessRegionsByDestRegion.
|
757
757
|
# @type request: :class:`Tencentcloud::gaap::V20180529::DescribeAccessRegionsByDestRegionRequest`
|
data/lib/v20180529/models.rb
CHANGED
@@ -45,7 +45,7 @@ module TencentCloud
|
|
45
45
|
end
|
46
46
|
end
|
47
47
|
|
48
|
-
#
|
48
|
+
# 根据源站查询的可用加速区域信息及对应的可选带宽和并发量。
|
49
49
|
class AccessRegionDetial < TencentCloud::Common::AbstractModel
|
50
50
|
# @param RegionId: 区域ID
|
51
51
|
# @type RegionId: String
|
@@ -509,7 +509,7 @@ module TencentCloud
|
|
509
509
|
# @type IPAddressVersion: String
|
510
510
|
# @param NetworkType: 网络类型,可取值:normal、cn2,默认值normal
|
511
511
|
# @type NetworkType: String
|
512
|
-
# @param PackageType:
|
512
|
+
# @param PackageType: 通道套餐类型。Thunder表示标准通道组,Accelerator表示游戏加速器通道,CrossBorder表示跨境通道。
|
513
513
|
# @type PackageType: String
|
514
514
|
|
515
515
|
attr_accessor :AccessRegion, :RealServerRegion, :Bandwidth, :Concurrent, :GroupId, :IPAddressVersion, :NetworkType, :PackageType
|
@@ -1194,12 +1194,14 @@ module TencentCloud
|
|
1194
1194
|
# @type BillingType: Integer
|
1195
1195
|
# @param IPAddressVersion: IP版本,可取值:IPv4、IPv6,默认值IPv4
|
1196
1196
|
# @type IPAddressVersion: String
|
1197
|
-
# @param NetworkType:
|
1197
|
+
# @param NetworkType: 网络类型,normal表示常规BGP,cn2表示精品BGP,triple表示三网
|
1198
1198
|
# @type NetworkType: String
|
1199
|
+
# @param PackageType: 通道套餐类型,Thunder表示标准通道组,Accelerator表示游戏加速器通道,CrossBorder表示跨境通道。
|
1200
|
+
# @type PackageType: String
|
1199
1201
|
|
1200
|
-
attr_accessor :ProjectId, :ProxyName, :AccessRegion, :Bandwidth, :Concurrent, :RealServerRegion, :ClientToken, :GroupId, :TagSet, :ClonedProxyId, :BillingType, :IPAddressVersion, :NetworkType
|
1202
|
+
attr_accessor :ProjectId, :ProxyName, :AccessRegion, :Bandwidth, :Concurrent, :RealServerRegion, :ClientToken, :GroupId, :TagSet, :ClonedProxyId, :BillingType, :IPAddressVersion, :NetworkType, :PackageType
|
1201
1203
|
|
1202
|
-
def initialize(projectid=nil, proxyname=nil, accessregion=nil, bandwidth=nil, concurrent=nil, realserverregion=nil, clienttoken=nil, groupid=nil, tagset=nil, clonedproxyid=nil, billingtype=nil, ipaddressversion=nil, networktype=nil)
|
1204
|
+
def initialize(projectid=nil, proxyname=nil, accessregion=nil, bandwidth=nil, concurrent=nil, realserverregion=nil, clienttoken=nil, groupid=nil, tagset=nil, clonedproxyid=nil, billingtype=nil, ipaddressversion=nil, networktype=nil, packagetype=nil)
|
1203
1205
|
@ProjectId = projectid
|
1204
1206
|
@ProxyName = proxyname
|
1205
1207
|
@AccessRegion = accessregion
|
@@ -1213,6 +1215,7 @@ module TencentCloud
|
|
1213
1215
|
@BillingType = billingtype
|
1214
1216
|
@IPAddressVersion = ipaddressversion
|
1215
1217
|
@NetworkType = networktype
|
1218
|
+
@PackageType = packagetype
|
1216
1219
|
end
|
1217
1220
|
|
1218
1221
|
def deserialize(params)
|
@@ -1236,6 +1239,7 @@ module TencentCloud
|
|
1236
1239
|
@BillingType = params['BillingType']
|
1237
1240
|
@IPAddressVersion = params['IPAddressVersion']
|
1238
1241
|
@NetworkType = params['NetworkType']
|
1242
|
+
@PackageType = params['PackageType']
|
1239
1243
|
end
|
1240
1244
|
end
|
1241
1245
|
|
@@ -1884,7 +1888,7 @@ module TencentCloud
|
|
1884
1888
|
# @type DestRegion: String
|
1885
1889
|
# @param IPAddressVersion: IP版本,可取值:IPv4、IPv6,默认值IPv4
|
1886
1890
|
# @type IPAddressVersion: String
|
1887
|
-
# @param PackageType:
|
1891
|
+
# @param PackageType: 通道套餐类型,Thunder表示标准通道组,Accelerator表示游戏加速器通道,CrossBorder表示跨境通道。
|
1888
1892
|
# @type PackageType: String
|
1889
1893
|
|
1890
1894
|
attr_accessor :DestRegion, :IPAddressVersion, :PackageType
|
@@ -2715,6 +2719,7 @@ module TencentCloud
|
|
2715
2719
|
# RealServerRegion - String - 是否必填:否 - (过滤条件)按照源站地域过滤。
|
2716
2720
|
# GroupId - String - 是否必填:否 - (过滤条件)按照通道组ID过滤。
|
2717
2721
|
# IPAddressVersion - String - 是否必填:否 - (过滤条件)按照IP版本过滤。
|
2722
|
+
# PackageType - String - 是否必填:否 - (过滤条件)按照通道套餐类型过滤。
|
2718
2723
|
# @type Filters: Array
|
2719
2724
|
# @param ProxyIds: (新参数,替代InstanceIds)按照一个或者多个实例ID查询。每次请求的实例的上限为100。参数不支持同时指定InstanceIds和Filters。
|
2720
2725
|
# @type ProxyIds: Array
|
@@ -3417,7 +3422,7 @@ module TencentCloud
|
|
3417
3422
|
class DescribeRegionAndPriceRequest < TencentCloud::Common::AbstractModel
|
3418
3423
|
# @param IPAddressVersion: IP版本,可取值:IPv4、IPv6,默认值IPv4
|
3419
3424
|
# @type IPAddressVersion: String
|
3420
|
-
# @param PackageType:
|
3425
|
+
# @param PackageType: 通道套餐类型,Thunder表示标准通道组,Accelerator表示游戏加速器通道,CrossBorder表示跨境通道。
|
3421
3426
|
# @type PackageType: String
|
3422
3427
|
|
3423
3428
|
attr_accessor :IPAddressVersion, :PackageType
|
@@ -4514,7 +4519,7 @@ module TencentCloud
|
|
4514
4519
|
# @type IPAddressVersion: String
|
4515
4520
|
# @param NetworkType: 网络类型,可取值:normal、cn2,默认值normal
|
4516
4521
|
# @type NetworkType: String
|
4517
|
-
# @param PackageType:
|
4522
|
+
# @param PackageType: 通道套餐类型,Thunder表示标准通道组,Accelerator表示游戏加速器通道,CrossBorder表示跨境通道。
|
4518
4523
|
# @type PackageType: String
|
4519
4524
|
|
4520
4525
|
attr_accessor :AccessRegion, :Bandwidth, :DestRegion, :Concurrency, :RealServerRegion, :Concurrent, :BillingType, :IPAddressVersion, :NetworkType, :PackageType
|
@@ -5871,7 +5876,8 @@ module TencentCloud
|
|
5871
5876
|
# @param NetworkType: 网络类型:normal表示常规BGP,cn2表示精品BGP,triple表示三网
|
5872
5877
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
5873
5878
|
# @type NetworkType: String
|
5874
|
-
# @param PackageType: 通道套餐类型:Thunder表示标准通道,Accelerator
|
5879
|
+
# @param PackageType: 通道套餐类型:Thunder表示标准通道,Accelerator表示游戏加速器通道,
|
5880
|
+
# CrossBorder表示跨境通道。
|
5875
5881
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
5876
5882
|
# @type PackageType: String
|
5877
5883
|
# @param BanStatus: 封禁解封状态:BANNED表示已封禁,RECOVER表示已解封或未封禁,BANNING表示封禁中,RECOVERING表示解封中,BAN_FAILED表示封禁失败,RECOVER_FAILED表示解封失败。
|
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.234
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-12-
|
11
|
+
date: 2021-12-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|