tencentcloud-sdk-tcb 3.0.639 → 3.0.640

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: f35a018ff823c8b2f7f769a28359b6b35dad14e0
4
- data.tar.gz: e8756c37546ebad1a6a2ceaee95fab450004a8fd
3
+ metadata.gz: 8f45ea561d59e0528465f2a6d9fde571a6cd628f
4
+ data.tar.gz: 85e34b030d782e5efc0931bf41e3df1b617aae80
5
5
  SHA512:
6
- metadata.gz: e6d2b12821d36b6832fa3a7105dcea9e6319bd456f29650c5686d0f74e46c25f0765b4236d244c93a77b0f9235bfdd737320f64e3fc9fd504c815b01769f392c
7
- data.tar.gz: c20a59cf1b4f3ad7bdc597fe42d207b7dcb2f8c0b4700605c83734d6e93de3d92fd914f94ddccabb5ea207d9a3bf1525a3e4569324d8454efdb44c8ef9a1e5b2
6
+ metadata.gz: ffe06832af4d3db63a24b4d40b1079b43a2ebefac15fd63ea00a0420a88cc15e1fb3862dd7bae4dee71c08847a6f35b8fa5c4ae04b90207f96ad5668c7e7b111
7
+ data.tar.gz: 2701918bef836bdeec82298f139fc9e4b8450f834636dfda19ac6654691be9c2e425b2f12823e93790d0a44ee34f2a588a6784674b10bd4434d476c8d7534602
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.639
1
+ 3.0.640
@@ -8741,10 +8741,13 @@ module TencentCloud
8741
8741
  # @param GatewayRouteEnvId: 路由环境ID
8742
8742
  # 注意:此字段可能返回 null,表示取不到有效值。
8743
8743
  # @type GatewayRouteEnvId: String
8744
+ # @param GatewayRoutePathMatchType: 路径匹配类型,支持prefix(前缀匹配),regex(正则匹配), 默认prefix
8745
+ # 注意:此字段可能返回 null,表示取不到有效值。
8746
+ # @type GatewayRoutePathMatchType: String
8744
8747
 
8745
- attr_accessor :GatewayRouteName, :GatewayRouteProtocol, :GatewayRouteAddr, :GatewayRouteDesc, :GatewayRouteClusterId, :GatewayRouteCreateTime, :FrequencyLimitConfig, :GatewayRouteServerType, :GatewayRouteServerName, :GatewayRewriteHost, :GatewayVersion, :GatewayRoutePath, :GatewayRouteMethod, :GatewayRoutePort, :GatewayRouteEnvId
8748
+ attr_accessor :GatewayRouteName, :GatewayRouteProtocol, :GatewayRouteAddr, :GatewayRouteDesc, :GatewayRouteClusterId, :GatewayRouteCreateTime, :FrequencyLimitConfig, :GatewayRouteServerType, :GatewayRouteServerName, :GatewayRewriteHost, :GatewayVersion, :GatewayRoutePath, :GatewayRouteMethod, :GatewayRoutePort, :GatewayRouteEnvId, :GatewayRoutePathMatchType
8746
8749
 
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)
8750
+ 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, gatewayroutepathmatchtype=nil)
8748
8751
  @GatewayRouteName = gatewayroutename
8749
8752
  @GatewayRouteProtocol = gatewayrouteprotocol
8750
8753
  @GatewayRouteAddr = gatewayrouteaddr
@@ -8760,6 +8763,7 @@ module TencentCloud
8760
8763
  @GatewayRouteMethod = gatewayroutemethod
8761
8764
  @GatewayRoutePort = gatewayrouteport
8762
8765
  @GatewayRouteEnvId = gatewayrouteenvid
8766
+ @GatewayRoutePathMatchType = gatewayroutepathmatchtype
8763
8767
  end
8764
8768
 
8765
8769
  def deserialize(params)
@@ -8785,6 +8789,7 @@ module TencentCloud
8785
8789
  @GatewayRouteMethod = params['GatewayRouteMethod']
8786
8790
  @GatewayRoutePort = params['GatewayRoutePort']
8787
8791
  @GatewayRouteEnvId = params['GatewayRouteEnvId']
8792
+ @GatewayRoutePathMatchType = params['GatewayRoutePathMatchType']
8788
8793
  end
8789
8794
  end
8790
8795
 
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.639
4
+ version: 3.0.640
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-08-18 00:00:00.000000000 Z
11
+ date: 2023-08-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common