tencentcloud-sdk-redis 3.0.626 → 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: bfebf24af05e682ae4601766e67359f61bd3cb04
4
- data.tar.gz: 52e111d9abed7d767eb7564101da00b80203cf12
3
+ metadata.gz: cc5fde74da13f74fb2c66bf52d1b3c8af7499089
4
+ data.tar.gz: 5e3b427a559f384417c8802944d90d18ee08a52d
5
5
  SHA512:
6
- metadata.gz: 1764c5a711daff4ea0a14063835fa95b8dc43be9e9b95d2bcf2c9a63925a21695ea4ebbc4ac3b4a15c38485ad8b91f3323a91c2cc580b903db782f414b76d1b4
7
- data.tar.gz: 4916b4ebb9ec809e5506bd7129c8c13d978fc2e95d5dc6e274fe304f919bc2a1e6c03d4d4e7161d310f99b7a8072fbc3e5b5fdf8649535a992de0ba5bdf190a5
6
+ metadata.gz: 3f2a678987d5940c5417867092c32dfb4011b10b12d7a195a41b60756c639b6d64346b914721c407032fab7c329c9c2c145c3c3d795294e39ed458af963e79f5
7
+ data.tar.gz: f44b5649e6479adb605140565bb56fc362f39a8a53d363fd816c0e80c9db77d1ae880195c53e53adbf66efba4c703879399b406f6be4f4ea747ceb62e3f330a4
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.626
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.626
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-02 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