tencentcloud-sdk-gaap 3.0.558 → 3.0.559
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 +26 -2
- 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: 28be23409c78807213369aa749e5e0920a339498
|
4
|
+
data.tar.gz: 67c95e80e425fd49c842e83e8c152e8aa3392a58
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e616e03d0755b92f1152b2f8820135d9697e9717678f81ea90352757a909c19109a113f2c1f6153a70887904a17c08776fe5e4625f0a3ee6efda070107aac294
|
7
|
+
data.tar.gz: 97b5dc8714c8e54e1066ff831aeef5641f9dbe76cb4a7f8a35e740204ae2952d48b84895c43c714b0fe198b2d7073bc2c4ab05e90acb8f6a11a799e1067ff2a9
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.559
|
data/lib/v20180529/models.rb
CHANGED
@@ -7340,16 +7340,20 @@ module TencentCloud
|
|
7340
7340
|
# 第7个bit,支持接入段Qos加速。
|
7341
7341
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
7342
7342
|
# @type FeatureBitmap: Integer
|
7343
|
+
# @param SupportFeature: 接入区域支持的能力
|
7344
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
7345
|
+
# @type SupportFeature: :class:`Tencentcloud::Gaap.v20180529.models.SupportFeature`
|
7343
7346
|
|
7344
|
-
attr_accessor :RegionId, :RegionName, :RegionArea, :RegionAreaName, :IDCType, :FeatureBitmap
|
7347
|
+
attr_accessor :RegionId, :RegionName, :RegionArea, :RegionAreaName, :IDCType, :FeatureBitmap, :SupportFeature
|
7345
7348
|
|
7346
|
-
def initialize(regionid=nil, regionname=nil, regionarea=nil, regionareaname=nil, idctype=nil, featurebitmap=nil)
|
7349
|
+
def initialize(regionid=nil, regionname=nil, regionarea=nil, regionareaname=nil, idctype=nil, featurebitmap=nil, supportfeature=nil)
|
7347
7350
|
@RegionId = regionid
|
7348
7351
|
@RegionName = regionname
|
7349
7352
|
@RegionArea = regionarea
|
7350
7353
|
@RegionAreaName = regionareaname
|
7351
7354
|
@IDCType = idctype
|
7352
7355
|
@FeatureBitmap = featurebitmap
|
7356
|
+
@SupportFeature = supportfeature
|
7353
7357
|
end
|
7354
7358
|
|
7355
7359
|
def deserialize(params)
|
@@ -7359,6 +7363,10 @@ module TencentCloud
|
|
7359
7363
|
@RegionAreaName = params['RegionAreaName']
|
7360
7364
|
@IDCType = params['IDCType']
|
7361
7365
|
@FeatureBitmap = params['FeatureBitmap']
|
7366
|
+
unless params['SupportFeature'].nil?
|
7367
|
+
@SupportFeature = SupportFeature.new
|
7368
|
+
@SupportFeature.deserialize(params['SupportFeature'])
|
7369
|
+
end
|
7362
7370
|
end
|
7363
7371
|
end
|
7364
7372
|
|
@@ -7733,6 +7741,22 @@ module TencentCloud
|
|
7733
7741
|
end
|
7734
7742
|
end
|
7735
7743
|
|
7744
|
+
# 加速区域支持的能力,包括支持的网络类型等等。
|
7745
|
+
class SupportFeature < TencentCloud::Common::AbstractModel
|
7746
|
+
# @param NetworkType: 接入区域支持的网络类型列表,normal表示支持常规BGP,cn2表示精品BGP,triple表示三网,secure_eip表示定制安全eip。
|
7747
|
+
# @type NetworkType: Array
|
7748
|
+
|
7749
|
+
attr_accessor :NetworkType
|
7750
|
+
|
7751
|
+
def initialize(networktype=nil)
|
7752
|
+
@NetworkType = networktype
|
7753
|
+
end
|
7754
|
+
|
7755
|
+
def deserialize(params)
|
7756
|
+
@NetworkType = params['NetworkType']
|
7757
|
+
end
|
7758
|
+
end
|
7759
|
+
|
7736
7760
|
# TCP类型监听器信息
|
7737
7761
|
class TCPListener < TencentCloud::Common::AbstractModel
|
7738
7762
|
# @param ListenerId: 监听器ID
|
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: 3.0.
|
4
|
+
version: 3.0.559
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-04-
|
11
|
+
date: 2023-04-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|