tencentcloud-sdk-tcb 3.0.639 → 3.0.641
Sign up to get free protection for your applications and to get access to all the features.
- 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: 2d997e542e45f6ad1e91e0e7e480a8f78c072c47
|
4
|
+
data.tar.gz: 1e3224d692420489c20bd91d38f0272127b5bf22
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1bd2fa74b2a5abd1c650ac21493176303ccca7cf1738bbc4f0f3f075957a9f2d4a561d07aff3faba4429b86a58503f447e4c0b87d3c584892ed285ae3c05ef9a
|
7
|
+
data.tar.gz: 67e8b519fa80d6fc6e88cfa729375117c71f71e1719c1adcd08d6a96c8a772e145d316b856bbcd8e46760eacffa2504d5dc13196f35c177e9db9f1cc323fceac
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.641
|
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.641
|
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-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|