tencentcloud-sdk-redis 3.0.561 → 3.0.563

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: 67599004bc2219efad51277c74209348583330c1
4
- data.tar.gz: 135aaabe1ac2d0e2996338135fee8b2626f3061f
3
+ metadata.gz: 49c3bddb8b70f41e2b782c231179c3b19e663eb3
4
+ data.tar.gz: 0116322fcf99eb5178e177721aafab72db8f6ffe
5
5
  SHA512:
6
- metadata.gz: 567e392aa9427adea517bb1220234ab369271fd6c8e916fddcba9917d3ec62c05575ca036ffe17c32aeebbb21bcb6799ed21dd8bb3323ff75ed342a16bfe37a4
7
- data.tar.gz: 7f741f1f4760889e628454e3f5c790951d46c045ed8668ac3725dd7a943b600dd900b09be49456a28e735b02d7a37af322dfbddfa01974d68f85c4452cc8264b
6
+ metadata.gz: c25666091fe90d632ef6576764b2b700ab9e3250fd1f626c00990bb26e93d0e050ca179e7beac77010b55db8b1a4d06ee318f479dee110952d836431355328e2
7
+ data.tar.gz: a30df38cbe95cc33dfe1bdc5364cd7c4767da4584c96fa848ce9bf538866efc4b633a09fda18dc0fa6df217cad1ae670b9a9d0706ce86759829a023e217f2eb8
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.561
1
+ 3.0.563
@@ -989,7 +989,7 @@ module TencentCloud
989
989
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
990
990
  end
991
991
 
992
- # 获取集群版实例分片信息
992
+ # 本接口(DescribeInstanceShards)用于获取集群架构实例的分片信息。
993
993
 
994
994
  # @param request: Request instance for DescribeInstanceShards.
995
995
  # @type request: :class:`Tencentcloud::redis::V20180412::DescribeInstanceShardsRequest`
@@ -1037,7 +1037,7 @@ module TencentCloud
1037
1037
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
1038
1038
  end
1039
1039
 
1040
- # 查询Redis实例列表
1040
+ # 本接口(DescribeInstances)用于查询Redis实例列表。
1041
1041
 
1042
1042
  # @param request: Request instance for DescribeInstances.
1043
1043
  # @type request: :class:`Tencentcloud::redis::V20180412::DescribeInstancesRequest`
@@ -2569,9 +2569,11 @@ module TencentCloud
2569
2569
 
2570
2570
  # DescribeInstanceShards请求参数结构体
2571
2571
  class DescribeInstanceShardsRequest < TencentCloud::Common::AbstractModel
2572
- # @param InstanceId: 实例ID
2572
+ # @param InstanceId: 指定实例 ID。例如:crs-xjhsdj****。请登录[Redis控制台](https://console.cloud.tencent.com/redis)在实例列表复制实例 ID。
2573
2573
  # @type InstanceId: String
2574
- # @param FilterSlave: 是否过滤掉从节信息
2574
+ # @param FilterSlave: 是否过滤掉从节信息。
2575
+ # - true;过滤从节点。
2576
+ # - false:不过滤。
2575
2577
  # @type FilterSlave: Boolean
2576
2578
 
2577
2579
  attr_accessor :InstanceId, :FilterSlave
@@ -2589,9 +2591,9 @@ module TencentCloud
2589
2591
 
2590
2592
  # DescribeInstanceShards返回参数结构体
2591
2593
  class DescribeInstanceShardsResponse < TencentCloud::Common::AbstractModel
2592
- # @param InstanceShards: 实例分片列表信息
2594
+ # @param InstanceShards: 实例分片列表信息,包括:节点信息、节点ID、Key数量、使用容量、容量倾斜率等信息。
2593
2595
  # @type InstanceShards: Array
2594
- # @param TotalCount: 实例分片节点总数
2596
+ # @param TotalCount: 实例分片节点数量。
2595
2597
  # @type TotalCount: Integer
2596
2598
  # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2597
2599
  # @type RequestId: String
@@ -2669,11 +2671,12 @@ module TencentCloud
2669
2671
  class DescribeInstancesRequest < TencentCloud::Common::AbstractModel
2670
2672
  # @param Limit: 每页输出实例的数量,参数默认值20,最大值为1000。
2671
2673
  # @type Limit: Integer
2672
- # @param Offset: 分页偏移量,取Limit整数倍。
2674
+ # @param Offset: 分页偏移量,取Limit整数倍。计算公式:offset=limit*(页码-1)。
2673
2675
  # @type Offset: Integer
2674
- # @param InstanceId: 实例 ID,如:crs-6ubhgouj
2676
+ # @param InstanceId: 指定实例 ID。例如:crs-xjhsdj****。请登录[Redis控制台](https://console.cloud.tencent.com/redis)在实例列表复制实例 ID
2677
+
2675
2678
  # @type InstanceId: String
