tencentcloud-sdk-redis 3.0.845 → 3.0.846

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: 9e97fc02fe47dc3f3f0b01dd20c163022b063ec5
4
- data.tar.gz: a615bc563f8d2cbba20629e74004d6bec42d2587
3
+ metadata.gz: 9cf4345894a054fc77d177c0c309adefbc3eee14
4
+ data.tar.gz: aad869d43c367f0a269fae6ba8f472087c9ef822
5
5
  SHA512:
6
- metadata.gz: 071f486de3ccb4d19b2cebca40837bd094c93a2854bbe042e6073646effef39271646c2d2de1b00a598f279eb00c6754639d46d2e75b60952a3598011386195d
7
- data.tar.gz: 6d8a8ca0791e3b43855a00c936121d1377144726ed444feefe69acc9e2b1c3d8916f83c15597f3f8234508de61d3c2df2d1af3889fa23812b734636e49ac230b
6
+ metadata.gz: 0f71cf92b721b96bd3c3cb97e609de16f1eff33ad3f0168b5252b192a4b8e0aebded2e6368eef9a3d5b4b85bb36bd4cc448515dffa573fe804a3bc9016ce9576
7
+ data.tar.gz: c1b18e7b2a20f7ce28c733d81b83a1605d31b34513c9cade8ecee3e13213bb1fd8ca6e9f774102173f3f87808433f499fb4bb76e047801834a3209399b6d4b1f
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.845
1
+ 3.0.846
@@ -1181,7 +1181,7 @@ module TencentCloud
1181
1181
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
1182
1182
  end
1183
1183
 
1184
- # 查询实例维护时间窗,在实例需要进行版本升级或者架构升级的时候,会在维护时间窗时间内进行切换
1184
+ # 本接口(DescribeMaintenanceWindow)用于查询实例维护时间窗。在实例需要进行版本升级或者架构升级的时候,会在维护时间窗时间内进行切换
1185
1185
 
1186
1186
  # @param request: Request instance for DescribeMaintenanceWindow.
1187
1187
  # @type request: :class:`Tencentcloud::redis::V20180412::DescribeMaintenanceWindowRequest`
@@ -1661,7 +1661,7 @@ module TencentCloud
1661
1661
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
1662
1662
  end
1663
1663
 
1664
- # 查询实例续费价格(包年包月)
1664
+ # 本接口(InquiryPriceRenewInstance)用于查询包年包月计费实例的续费价格。
1665
1665
 
1666
1666
  # @param request: Request instance for InquiryPriceRenewInstance.
1667
1667
  # @type request: :class:`Tencentcloud::redis::V20180412::InquiryPriceRenewInstanceRequest`
@@ -3230,7 +3230,7 @@ module TencentCloud
3230
3230
 
3231
3231
  # DescribeMaintenanceWindow请求参数结构体
3232
3232
  class DescribeMaintenanceWindowRequest < TencentCloud::Common::AbstractModel
3233
- # @param InstanceId: 实例ID
3233
+ # @param InstanceId: 指定实例 ID。例如:crs-xjhsdj****。请登录[Redis控制台](https://console.cloud.tencent.com/redis)在实例列表复制实例 ID。
3234
3234
  # @type InstanceId: String
3235
3235
 
3236
3236
  attr_accessor :InstanceId
@@ -3246,9 +3246,12 @@ module TencentCloud
3246
3246
 
3247
3247
  # DescribeMaintenanceWindow返回参数结构体
3248
3248
  class DescribeMaintenanceWindowResponse < TencentCloud::Common::AbstractModel
3249
- # @param StartTime: 维护时间窗起始时间,如:17:00
3249
+ # @param StartTime: 维护时间窗开始时间。取值范围为"00:00-23:00"的任意时间点,如03:24。
3250
3250
  # @type StartTime: String
3251
- # @param EndTime: 维护时间窗结束时间,如:19:00
3251
+ # @param EndTime: 维护时间窗结束时间。
3252
+ # - 取值范围为"00:00-23:00"的任意时间点,如:04:24。
3253
+ # - 维护时间持续时长最小为30分钟,最大为3小时。
3254
+ # - 结束时间务必是基于开始时间向后的时间。
3252
3255
  # @type EndTime: String
3253
3256
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3254
3257
  # @type RequestId: String
@@ -4491,7 +4494,16 @@ module TencentCloud
4491
4494
 
4492
4495
  # InquiryPriceCreateInstance请求参数结构体
4493
4496
  class InquiryPriceCreateInstanceRequest < TencentCloud::Common::AbstractModel
4494
- # @param TypeId: 实例类型:2 – Redis2.8内存版(标准架构),3 – CKV 3.2内存版(标准架构),4 – CKV 3.2内存版(集群架构),6 – Redis4.0内存版(标准架构),7 – Redis4.0内存版(集群架构),8 – Redis5.0内存版(标准架构),9 – Redis5.0内存版(集群架构)。
4497
+ # @param TypeId: 实例类型。
4498
+ # - 2:Redis 2.8 内存版(标准架构)。
4499
+ # - 6:Redis 4.0 内存版(标准架构)。
4500
+ # - 7:Redis 4.0 内存版(集群架构)。
4501
+ # - 8:Redis 5.0 内存版(标准架构)。
4502
+ # - 9:Redis 5.0 内存版(集群架构)。
4503
+ # - 15:Redis 6.2 内存版(标准架构)。
4504
+ # - 16:Redis 6.2 内存版(集群架构)。
4505
+ # - 17:Redis 7.0 内存版(标准架构)。
4506
+ # - 18:Redis 7.0 内存版(集群架构)。
4495
4507
  # @type TypeId: Integer
