tencentcloud-sdk-tcb 3.0.639 → 3.0.640
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 +7 -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: 8f45ea561d59e0528465f2a6d9fde571a6cd628f
|
|
4
|
+
data.tar.gz: 85e34b030d782e5efc0931bf41e3df1b617aae80
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ffe06832af4d3db63a24b4d40b1079b43a2ebefac15fd63ea00a0420a88cc15e1fb3862dd7bae4dee71c08847a6f35b8fa5c4ae04b90207f96ad5668c7e7b111
|
|
7
|
+
data.tar.gz: 2701918bef836bdeec82298f139fc9e4b8450f834636dfda19ac6654691be9c2e425b2f12823e93790d0a44ee34f2a588a6784674b10bd4434d476c8d7534602
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.640
|
data/lib/v20180608/models.rb
CHANGED
|
@@ -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.
|
|
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-
|
|
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
|