2676
- # @param OrderBy: 实例排序依据,枚举值如下所示:<ul><li>projectId:项目ID。</li><li>createtime:实例创建时间。</li><li>instancename:实例名称。</li><li>type:实例类型。</li><li>curDeadline:实例到期时间。</li></ul>
2679
+ # @param OrderBy: 实例列表排序依据,枚举值如下所示:<ul><li>projectId:依据项目ID排序。</li><li>createtime:依据实例创建时间排序。</li><li>instancename:依据实例名称排序。</li><li>type:依据实例类型排序。</li><li>curDeadline:依据实例到期时间排序。</li></ul>
2677
2680
  # @type OrderBy: String
2678
2681
  # @param OrderType: 实例排序方式,默认为倒序排序。<ul><li>1:倒序。</li><li>0:顺序。</li></ul>
2679
2682
  # @type OrderType: Integer
@@ -2699,7 +2702,7 @@ module TencentCloud
2699
2702
  # @type TypeVersion: Integer
2700
2703
  # @param EngineName: 存储引擎信息。可设置为Redis-2.8、Redis-4.0、Redis-5.0、Redis-6.0 或者 CKV。
2701
2704
  # @type EngineName: String
2702
- # @param AutoRenew: 续费模式。<ul><li>0:默认状态(手动续费)。</li><li>1:自动续费。</li><li>2:明确不自动续费。</ul>
2705
+ # @param AutoRenew: 续费模式。<ul><li>0:手动续费。</li><li>1:自动续费。</li><li>2:到期不再续费。</ul>
2703
2706
  # @type AutoRenew: Array
2704
2707
  # @param BillingMode: 计费模式。<ul><li>postpaid:按量计费。</li><li>prepaid:包年包月。</li></ul>
2705
2708
  # @type BillingMode: String
@@ -2715,7 +2718,7 @@ module TencentCloud
2715
2718
  # @type InstanceTags: Array
2716
2719
  # @param TagKeys: 根据标签的 Key 筛选资源,该参数不配置或者数组设置为空值,则不根据标签Key进行过滤。
2717
2720
  # @type TagKeys: Array
2718
- # @param ProductVersions: 实例的产品版本。如果该参数不配置或者数组设置为空值,则默认不依据此参数过滤实例。<ul><li>local:本地盘版。</li><li>cloud:云盘版。</li><li>cdc:独享集群版。</li></ul>
2721
+ # @param ProductVersions: 实例的产品版本。如果该参数不配置或者数组设置为空值,则默认不依据此参数过滤实例。<ul><li>local:本地盘版。</li><li>cdc:独享集群版。</li></ul>
2719
2722
  # @type ProductVersions: Array
2720
2723
  # @param InstanceIds: 批量查询指定的实例 ID,返回结果已 Limit 限制为主。
2721
2724
  # @type InstanceIds: Array
@@ -3325,17 +3328,17 @@ module TencentCloud
3325
3328
 
3326
3329
  # DescribeSlowLog请求参数结构体
3327
3330
  class DescribeSlowLogRequest < TencentCloud::Common::AbstractModel
3328
- # @param InstanceId: 实例Id
3331
+ # @param InstanceId: 指定实例 ID。例如:crs-xjhsdj****。请登录[Redis控制台](https://console.cloud.tencent.com/redis)在实例列表复制实例 ID
3329
3332
  # @type InstanceId: String
3330
- # @param BeginTime: 开始时间。
3333
+ # @param BeginTime: 预查询慢日志的起始时间。
3331
3334
  # @type BeginTime: String
3332
- # @param EndTime: 结束时间。
3335
+ # @param EndTime: 预查询慢日志的结束时间。
3333
3336
  # @type EndTime: String
3334
- # @param MinQueryTime: 慢查询平均执行时间阈值(单位:毫秒)。
3337
+ # @param MinQueryTime: 慢查询平均执行时间阈值,单位:毫秒。
3335
3338
  # @type MinQueryTime: Integer
3336
3339
  # @param Limit: 每个页面展示的慢查询条数,默认值为20。
3337
3340
  # @type Limit: Integer
3338
- # @param Offset: 慢查询条数的偏移量,取Limit整数倍。
3341
+ # @param Offset: 慢查询条数的偏移量,取Limit整数倍。计算公式:offset=limit*(页码-1)。
3339
3342
  # @type Offset: Integer
3340
3343
  # @param Role: 节点所属角色。<ul><li>master:主节点。</li><li>slave:从节点。</li></ul>
3341
3344
  # @type Role: 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.561
4
+ version: 3.0.563
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-04-27 00:00:00.000000000 Z
11
+ date: 2023-05-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common