tencentcloud-sdk-tse 3.0.625 → 3.0.626
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/v20201207/models.rb +4 -4
- 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: b8649997bc2f7805d8179dd8f512c442ff19b3fa
|
|
4
|
+
data.tar.gz: 93ab5f8a499e65ff61c3a4b4a914d22fc92cd55b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c94999e6868688fcf13778b2846f69ee4d3326c97561367be940bd2c390591f6b8a0c094e67bd979baf7daca4e5ccb665ac00d07e4763d91ac49e3a4ad5c98b0
|
|
7
|
+
data.tar.gz: dae7c628f84f48bc0427f9c58a460bf948ebe5d017a2c0152a83ae78ad8a5ae249d4a24dd20d5f898e5f3b51de8017a229f27561d4d275ccd1dd4cbb8eed158d
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.626
|
data/lib/v20201207/models.rb
CHANGED
|
@@ -523,8 +523,8 @@ module TencentCloud
|
|
|
523
523
|
|
|
524
524
|
attr_accessor :GatewayId, :ServiceID, :RouteName, :Methods, :Hosts, :Paths, :Protocols, :PreserveHost, :HttpsRedirectStatusCode, :StripPath, :ForceHttps, :DestinationPorts, :Headers
|
|
525
525
|
extend Gem::Deprecate
|
|
526
|
-
deprecate :ForceHttps, :none, 2023,
|
|
527
|
-
deprecate :ForceHttps=, :none, 2023,
|
|
526
|
+
deprecate :ForceHttps, :none, 2023, 8
|
|
527
|
+
deprecate :ForceHttps=, :none, 2023, 8
|
|
528
528
|
|
|
529
529
|
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)
|
|
530
530
|
@GatewayId = gatewayid
|
|
@@ -2850,8 +2850,8 @@ module TencentCloud
|
|
|
2850
2850
|
|
|
2851
2851
|
attr_accessor :GatewayId, :ServiceID, :RouteID, :RouteName, :Methods, :Hosts, :Paths, :Protocols, :PreserveHost, :HttpsRedirectStatusCode, :StripPath, :ForceHttps, :DestinationPorts, :Headers
|
|
2852
2852
|
extend Gem::Deprecate
|
|
2853
|
-
deprecate :ForceHttps, :none, 2023,
|
|
2854
|
-
deprecate :ForceHttps=, :none, 2023,
|
|
2853
|
+
deprecate :ForceHttps, :none, 2023, 8
|
|
2854
|
+
deprecate :ForceHttps=, :none, 2023, 8
|
|
2855
2855
|
|
|
2856
2856
|
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)
|
|
2857
2857
|
@GatewayId = gatewayid
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-tse
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.626
|
|
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-02 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|