tencentcloud-sdk-tcb 3.0.609 → 3.0.610

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 10fa4dd8c557210104753ec346264243919fd74f
4
- data.tar.gz: 224647958819d8aa244493c162a1918224873e99
3
+ metadata.gz: 2915489f01706b2019b7fc9f04993aa94ea70151
4
+ data.tar.gz: fd7047db1954484b2f1f80d33769462623376993
5
5
  SHA512:
6
- metadata.gz: 2f64f4899abee5b2b0f38ebc0e2a45a21e40106edf26c815f5b1f966bcd827f6e897fcb24de8f9dd3d0c640b428ce6d3833f97c05a61d501312d70e967e42d99
7
- data.tar.gz: 46b2547a4a1d3750a00cb2c0d999fd7f54787187980b677e03dd427f04440f69821582d682a2817f4ee84472b3efec0fec19475e8b1e0d0c6b4369e2f7c0ebf8
6
+ metadata.gz: a1c75d9a927b4cbe0aa8922fbc82eee798da920780fc7a76abc4ec7f35bfb90f9f989e4abf6afe3be72f705fc9cedfec8e66a4367dd62f66601e26942a596c94
7
+ data.tar.gz: d9e4947e08818d2cdfdfdc996d51116b81b7b8d48e40ecd918852840616a2a1d3f07a3f74b8c08e6f6a40884dfff1023e2d947d1a8e62f5111e56d7a0731feb8
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.609
1
+ 3.0.610
@@ -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.609
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-10 00:00:00.000000000 Z
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