tencentcloud-sdk-apigateway 1.0.206 → 1.0.210

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2ff714395e6eb79be3962a27d3d0425eacbe14ec
4
- data.tar.gz: 789f8fa75380a781970b03632bd9ca3b5bdcca6e
3
+ metadata.gz: fda0f4cd22da5b1c206ab40e3d60993406c23f7f
4
+ data.tar.gz: 63c5b75826dd9e4db2ef034fe5b9bf45d14ea430
5
5
  SHA512:
6
- metadata.gz: 82d582931e4724eb491b3f79f1f9eb2ac4e7657b59a7258a274b27cf691551a28066d0f5451ff9495283e86b85bace01623c36246897be14a3fee439e57e5dbb
7
- data.tar.gz: 88bd8662bf80871519335eb779b787c243460a7c4cd68d315d467f3d7fc3a40e1249b5eba8e89153247914410ae588f841ba26520e993a85a070acd8c1be8965
6
+ metadata.gz: a80f6451e3ad9ac4235b6c84c178168f645874eda85cdf6051f842999bf1c4c78e053924021ea4caddf1885754f5367b8edf3665feed17a27af48a50994cca73
7
+ data.tar.gz: 2795ed266ffc1abe2c0159a5026325b5b7a16f09d80cb9fe62307519887909b345a8cb2c336faa50f7de119fcdfb1e2d7cf1407e54566e6dfa00b0c97f4cc2e3
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.206
1
+ 1.0.210
@@ -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
@@ -4726,7 +4726,7 @@ module TencentCloud
4726
4726
  # @type Limit: Integer
4727
4727
  # @param Offset: 偏移量,默认为 0。
4728
4728
  # @type Offset: Integer
4729
- # @param Filters: 过滤条件。支持ServiceId、ServiceName、NotUsagePlanId、Environment、IpVersion。InstanceId
4729
+ # @param Filters: 过滤条件。支持ServiceId、ServiceName、NotUsagePlanId、Environment、IpVersion、InstanceId、NetType、EIAMAppId
4730
4730
  # @type Filters: Array
4731
4731
 
4732
4732
  attr_accessor :Limit, :Offset, :Filters
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.206
4
+ version: 1.0.210
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-19 00:00:00.000000000 Z
11
+ date: 2021-11-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common