tencentcloud-sdk-tcb 3.0.609 → 3.0.610
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/v20180608/models.rb +9 -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: 2915489f01706b2019b7fc9f04993aa94ea70151
|
|
4
|
+
data.tar.gz: fd7047db1954484b2f1f80d33769462623376993
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a1c75d9a927b4cbe0aa8922fbc82eee798da920780fc7a76abc4ec7f35bfb90f9f989e4abf6afe3be72f705fc9cedfec8e66a4367dd62f66601e26942a596c94
|
|
7
|
+
data.tar.gz: d9e4947e08818d2cdfdfdc996d51116b81b7b8d48e40ecd918852840616a2a1d3f07a3f74b8c08e6f6a40884dfff1023e2d947d1a8e62f5111e56d7a0731feb8
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.610
|
data/lib/v20180608/models.rb
CHANGED
|
@@ -6893,8 +6893,10 @@ module TencentCloud
|
|
|
6893
6893
|
# 安全网关版本路由信息限额配置
|
|
6894
6894
|
class FrequencyLimitConfig < TencentCloud::Common::AbstractModel
|
|
6895
6895
|
# @param LimitObject: 限额对象 "ConnectionsLimit" 或 "QPSLimit"
|
|
6896
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
6896
6897
|
# @type LimitObject: String
|
|
6897
6898
|
# @param LimitConfig: 限额配置
|
|
6899
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
6898
6900
|
# @type LimitConfig: String
|
|
6899
6901
|
|
|
6900
6902
|
attr_accessor :LimitObject, :LimitConfig
|
|
@@ -8736,10 +8738,13 @@ module TencentCloud
|
|
|
8736
8738
|
# @param GatewayRoutePort: 4层端口
|
|
8737
8739
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
8738
8740
|
# @type GatewayRoutePort: Integer
|
|
8741
|
+
# @param GatewayRouteEnvId: 路由环境ID
|
|
8742
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
8743
|
+
# @type GatewayRouteEnvId: String
|
|
8739
8744
|
|
|
8740
|
-
attr_accessor :GatewayRouteName, :GatewayRouteProtocol, :GatewayRouteAddr, :GatewayRouteDesc, :GatewayRouteClusterId, :GatewayRouteCreateTime, :FrequencyLimitConfig, :GatewayRouteServerType, :GatewayRouteServerName, :GatewayRewriteHost, :GatewayVersion, :GatewayRoutePath, :GatewayRouteMethod, :GatewayRoutePort
|
|
8745
|
+
attr_accessor :GatewayRouteName, :GatewayRouteProtocol, :GatewayRouteAddr, :GatewayRouteDesc, :GatewayRouteClusterId, :GatewayRouteCreateTime, :FrequencyLimitConfig, :GatewayRouteServerType, :GatewayRouteServerName, :GatewayRewriteHost, :GatewayVersion, :GatewayRoutePath, :GatewayRouteMethod, :GatewayRoutePort, :GatewayRouteEnvId
|
|
8741
8746
|
|
|
8742
|
-
def initialize(gatewayroutename=nil, gatewayrouteprotocol=nil, gatewayrouteaddr=nil, gatewayroutedesc=nil, gatewayrouteclusterid=nil, gatewayroutecreatetime=nil, frequencylimitconfig=nil, gatewayrouteservertype=nil, gatewayrouteservername=nil, gatewayrewritehost=nil, gatewayversion=nil, gatewayroutepath=nil, gatewayroutemethod=nil, gatewayrouteport=nil)
|
|
8747
|
+
def initialize(gatewayroutename=nil, gatewayrouteprotocol=nil, gatewayrouteaddr=nil, gatewayroutedesc=nil, gatewayrouteclusterid=nil, gatewayroutecreatetime=nil, frequencylimitconfig=nil, gatewayrouteservertype=nil, gatewayrouteservername=nil, gatewayrewritehost=nil, gatewayversion=nil, gatewayroutepath=nil, gatewayroutemethod=nil, gatewayrouteport=nil, gatewayrouteenvid=nil)
|
|
8743
8748
|
@GatewayRouteName = gatewayroutename
|
|
8744
8749
|
@GatewayRouteProtocol = gatewayrouteprotocol
|
|
8745
8750
|
@GatewayRouteAddr = gatewayrouteaddr
|
|
@@ -8754,6 +8759,7 @@ module TencentCloud
|
|
|
8754
8759
|
@GatewayRoutePath = gatewayroutepath
|
|
8755
8760
|
@GatewayRouteMethod = gatewayroutemethod
|
|
8756
8761
|
@GatewayRoutePort = gatewayrouteport
|
|
8762
|
+
@GatewayRouteEnvId = gatewayrouteenvid
|
|
8757
8763
|
end
|
|
8758
8764
|
|
|
8759
8765
|
def deserialize(params)
|
|
@@ -8778,6 +8784,7 @@ module TencentCloud
|
|
|
8778
8784
|
@GatewayRoutePath = params['GatewayRoutePath']
|
|
8779
8785
|
@GatewayRouteMethod = params['GatewayRouteMethod']
|
|
8780
8786
|
@GatewayRoutePort = params['GatewayRoutePort']
|
|
8787
|
+
@GatewayRouteEnvId = params['GatewayRouteEnvId']
|
|
8781
8788
|
end
|
|
8782
8789
|
end
|
|
8783
8790
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-tcb
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.610
|
|
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-07-
|
|
11
|
+
date: 2023-07-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|