tencentcloud-sdk-redis 3.0.625 → 3.0.627

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: a86a0ba1e35e9ad720540d08a1bc6655932be4f5
4
- data.tar.gz: 978faead0432637db56f58d16a7c669de49d3d44
3
+ metadata.gz: cc5fde74da13f74fb2c66bf52d1b3c8af7499089
4
+ data.tar.gz: 5e3b427a559f384417c8802944d90d18ee08a52d
5
5
  SHA512:
6
- metadata.gz: f8ce55cadfd83d9addaa14f532f4f03f59daae57c6d9c79ece922bf0dfb1ee2aed34ba557a8356f1f82c1dff0568dcf1ecdced8263d0edb6e3350ec86ea610a3
7
- data.tar.gz: 156f9dfc7a0fbbaa814aea18d5d0110cc3e9301c6fcadf29afef6aa5327d569cc5e4e7773c57877ca5f20485c806eafe2a8bd908c6acf31cd70561b60c6c1226
6
+ metadata.gz: 3f2a678987d5940c5417867092c32dfb4011b10b12d7a195a41b60756c639b6d64346b914721c407032fab7c329c9c2c145c3c3d795294e39ed458af963e79f5
7
+ data.tar.gz: f44b5649e6479adb605140565bb56fc362f39a8a53d363fd816c0e80c9db77d1ae880195c53e53adbf66efba4c703879399b406f6be4f4ea747ceb62e3f330a4
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.625
1
+ 3.0.627
@@ -797,7 +797,7 @@ module TencentCloud
797
797
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
798
798
  end
799
799
 
800
- # 查询实例访问来源信息
800
+ # 该接口已下线,请使用数据库智能管家 DBbrain 接口 [DescribeProxyProcessStatistics] (https://cloud.tencent.com/document/product/1130/84544) 获取实例访问来源。
801
801
 
802
802
  # @param request: Request instance for DescribeInstanceMonitorSIP.
803
803
  # @type request: :class:`Tencentcloud::redis::V20180412::DescribeInstanceMonitorSIPRequest`
@@ -6806,9 +6806,9 @@ module TencentCloud
6806
6806
 
6807
6807
  # 访问来源信息
6808
6808
  class SourceInfo < TencentCloud::Common::AbstractModel
6809
- # @param Ip: 来源IP
6809
+ # @param Ip: 来源 IP 地址。
6810
6810
  # @type Ip: String
6811
- # @param Conn: 连接数
6811
+ # @param Conn: 客户端连接数量。
6812
6812
  # @type Conn: Integer
6813
6813
  # @param Cmd: 命令
6814
6814
  # @type Cmd: Integer
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-redis
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.625
4
+ version: 3.0.627
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-01 00:00:00.000000000 Z
11
+ date: 2023-08-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common