tencentcloud-sdk-redis 3.0.571 → 3.0.572

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: 072905c1744f53bb1592c09f83d0b64cab35c3ba
4
- data.tar.gz: 599c93d9967f2c9a5f8624f009314fd9711effc7
3
+ metadata.gz: 5e4ef79e3f382a7e60120ef0e80342ef182a0a1c
4
+ data.tar.gz: 709700c5b9b4e3d7db3e73325cfa62653af38a24
5
5
  SHA512:
6
- metadata.gz: 7098e76869f14473e641267cb399ff2557bc974446c28aa8b3464605be3c9e5a157f5500bf7fd622b711a87546c0efe30ec1e7b526bf866ac2b2eead91707aea
7
- data.tar.gz: 0dcd34f3cb44e86a36b62aa6d40b7bed07d0061a7789149d3bfdcbd54f8efef15224ec39b5075ea284d4a0ce296d3f65b30c893591371fb834e641f9525d0ebc
6
+ metadata.gz: 3f03e3ad3d59a2f291739c710dad7c2c7dee20a60739eb10181d91e4c2dbf4d753bb0ac2c5b4ebaca003732dd777a9fd9808444628ed3ab88a655da6dfa7e405
7
+ data.tar.gz: 80c5bc6055b6dddfa9c7debfb7d1e18e547db7af481477bd727670790cd071d73167acb45f07febbace8fda1604553599906a6ef8d1937c8f180f0447e8024bd
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.571
1
+ 3.0.572
@@ -461,7 +461,7 @@ module TencentCloud
461
461
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
462
462
  end
463
463
 
464
- # 获取备份配置
464
+ # 本接口(DescribeAutoBackupConfig)用于获取自动备份配置规则。
465
465
 
466
466
  # @param request: Request instance for DescribeAutoBackupConfig.
467
467
  # @type request: :class:`Tencentcloud::redis::V20180412::DescribeAutoBackupConfigRequest`
@@ -1218,7 +1218,7 @@ module TencentCloud
1218
1218
 
1219
1219
  # DescribeAutoBackupConfig请求参数结构体
1220
1220
  class DescribeAutoBackupConfigRequest < TencentCloud::Common::AbstractModel
1221
- # @param InstanceId: 实例ID
1221
+ # @param InstanceId: 指定实例 ID。例如:crs-xjhsdj****。请登录[Redis控制台](https://console.cloud.tencent.com/redis)在实例列表复制实例 ID。
1222
1222
  # @type InstanceId: String
1223
1223
 
1224
1224
  attr_accessor :InstanceId
@@ -1234,15 +1234,15 @@ module TencentCloud
1234
1234
 
1235
1235
  # DescribeAutoBackupConfig返回参数结构体
1236
1236
  class DescribeAutoBackupConfigResponse < TencentCloud::Common::AbstractModel
1237
- # @param AutoBackupType: 备份类型。自动备份类型: 1 “定时回档”
1237
+ # @param AutoBackupType: 该参数因兼容性问题暂时保留,请忽略。
1238
1238
  # @type AutoBackupType: Integer
1239
- # @param WeekDays: Monday,Tuesday,Wednesday,Thursday,Friday,Saturday,Sunday。
1239
+ # @param WeekDays: 备份周期,默认为每天自动备份,Monday,Tuesday,Wednesday,Thursday,Friday,Saturday,Sunday。
1240
1240
  # @type WeekDays: Array
1241
- # @param TimePeriod: 时间段。
1241
+ # @param TimePeriod: 备份任务发起时间段。
1242
1242
  # @type TimePeriod: String
1243
- # @param BackupStorageDays: 全量备份文件保存天数
1243
+ # @param BackupStorageDays: 全量备份文件保存天数。默认为7天。如需保存更多天数,请[提交工单](https://console.cloud.tencent.com/workorder/category)申请。
1244
1244
  # @type BackupStorageDays: Integer
1245
- # @param BinlogStorageDays: tendis binlog备份文件保存天数
1245
+ # @param BinlogStorageDays: 该参数不再使用,请忽略。
1246
1246
  # @type BinlogStorageDays: Integer
1247
1247
  # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1248
1248
  # @type RequestId: String
@@ -6081,7 +6081,7 @@ module TencentCloud
6081
6081
  # @param BackupId: 备份任务ID。
6082
6082
  # @type BackupId: String
6083
6083
  # @param BackupType: 备份类型。
6084
- # - 1:凌晨系统发起的备份。
6084
+ # - 1:凌晨系统发起的自动备份。
6085
6085
  # - 0:用户发起的手动备份。
6086
6086
  # @type BackupType: String
6087
6087
  # @param Status: 备份状态。
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.571
4
+ version: 3.0.572
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-05-17 00:00:00.000000000 Z
11
+ date: 2023-05-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common