4496
4508
  # @param MemSize: 内存容量,单位为MB, 数值需为1024的整数倍,具体规格以 [查询产品售卖规格](https://cloud.tencent.com/document/api/239/30600) 返回的规格为准。
4497
4509
  # TypeId为标准架构时,MemSize是实例总内存容量;TypeId为集群架构时,MemSize是单分片内存容量。
@@ -4500,19 +4512,28 @@ module TencentCloud
4500
4512
  # @type GoodsNum: Integer
4501
4513
  # @param Period: 购买时长,在创建包年包月实例的时候需要填写,按量计费实例填1即可,单位:月,取值范围 [1,2,3,4,5,6,7,8,9,10,11,12,24,36]。
4502
4514
  # @type Period: Integer
4503
- # @param BillingMode: 付费方式:0-按量计费,1-包年包月。
4515
+ # @param BillingMode: 付费方式。
4516
+ # - 0:按量计费。
4517
+ # - 1:包年包月。
4504
4518
  # @type BillingMode: Integer
4505
4519
  # @param ZoneId: 实例所属的可用区ID,可参考[地域和可用区](https://cloud.tencent.com/document/product/239/4106) 。
4506
4520
  # @type ZoneId: Integer
4507
- # @param RedisShardNum: 实例分片数量,Redis2.8标准架构、CKV标准架构和Redis2.8单机版、Redis4.0标准架构不需要填写。
4521
+ # @param RedisShardNum: 实例分片数量。
4522
+ # Redis2.8标准架构、CKV标准架构、Redis4.0标准架构无需填写。
4508
4523
  # @type RedisShardNum: Integer
4509
- # @param RedisReplicasNum: 实例副本数量,Redis2.8标准架构、CKV标准架构和Redis2.8单机版不需要填写。
4524
+ # @param RedisReplicasNum: 实例副本数量。
4525
+ # Redis2.8标准架构、CKV标准架构无需填写。
4510
4526
  # @type RedisReplicasNum: Integer
4511
- # @param ReplicasReadonly: 是否支持副本只读,Redis2.8标准架构、CKV标准架构和Redis2.8单机版不需要填写。
4527
+ # @param ReplicasReadonly: 是否支持副本只读。Redis2.8标准架构、CKV标准架构无需填写。
4528
+ # - true:无需支持副本只读。
4529
+ # - false:需支持。
4512
4530
  # @type ReplicasReadonly: Boolean
4513
4531
  # @param ZoneName: 实例所属的可用区名称,可参考[地域和可用区](https://cloud.tencent.com/document/product/239/4106) 。
4514
4532
  # @type ZoneName: String
4515
- # @param ProductVersion: "local"本地盘版,"cloud"云盘版,"cdc"独享集群版,如果不传默认询价为本地盘版本
4533
+ # @param ProductVersion: 部署方式。
4534
+ # - local:本地盘版,默认为 local。
4535
+ # - cloud:云盘版。
4536
+ # - cdc:独享集群版。
4516
4537
  # @type ProductVersion: String
4517
4538
 
4518
4539
  attr_accessor :TypeId, :MemSize, :GoodsNum, :Period, :BillingMode, :ZoneId, :RedisShardNum, :RedisReplicasNum, :ReplicasReadonly, :ZoneName, :ProductVersion
@@ -4569,9 +4590,9 @@ module TencentCloud
4569
4590
 
4570
4591
  # InquiryPriceRenewInstance请求参数结构体
4571
4592
  class InquiryPriceRenewInstanceRequest < TencentCloud::Common::AbstractModel
4572
- # @param Period: 购买时长,单位:月
4593
+ # @param Period: 包年包月实例的购买时长,单位:月。
4573
4594
  # @type Period: Integer
4574
- # @param InstanceId: 实例ID
4595
+ # @param InstanceId: 指定实例 ID。例如:crs-xjhsdj****。请登录[Redis控制台](https://console.cloud.tencent.com/redis)在实例列表复制实例 ID。
4575
4596
  # @type InstanceId: String
4576
4597
 
4577
4598
  attr_accessor :Period, :InstanceId
@@ -4589,7 +4610,7 @@ module TencentCloud
4589
4610
 
4590
4611
  # InquiryPriceRenewInstance返回参数结构体
4591
4612
  class InquiryPriceRenewInstanceResponse < TencentCloud::Common::AbstractModel
4592
- # @param Price: 价格,单位:分
4613
+ # @param Price: 价格,单位:分。
4593
4614
  # 注意:此字段可能返回 null,表示取不到有效值。
4594
4615
  # @type Price: Float
4595
4616
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
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.845
4
+ version: 3.0.846
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-06-17 00:00:00.000000000 Z
11
+ date: 2024-06-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common