tencentcloud-sdk-tcb 3.0.608 → 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: 83c9e564ad20a7ecbdb833b3b11cec3c90952ea8
4
- data.tar.gz: 87e7dbd8731ec3eaa6286ba9f35ca9b909753f82
3
+ metadata.gz: 2915489f01706b2019b7fc9f04993aa94ea70151
4
+ data.tar.gz: fd7047db1954484b2f1f80d33769462623376993
5
5
  SHA512:
6
- metadata.gz: 7bacc0112a8f18ec6c4ac8f787ef9873c236fa11df6e249b287bf42490b3212926eabd444b337469345929d0e3afb7c198f0fb7f9283622c61aa016aebd90e7c
7
- data.tar.gz: 3a07c24e2f371a77c822d23b86eea03428f65c0c88ceab1c7f447ebed3b7f5042eedbbe96569328409586849455b1819e94ce246ffa3ab2b48dd4bd291f9dd1b
6
+ metadata.gz: a1c75d9a927b4cbe0aa8922fbc82eee798da920780fc7a76abc4ec7f35bfb90f9f989e4abf6afe3be72f705fc9cedfec8e66a4367dd62f66601e26942a596c94
7
+ data.tar.gz: d9e4947e08818d2cdfdfdc996d51116b81b7b8d48e40ecd918852840616a2a1d3f07a3f74b8c08e6f6a40884dfff1023e2d947d1a8e62f5111e56d7a0731feb8
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.608
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.608
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-07 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