tencentcloud-sdk-antiddos 3.0.656 → 3.0.657

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9a3cda1c235fdd4691c55e412cc3d2675578513e
4
- data.tar.gz: b2bd474e54c73af08e090cabf4aa36f2d964f2cb
3
+ metadata.gz: cbc5e340322ea99d879404196a974a44f2579d51
4
+ data.tar.gz: 4335ef2e743339d37e45e2f8ef8488ac13369ad9
5
5
  SHA512:
6
- metadata.gz: 4ebc65e7ad3f36b20dd9673e27e0730611afd3e4e089f2f9a8ff8873d5b278ac4275e4a757c1a6d764c79d14d00eaccc63973545e5a4e044e8b710e93b980f1b
7
- data.tar.gz: cc60476b49b074bb8bc7d18a0a015c97da5f1adba3cc81a11656b84f24780e47c11b92e0ade23f583405d7144363c44443bcff3fd9e6e833b7d9223c8fea2d02
6
+ metadata.gz: dcc30c07c22d44377ae0aafe2ea5e30b797a87c25c30e3605a10ced59f0e54dcd1ccd49edb3c0de9f30223eda0d53582ca4bcb1f0e80cf7725617772634e578f
7
+ data.tar.gz: 86bde3ff016a45bd439a93186fca0dae413cef799d94ba94f6c513a05797d87c07af9f03f6f81fb3c28bda5950bd2b3045c96c074a035980d190745320865ebd
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.656
1
+ 3.0.657
@@ -101,7 +101,7 @@ module TencentCloud
101
101
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
102
102
  end
103
103
 
104
- # 绑定IP到高防包实例,支持独享包、共享包;需要注意的是此接口绑定或解绑IP是异步接口,当处于绑定或解绑中时,则不允许再进行绑定或解绑,需要等待当前绑定或解绑完成。
104
+ # 绑定IP到高防包实例,支持独享包、共享包(新版);需要注意的是此接口绑定或解绑IP是异步接口,当处于绑定或解绑中时,则不允许再进行绑定或解绑,需要等待当前绑定或解绑完成。
105
105
 
106
106
  # @param request: Request instance for CreateBoundIP.
107
107
  # @type request: :class:`Tencentcloud::antiddos::V20200309::CreateBoundIPRequest`
@@ -5257,7 +5257,7 @@ module TencentCloud
5257
5257
  # @type Ip: String
5258
5258
  # @param Limit: 一页条数,默认值100,最大值100,超过100最大返回100条
5259
5259
  # @type Limit: Integer
5260
- # @param Offset: 页起始偏移,取值为(页码-1)*一页条数
5260
+ # @param Offset: 规则偏移量,取值为(页码-1)*一页条数
5261
5261
  # @type Offset: Integer
5262
5262
  # @param ProtocolList: 转发协议搜索,选填,取值[http, https, http/https]
5263
5263
  # @type ProtocolList: Array
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-antiddos
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.656
4
+ version: 3.0.657
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-09-11 00:00:00.000000000 Z
11
+ date: 2023-09-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common