tencentcloud-sdk-tcb 3.0.609 → 3.0.611

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: cc705043aa2c87c0cb4722cf96abfce5eebb8d45
4
+ data.tar.gz: 75e8cbcf70c129ac94daae7f4a5446255881b729
5
5
  SHA512:
6
- metadata.gz: 2f64f4899abee5b2b0f38ebc0e2a45a21e40106edf26c815f5b1f966bcd827f6e897fcb24de8f9dd3d0c640b428ce6d3833f97c05a61d501312d70e967e42d99
7
- data.tar.gz: 46b2547a4a1d3750a00cb2c0d999fd7f54787187980b677e03dd427f04440f69821582d682a2817f4ee84472b3efec0fec19475e8b1e0d0c6b4369e2f7c0ebf8
6
+ metadata.gz: 7d210f61081dd046b8091e6f585a2353ad8fca52146b6cc2877001832d1816a4eb5de28d341b0b1e94812f80ec8bebfa84e2d3634b0e1c7d213e55b879067b3f
7
+ data.tar.gz: bf29e61939a6c1f9f219eda678e5c6b95fbb11d6f130e0badc7580cf2e4d932ed0113b4f44e8308d8b6bc6f82ae59dcc6e1a07b2e5745da2867d5e5ca5c53dec
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.609
1
+ 3.0.611
@@ -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.611
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-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common
@@ -34,8 +34,8 @@ extensions: []
34
34
  extra_rdoc_files: []
35
35
  files:
36
36
  - lib/tencentcloud-sdk-tcb.rb
37
- - lib/v20180608/client.rb
38
37
  - lib/v20180608/models.rb
38
+ - lib/v20180608/client.rb
39
39
  - lib/VERSION
40
40
  homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
41
41
  licenses: