tencentcloud-sdk-redis 3.0.421 → 3.0.423
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/v20180412/client.rb +1 -1
- data/lib/v20180412/models.rb +14 -10
- 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: 6037fba561feed91ab6b337720bd1570276996d8
|
4
|
+
data.tar.gz: 08dabc1fd366e522a4675e5d3a7ba53fde49ca97
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 49b276886d9617f55bfa84115662ec0992cd084039c076013497be78d42b233005c98c46663adb470661310fef8c9b06515f61721fc9b41c868158a4b788ad47
|
7
|
+
data.tar.gz: ad9a0ea1d8f47c31e2595bbde2fd30b792b0c166bf5f48a00fb050dc66c101e03f24d9819e7c4db4914ab5c16933b8f53aefcd02b37af87fc87d5355dd6fcde1
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.423
|
data/lib/v20180412/client.rb
CHANGED
@@ -1157,7 +1157,7 @@ module TencentCloud
|
|
1157
1157
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
1158
1158
|
end
|
1159
1159
|
|
1160
|
-
#
|
1160
|
+
# 本接口(DescribeSlowLog)查询实例慢查询记录。
|
1161
1161
|
|
1162
1162
|
# @param request: Request instance for DescribeSlowLog.
|
1163
1163
|
# @type request: :class:`Tencentcloud::redis::V20180412::DescribeSlowLogRequest`
|
data/lib/v20180412/models.rb
CHANGED
@@ -2887,28 +2887,31 @@ module TencentCloud
|
|
2887
2887
|
|
2888
2888
|
# DescribeSlowLog请求参数结构体
|
2889
2889
|
class DescribeSlowLogRequest < TencentCloud::Common::AbstractModel
|
2890
|
-
# @param InstanceId: 实例Id
|
2890
|
+
# @param InstanceId: 实例Id。
|
2891
2891
|
# @type InstanceId: String
|
2892
|
-
# @param BeginTime:
|
2892
|
+
# @param BeginTime: 开始时间。
|
2893
2893
|
# @type BeginTime: String
|
2894
|
-
# @param EndTime:
|
2894
|
+
# @param EndTime: 结束时间。
|
2895
2895
|
# @type EndTime: String
|
2896
|
-
# @param MinQueryTime:
|
2896
|
+
# @param MinQueryTime: 慢查询平均执行时间阈值(单位:微秒)。
|
2897
2897
|
# @type MinQueryTime: Integer
|
2898
|
-
# @param Limit:
|
2898
|
+
# @param Limit: 每个页面展示的慢查询条数,默认值为20。
|
2899
2899
|
# @type Limit: Integer
|
2900
|
-
# @param Offset:
|
2900
|
+
# @param Offset: 慢查询条数的偏移量,取Limit整数倍。
|
2901
2901
|
# @type Offset: Integer
|
2902
|
+
# @param Role: 节点所属角色。<ul><li>master:主节点。</li><li>slave:从节点。</li></ul>
|
2903
|
+
# @type Role: String
|
2902
2904
|
|
2903
|
-
attr_accessor :InstanceId, :BeginTime, :EndTime, :MinQueryTime, :Limit, :Offset
|
2905
|
+
attr_accessor :InstanceId, :BeginTime, :EndTime, :MinQueryTime, :Limit, :Offset, :Role
|
2904
2906
|
|
2905
|
-
def initialize(instanceid=nil, begintime=nil, endtime=nil, minquerytime=nil, limit=nil, offset=nil)
|
2907
|
+
def initialize(instanceid=nil, begintime=nil, endtime=nil, minquerytime=nil, limit=nil, offset=nil, role=nil)
|
2906
2908
|
@InstanceId = instanceid
|
2907
2909
|
@BeginTime = begintime
|
2908
2910
|
@EndTime = endtime
|
2909
2911
|
@MinQueryTime = minquerytime
|
2910
2912
|
@Limit = limit
|
2911
2913
|
@Offset = offset
|
2914
|
+
@Role = role
|
2912
2915
|
end
|
2913
2916
|
|
2914
2917
|
def deserialize(params)
|
@@ -2918,14 +2921,15 @@ module TencentCloud
|
|
2918
2921
|
@MinQueryTime = params['MinQueryTime']
|
2919
2922
|
@Limit = params['Limit']
|
2920
2923
|
@Offset = params['Offset']
|
2924
|
+
@Role = params['Role']
|
2921
2925
|
end
|
2922
2926
|
end
|
2923
2927
|
|
2924
2928
|
# DescribeSlowLog返回参数结构体
|
2925
2929
|
class DescribeSlowLogResponse < TencentCloud::Common::AbstractModel
|
2926
|
-
# @param TotalCount:
|
2930
|
+
# @param TotalCount: 慢查询总数。
|
2927
2931
|
# @type TotalCount: Integer
|
2928
|
-
# @param InstanceSlowlogDetail:
|
2932
|
+
# @param InstanceSlowlogDetail: 慢查询详情。
|
2929
2933
|
# @type InstanceSlowlogDetail: Array
|
2930
2934
|
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
2931
2935
|
# @type RequestId: String
|
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.
|
4
|
+
version: 3.0.423
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-09-
|
11
|
+
date: 2022-09-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|