tencentcloud-sdk-apigateway 1.0.208 → 1.0.209
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/v20180808/models.rb +1 -1
- 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: 1cea4dda41513741c3a091c6e0773b053b816eca
|
|
4
|
+
data.tar.gz: 5aed006da99dfcff23e7593b78b6eba95090782d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0ebab7ca6935debfeaade0f3aa54d81d8dfaced7f126a2742f7b598169d908a06a11d3de8dd75d9f3063b53019c3269a82720c7cd3f6f621069dc1190f1b026a
|
|
7
|
+
data.tar.gz: 9a87d96ad4ea221e548b790b1a2479698b3dc30643ca953f07b11a1b47887bbba5de56e155bfaee70fe00501319ce74dd854b5e272eaeac829f6639b40d492dc
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.0.
|
|
1
|
+
1.0.209
|
data/lib/v20180808/models.rb
CHANGED
|
@@ -2086,7 +2086,7 @@ module TencentCloud
|
|
|
2086
2086
|
class CreatePluginRequest < TencentCloud::Common::AbstractModel
|
|
2087
2087
|
# @param PluginName: 用户自定义的插件名称。最长50个字符,最短2个字符,支持 a-z,A-Z,0-9,_, 必须字母开头,字母或者数字结尾。
|
|
2088
2088
|
# @type PluginName: String
|
|
2089
|
-
# @param PluginType: 插件类型。目前支持IPControl, TrafficControl, Cors, CustomReq, CustomAuth。
|
|
2089
|
+
# @param PluginType: 插件类型。目前支持IPControl, TrafficControl, Cors, CustomReq, CustomAuth,Routing,TrafficControlByParameter。
|
|
2090
2090
|
# @type PluginType: String
|
|
2091
2091
|
# @param PluginData: 插件定义语句,支持json。
|
|
2092
2092
|
# @type PluginData: String
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-apigateway
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.209
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-11-
|
|
11
|
+
date: 2021-11-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|