tencentcloud-sdk-tse 3.0.967 → 3.0.968
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/v20201207/models.rb +30 -6
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 55e03f9c7b082bb3bcaaaa641e9bad4d2c610089
|
4
|
+
data.tar.gz: 5b18389cf4154768739117d7c9cec0c2894c969e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: de2a27501db0ecd0223a695e476661bc9a869ced425fd64e0e0506782ff9ba9c436b92b343c08dd5dfe651fb918d2d221343979b5d34d71707dc778a1f236fb7
|
7
|
+
data.tar.gz: c3d55b12907f0965adacf5daec80a75406f2972fb4732ea736ce3c10c1ea8f1c61af82c77af9e27e0e0c04f7a3967ecfa37f33e4170802abfc64b7a91e366d0a
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.968
|
data/lib/v20201207/models.rb
CHANGED
@@ -2246,13 +2246,17 @@ module TencentCloud
|
|
2246
2246
|
# @type DestinationPorts: Array
|
2247
2247
|
# @param Headers: 路由的Headers
|
2248
2248
|
# @type Headers: Array
|
2249
|
+
# @param RequestBuffering: 是否缓存请求body,默认true
|
2250
|
+
# @type RequestBuffering: Boolean
|
2251
|
+
# @param ResponseBuffering: 是否缓存响应body,默认true
|
2252
|
+
# @type ResponseBuffering: Boolean
|
2249
2253
|
|
2250
|
-
attr_accessor :GatewayId, :ServiceID, :RouteName, :Methods, :Hosts, :Paths, :Protocols, :PreserveHost, :HttpsRedirectStatusCode, :StripPath, :ForceHttps, :DestinationPorts, :Headers
|
2254
|
+
attr_accessor :GatewayId, :ServiceID, :RouteName, :Methods, :Hosts, :Paths, :Protocols, :PreserveHost, :HttpsRedirectStatusCode, :StripPath, :ForceHttps, :DestinationPorts, :Headers, :RequestBuffering, :ResponseBuffering
|
2251
2255
|
extend Gem::Deprecate
|
2252
2256
|
deprecate :ForceHttps, :none, 2024, 12
|
2253
2257
|
deprecate :ForceHttps=, :none, 2024, 12
|
2254
2258
|
|
2255
|
-
def initialize(gatewayid=nil, serviceid=nil, routename=nil, methods=nil, hosts=nil, paths=nil, protocols=nil, preservehost=nil, httpsredirectstatuscode=nil, strippath=nil, forcehttps=nil, destinationports=nil, headers=nil)
|
2259
|
+
def initialize(gatewayid=nil, serviceid=nil, routename=nil, methods=nil, hosts=nil, paths=nil, protocols=nil, preservehost=nil, httpsredirectstatuscode=nil, strippath=nil, forcehttps=nil, destinationports=nil, headers=nil, requestbuffering=nil, responsebuffering=nil)
|
2256
2260
|
@GatewayId = gatewayid
|
2257
2261
|
@ServiceID = serviceid
|
2258
2262
|
@RouteName = routename
|
@@ -2266,6 +2270,8 @@ module TencentCloud
|
|
2266
2270
|
@ForceHttps = forcehttps
|
2267
2271
|
@DestinationPorts = destinationports
|
2268
2272
|
@Headers = headers
|
2273
|
+
@RequestBuffering = requestbuffering
|
2274
|
+
@ResponseBuffering = responsebuffering
|
2269
2275
|
end
|
2270
2276
|
|
2271
2277
|
def deserialize(params)
|
@@ -2289,6 +2295,8 @@ module TencentCloud
|
|
2289
2295
|
@Headers << kvmapping_tmp
|
2290
2296
|
end
|
2291
2297
|
end
|
2298
|
+
@RequestBuffering = params['RequestBuffering']
|
2299
|
+
@ResponseBuffering = params['ResponseBuffering']
|
2292
2300
|
end
|
2293
2301
|
end
|
2294
2302
|
|
@@ -8627,13 +8635,17 @@ module TencentCloud
|
|
8627
8635
|
# @param Headers: 路由的Headers
|
8628
8636
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
8629
8637
|
# @type Headers: Array
|
8638
|
+
# @param RequestBuffering: 是否缓存请求body,默认true
|
8639
|
+
# @type RequestBuffering: Boolean
|
8640
|
+
# @param ResponseBuffering: 是否缓存响应body,默认true
|
8641
|
+
# @type ResponseBuffering: Boolean
|
8630
8642
|
|
8631
|
-
attr_accessor :ID, :Name, :Methods, :Paths, :Hosts, :Protocols, :PreserveHost, :HttpsRedirectStatusCode, :StripPath, :CreatedTime, :ForceHttps, :ServiceName, :ServiceID, :DestinationPorts, :Headers
|
8643
|
+
attr_accessor :ID, :Name, :Methods, :Paths, :Hosts, :Protocols, :PreserveHost, :HttpsRedirectStatusCode, :StripPath, :CreatedTime, :ForceHttps, :ServiceName, :ServiceID, :DestinationPorts, :Headers, :RequestBuffering, :ResponseBuffering
|
8632
8644
|
extend Gem::Deprecate
|
8633
8645
|
deprecate :ForceHttps, :none, 2024, 12
|
8634
8646
|
deprecate :ForceHttps=, :none, 2024, 12
|
8635
8647
|
|
8636
|
-
def initialize(id=nil, name=nil, methods=nil, paths=nil, hosts=nil, protocols=nil, preservehost=nil, httpsredirectstatuscode=nil, strippath=nil, createdtime=nil, forcehttps=nil, servicename=nil, serviceid=nil, destinationports=nil, headers=nil)
|
8648
|
+
def initialize(id=nil, name=nil, methods=nil, paths=nil, hosts=nil, protocols=nil, preservehost=nil, httpsredirectstatuscode=nil, strippath=nil, createdtime=nil, forcehttps=nil, servicename=nil, serviceid=nil, destinationports=nil, headers=nil, requestbuffering=nil, responsebuffering=nil)
|
8637
8649
|
@ID = id
|
8638
8650
|
@Name = name
|
8639
8651
|
@Methods = methods
|
@@ -8649,6 +8661,8 @@ module TencentCloud
|
|
8649
8661
|
@ServiceID = serviceid
|
8650
8662
|
@DestinationPorts = destinationports
|
8651
8663
|
@Headers = headers
|
8664
|
+
@RequestBuffering = requestbuffering
|
8665
|
+
@ResponseBuffering = responsebuffering
|
8652
8666
|
end
|
8653
8667
|
|
8654
8668
|
def deserialize(params)
|
@@ -8674,6 +8688,8 @@ module TencentCloud
|
|
8674
8688
|
@Headers << kvmapping_tmp
|
8675
8689
|
end
|
8676
8690
|
end
|
8691
|
+
@RequestBuffering = params['RequestBuffering']
|
8692
|
+
@ResponseBuffering = params['ResponseBuffering']
|
8677
8693
|
end
|
8678
8694
|
end
|
8679
8695
|
|
@@ -9651,13 +9667,17 @@ module TencentCloud
|
|
9651
9667
|
# @type DestinationPorts: Array
|
9652
9668
|
# @param Headers: 路由的Headers
|
9653
9669
|
# @type Headers: Array
|
9670
|
+
# @param RequestBuffering: 是否缓存请求body,默认true
|
9671
|
+
# @type RequestBuffering: Boolean
|
9672
|
+
# @param ResponseBuffering: 是否缓存响应body,默认true
|
9673
|
+
# @type ResponseBuffering: Boolean
|
9654
9674
|
|
9655
|
-
attr_accessor :GatewayId, :ServiceID, :RouteID, :RouteName, :Methods, :Hosts, :Paths, :Protocols, :PreserveHost, :HttpsRedirectStatusCode, :StripPath, :ForceHttps, :DestinationPorts, :Headers
|
9675
|
+
attr_accessor :GatewayId, :ServiceID, :RouteID, :RouteName, :Methods, :Hosts, :Paths, :Protocols, :PreserveHost, :HttpsRedirectStatusCode, :StripPath, :ForceHttps, :DestinationPorts, :Headers, :RequestBuffering, :ResponseBuffering
|
9656
9676
|
extend Gem::Deprecate
|
9657
9677
|
deprecate :ForceHttps, :none, 2024, 12
|
9658
9678
|
deprecate :ForceHttps=, :none, 2024, 12
|
9659
9679
|
|
9660
|
-
def initialize(gatewayid=nil, serviceid=nil, routeid=nil, routename=nil, methods=nil, hosts=nil, paths=nil, protocols=nil, preservehost=nil, httpsredirectstatuscode=nil, strippath=nil, forcehttps=nil, destinationports=nil, headers=nil)
|
9680
|
+
def initialize(gatewayid=nil, serviceid=nil, routeid=nil, routename=nil, methods=nil, hosts=nil, paths=nil, protocols=nil, preservehost=nil, httpsredirectstatuscode=nil, strippath=nil, forcehttps=nil, destinationports=nil, headers=nil, requestbuffering=nil, responsebuffering=nil)
|
9661
9681
|
@GatewayId = gatewayid
|
9662
9682
|
@ServiceID = serviceid
|
9663
9683
|
@RouteID = routeid
|
@@ -9672,6 +9692,8 @@ module TencentCloud
|
|
9672
9692
|
@ForceHttps = forcehttps
|
9673
9693
|
@DestinationPorts = destinationports
|
9674
9694
|
@Headers = headers
|
9695
|
+
@RequestBuffering = requestbuffering
|
9696
|
+
@ResponseBuffering = responsebuffering
|
9675
9697
|
end
|
9676
9698
|
|
9677
9699
|
def deserialize(params)
|
@@ -9696,6 +9718,8 @@ module TencentCloud
|
|
9696
9718
|
@Headers << kvmapping_tmp
|
9697
9719
|
end
|
9698
9720
|
end
|
9721
|
+
@RequestBuffering = params['RequestBuffering']
|
9722
|
+
@ResponseBuffering = params['ResponseBuffering']
|
9699
9723
|
end
|
9700
9724
|
end
|
9701
9725
|
|