tencentcloud-sdk-redis 3.0.549 → 3.0.550

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: f418dd2091d0dfc68b53d76925b5c42d49950c02
4
- data.tar.gz: a18e2502d18e53f8e7337fb5d51f6241e7c04a5b
3
+ metadata.gz: 50df8e0af3330f760e54060f90d9c37a9f1bfa56
4
+ data.tar.gz: 7d560f5a1bdadc1c957d5a675499e61fb28cf709
5
5
  SHA512:
6
- metadata.gz: 001fcce9af889cfc25f9139ce36e698bbe306bf80f7bf682cb48e59a8fc0d05a6e638fd8d9673ca58dc6efaef97940bd6a46b6141d68189a21f635cf8c4a389a
7
- data.tar.gz: 12f5cc3984666ccc4d6089d8b35990e94ff53522f10c4d2f411134afe3fa5637d700fe21951c0bece22dfd25fe6b4dbb486075868ffac13a7b441e15b30c8708
6
+ metadata.gz: 7328098a6562b7b1b340f02d7229a3d58e2d53bc409e9260f6e262262b7f89eb1ec78bae746c81ce975c260b7263f86429ffb0b60267043d23bdafa24913abf0
7
+ data.tar.gz: 7991c9dea5539c71c1c9dd752e0ea2e145d0436902661120b496535f284a162d83e19e254d3c7c62c7613afebcdeda3f6854c486fb69eef7f6f9c7ee20c1afdc
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.549
1
+ 3.0.550
@@ -1085,7 +1085,7 @@ module TencentCloud
1085
1085
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
1086
1086
  end
1087
1087
 
1088
- # 查询参数模板详情。
1088
+ # 本接口(DescribeParamTemplateInfo)用于查询参数模板详情。
1089
1089
 
1090
1090
  # @param request: Request instance for DescribeParamTemplateInfo.
1091
1091
  # @type request: :class:`Tencentcloud::redis::V20180412::DescribeParamTemplateInfoRequest`
@@ -251,11 +251,11 @@ module TencentCloud
251
251
  end
252
252
  end
253
253
 
254
- # 自定义的备份文件下载地址的 VPC 信息。
254
+ # 已配置的备份文件下载地址对应的 VPC 信息。
255
255
  class BackupLimitVpcItem < TencentCloud::Common::AbstractModel
256
- # @param Region: 自定义下载备份文件的VPC 所属地域。
256
+ # @param Region: 备份文件的下载地址对应VPC 所属的地域。
257
257
  # @type Region: String
258
- # @param VpcList: 自定义下载备份文件的 VPC 列表。
258
+ # @param VpcList: 备份文件下载地址的 VPC 列表。
259
259
  # @type VpcList: Array
260
260
 
261
261
  attr_accessor :Region, :VpcList
@@ -2838,7 +2838,7 @@ module TencentCloud
2838
2838
 
2839
2839
  # DescribeParamTemplateInfo请求参数结构体
2840
2840
  class DescribeParamTemplateInfoRequest < TencentCloud::Common::AbstractModel
2841
- # @param TemplateId: 参数模板 ID
2841
+ # @param TemplateId: 指定查询的参数模板 ID。请通过接口[DescribeParamTemplates](https://cloud.tencent.com/document/product/239/58750)获取参数模板列表信息。
2842
2842
  # @type TemplateId: String
2843
2843
 
2844
2844
  attr_accessor :TemplateId
@@ -2854,17 +2854,27 @@ module TencentCloud
2854
2854
 
2855
2855
  # DescribeParamTemplateInfo返回参数结构体
2856
2856
  class DescribeParamTemplateInfoResponse < TencentCloud::Common::AbstractModel
2857
- # @param TotalCount: 实例参数个数
2857
+ # @param TotalCount: 参数模板的参数数量。
2858
2858
  # @type TotalCount: Integer
2859
2859
  # @param TemplateId: 参数模板 ID。
2860
2860
  # @type TemplateId: String
2861
2861
  # @param Name: 参数模板名称。
2862
2862
  # @type Name: String
2863
- # @param ProductType: 产品类型:1 – Redis2.8内存版(集群架构),2 – Redis2.8内存版(标准架构),3 – CKV 3.2内存版(标准架构),4 – CKV 3.2内存版(集群架构),5 – Redis2.8内存版(单机),6 – Redis4.0内存版(标准架构),7 – Redis4.0内存版(集群架构),8 – Redis5.0内存版(标准架构),9 – Redis5.0内存版(集群架构)
2863
+ # @param ProductType: 产品类型。
2864
+ # - 2:Redis 2.8内存版(标准架构)。
2865
+ # - 3:CKV 3.2内存版(标准架构)。
2866
+ # - 4:CKV 3.2内存版(集群架构)。
2867
+ # - 5:Redis 2.8内存版(单机)。
2868
+ # - 6:Redis 4.0内存版(标准架构)。
2869
+ # - 7:Redis 4.0内存版(集群架构)。
2870
+ # - 8:Redis 5.0内存版(标准架构)。
2871
+ # - 9:Redis 5.0内存版(集群架构)。
2872
+ # - 15:Redis 6.2内存版(标准架构)。
2873
+ # - 16:Redis 6.2内存版(集群架构)。
2864
2874
  # @type ProductType: Integer
2865
- # @param Description: 参数模板描述
2875
+ # @param Description: 参数模板描述。
2866
2876
  # @type Description: String
2867
- # @param Items: 参数详情
2877
+ # @param Items: 参数详情。包含:参数的名称,当前运行值,默认值,最大值、最小值、枚举值等信息。
2868
2878
  # @type Items: Array
2869
2879
  # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2870
2880
  # @type RequestId: String
@@ -3764,7 +3774,7 @@ module TencentCloud
3764
3774
 
3765
3775
  # 复制组信息
3766
3776
  class Groups < TencentCloud::Common::AbstractModel
3767
- # @param AppId: 用户AppID
3777
+ # @param AppId: 用户 APPID。APPID是与账号ID有唯一对应关系的应用 ID,部分腾讯云产品会使用此 APPID。
3768
3778
  # @type AppId: Integer
3769
3779
  # @param RegionId: 地域ID 。
3770
3780
  # - 1:广州
@@ -3786,7 +3796,7 @@ module TencentCloud
3786
3796
  # - 24:俄罗斯
3787
3797
  # - 25:日本
3788
3798
  # @type RegionId: Integer
3789
- # @param GroupId: 复制组 ID
3799
+ # @param GroupId: 复制组 ID。格式如:crs-rpl-deind****。
3790
3800
  # @type GroupId: String
3791
3801
  # @param GroupName: 复制组名称。
3792
3802
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -4377,15 +4387,18 @@ module TencentCloud
4377
4387
 
4378
4388
  # 实例参数修改历史
4379
4389
  class InstanceParamHistory < TencentCloud::Common::AbstractModel
4380
- # @param ParamName: 参数名称
4390
+ # @param ParamName: 参数名称。
4381
4391
  # @type ParamName: String
4382
- # @param PreValue: 修改前值
4392
+ # @param PreValue: 参数修改之前的值。
4383
4393
  # @type PreValue: String
4384
- # @param NewValue: 修改后值
4394
+ # @param NewValue: 参数修改之后的值。
4385
4395
  # @type NewValue: String
4386
- # @param Status: 状态:1-参数配置修改中;2-参数配置修改成功;3-参数配置修改失败
4396
+ # @param Status: 参数配置状态。
4397
+ # - 1:参数配置修改中。
4398
+ # - 2:参数配置修改成功。
4399
+ # - 3:参数配置修改失败。
4387
4400
  # @type Status: Integer
4388
- # @param ModifyTime: 修改时间
4401
+ # @param ModifyTime: 修改时间。
4389
4402
  # @type ModifyTime: String
4390
4403
 
4391
4404
  attr_accessor :ParamName, :PreValue, :NewValue, :Status, :ModifyTime
@@ -4409,13 +4422,13 @@ module TencentCloud
4409
4422
 
4410
4423
  # 代理慢查询详情
4411
4424
  class InstanceProxySlowlogDetail < TencentCloud::Common::AbstractModel
4412
- # @param Duration: 慢查询耗时(单位:毫秒)。
4425
+ # @param Duration: 慢查询耗时时长。单位:毫秒。
4413
4426
  # @type Duration: Integer
4414
4427
  # @param Client: 客户端地址。
4415
4428
  # @type Client: String
4416
- # @param Command: 命令。
4429
+ # @param Command: 慢查询的命令。
4417
4430
  # @type Command: String
4418
- # @param CommandLine: 详细命令行信息。
4431
+ # @param CommandLine: 慢查询详细命令行信息。
4419
4432
  # @type CommandLine: String
4420
4433
  # @param ExecuteTime: 执行时间。
4421
4434
  # @type ExecuteTime: String
@@ -4496,7 +4509,17 @@ module TencentCloud
4496
4509
  # @type Size: Float
4497
4510
  # @param SizeUsed: 该字段已废弃。请使用腾讯云可观测平台API 接口 [GetMonitorData](https://cloud.tencent.com/document/product/248/31014) 获取实例已使用的内存容量。
4498
4511
  # @type SizeUsed: Float
4499
- # @param Type: 实例类型:<ul><li>1:Redis2.8内存版(集群架构)。</li><li>2:Redis2.8内存版(标准架构)。</li><li>3:CKV 3.2内存版(标准架构)。</li><li>4:CKV 3.2内存版(集群架构)。</li><li>5:Redis2.8内存版(单机)。</li></li><li>6:Redis4.0内存版(标准架构)。</li></li><li>7:Redis4.0内存版(集群架构)。</li></li><li>8:Redis5.0内存版(标准架构)。</li></li><li>9:Redis5.0内存版(集群架构)。</li></ul>
4512
+ # @param Type: 实例类型。
4513
+ # - 2:Redis 2.8内存版(标准架构)。
4514
+ # - 3:CKV 3.2内存版(标准架构)。
4515
+ # - 4:CKV 3.2内存版(集群架构)。
4516
+ # - 5:Redis 2.8内存版(单机)。
4517
+ # - 6:Redis 4.0内存版(标准架构)。
4518
+ # - 7:Redis 4.0内存版(集群架构)。
4519
+ # - 8:Redis 5.0内存版(标准架构)。
4520
+ # - 9:Redis 5.0内存版(集群架构)。
4521
+ # - 15:Redis 6.2内存版(标准架构)。
4522
+ # - 16:Redis 6.2内存版(集群架构)。
4500
4523
  # @type Type: Integer
4501
4524
  # @param AutoRenewFlag: 实例是否设置自动续费标识。<ul><li>1:设置自动续费。</li><li>0:未设置自动续费。</li></ul>
4502
4525
  # @type AutoRenewFlag: Integer
@@ -4843,7 +4866,7 @@ module TencentCloud
4843
4866
 
4844
4867
  # 复制组实例
4845
4868
  class Instances < TencentCloud::Common::AbstractModel
4846
- # @param AppId: 用户AppID
4869
+ # @param AppId: 用户APPIDAPPID是与账号ID有唯一对应关系的应用 ID,部分腾讯云产品会使用此 APPID。
4847
4870
  # @type AppId: Integer
4848
4871
  # @param InstanceId: 实例 ID。
4849
4872
  # @type InstanceId: String
@@ -4879,7 +4902,17 @@ module TencentCloud
4879
4902
  # @type Status: Integer
4880
4903
  # @param GrocerySysId: 仓库ID。
4881
4904
  # @type GrocerySysId: Integer
4882
- # @param ProductType: 实例类型。<ul><li>1:Redis 2.8 内存版(集群架构)。</li><li>2:Redis 2.8 内存版(标准架构)。</li><li>3:CKV 3.2 内存版(标准架构)。</li><li>4:CKV 3.2 内存版(集群架构)。</li><li>5:Redis 2.8 单机版。</li><li>6:Redis 4.0 内存版(标准架构)。</li><li>7:Redis 4.0 内存版(集群架构)。</li><li>8:Redis 5.0 内存版(标准架构)。</li><li>9:Redis 5.0 内存版(集群架构)。</li></ul>
4905
+ # @param ProductType: 实例类型。
4906
+ # - 2:Redis 2.8内存版(标准架构)。
4907
+ # - 3:CKV 3.2内存版(标准架构)。
4908
+ # - 4:CKV 3.2内存版(集群架构)。
4909
+ # - 5:Redis 2.8内存版(单机)。
4910
+ # - 6:Redis 4.0内存版(标准架构)。
4911
+ # - 7:Redis 4.0内存版(集群架构)。
4912
+ # - 8:Redis 5.0内存版(标准架构)。
4913
+ # - 9:Redis 5.0内存版(集群架构)。
4914
+ # - 15:Redis 6.2内存版(标准架构)。
4915
+ # - 16:Redis 6.2内存版(集群架构)。
4883
4916
  # @type ProductType: Integer
4884
4917
  # @param CreateTime: 实例加入复制组的时间。
4885
4918
  # @type CreateTime: String
@@ -5756,13 +5789,21 @@ module TencentCloud
5756
5789
 
5757
5790
  # 参数模板信息
5758
5791
  class ParamTemplateInfo < TencentCloud::Common::AbstractModel
5759
- # @param TemplateId: 参数模板ID
5792
+ # @param TemplateId: 参数模板 ID
5760
5793
  # @type TemplateId: String
5761
- # @param Name: 参数模板名称
5794
+ # @param Name: 参数模板名称。
5762
5795
  # @type Name: String
5763
- # @param Description: 参数模板描述
5796
+ # @param Description: 参数模板描述。
5764
5797
  # @type Description: String
5765
- # @param ProductType: 产品类型:1 – Redis2.8内存版(集群架构),2 – Redis2.8内存版(标准架构),3 – CKV 3.2内存版(标准架构),4 – CKV 3.2内存版(集群架构),5 – Redis2.8内存版(单机),6 – Redis4.0内存版(标准架构),7 – Redis4.0内存版(集群架构),8 – Redis5.0内存版(标准架构),9 – Redis5.0内存版(集群架构)
5798
+ # @param ProductType: 实例类型。
5799
+ # - 2:Redis 2.8内存版(标准架构)。
5800
+ # - 3:CKV 3.2内存版(标准架构)。
5801
+ # - 4:CKV 3.2内存版(集群架构)。
5802
+ # - 5:Redis 2.8内存版(单机)。
5803
+ # - 6:Redis 4.0内存版(标准架构)。
5804
+ # - 7:Redis 4.0内存版(集群架构)。
5805
+ # - 8:Redis 5.0内存版(标准架构)。
5806
+ # - 9:Redis 5.0内存版(集群架构)。
5766
5807
  # @type ProductType: Integer
5767
5808
 
5768
5809
  attr_accessor :TemplateId, :Name, :Description, :ProductType
@@ -5784,25 +5825,27 @@ module TencentCloud
5784
5825
 
5785
5826
  # Redis参数模板参数详情
5786
5827
  class ParameterDetail < TencentCloud::Common::AbstractModel
5787
- # @param Name: 参数名称
5828
+ # @param Name: 参数名称。
5788
5829
  # @type Name: String
5789
- # @param ParamType: 参数类型
5830
+ # @param ParamType: 参数类型。
5790
5831
  # @type ParamType: String
5791
- # @param Default: 参数默认值
5832
+ # @param Default: 参数默认值。
5792
5833
  # @type Default: String
5793
- # @param Description: 参数描述
5834
+ # @param Description: 参数描述。
5794
5835
  # @type Description: String
5795
- # @param CurrentValue: 参数当前值
5836
+ # @param CurrentValue: 参数当前值。
5796
5837
  # @type CurrentValue: String
5797
- # @param NeedReboot: 修改参数后,是否需要重启数据库以使参数生效。可能的值包括:0-不需要重启;1-需要重启
5838
+ # @param NeedReboot: 修改参数后,是否需要重启数据库以使参数生效。
5839
+ # - 0:不需要重启。
5840
+ # - 1:需要重启。
5798
5841
  # @type NeedReboot: Integer
5799
- # @param Max: 参数允许的最大值
5842
+ # @param Max: 参数允许的最大值。
5800
5843
  # 注意:此字段可能返回 null,表示取不到有效值。
5801
5844
  # @type Max: String
5802
- # @param Min: 参数允许的最小值
5845
+ # @param Min: 参数允许的最小值。
5803
5846
  # 注意:此字段可能返回 null,表示取不到有效值。
5804
5847
  # @type Min: String
5805
- # @param EnumValue: 参数的可选枚举值。如果为非枚举参数,则为空
5848
+ # @param EnumValue: 参数可选枚举值。如果为非枚举参数,则为空。
5806
5849
  # 注意:此字段可能返回 null,表示取不到有效值。
5807
5850
  # @type EnumValue: Array
5808
5851
 
@@ -6008,33 +6051,42 @@ module TencentCloud
6008
6051
 
6009
6052
  # 单个实例信息
6010
6053
  class RedisCommonInstanceList < TencentCloud::Common::AbstractModel
6011
- # @param InstanceName: 实例名称
6054
+ # @param InstanceName: 实例名称。
6012
6055
  # @type InstanceName: String
6013
- # @param InstanceId: 实例id
6056
+ # @param InstanceId: 实例 ID。
6014
6057
  # @type InstanceId: String
6015
- # @param AppId: 用户id
6058
+ # @param AppId: 用户APPID。APPID是与账号ID有唯一对应关系的应用 ID,部分腾讯云产品会使用此 APPID。
6016
6059
  # @type AppId: Integer
6017
- # @param ProjectId: 实例所属项目id
6060
+ # @param ProjectId: 实例所属项目 ID。
6018
6061
  # @type ProjectId: Integer
6019
- # @param Region: 实例接入区域
6062
+ # @param Region: 实例接入区域。
6020
6063
  # @type Region: String
6021
- # @param Zone: 实例接入zone
6064
+ # @param Zone: 实例接入可用区。
6022
6065
  # @type Zone: String
6023
- # @param VpcId: 实例网络id
6066
+ # @param VpcId: 实例私有网络 ID。
6024
6067
  # @type VpcId: String
6025
- # @param SubnetId: 子网id
6068
+ # @param SubnetId: 私有网络所属子网 ID。
6026
6069
  # @type SubnetId: String
6027
- # @param Status: 实例状态信息,1-流程中 ,2-运行中, -2-实例已隔离 ,-3-实例待回收, -4-实例已删除
6070
+ # @param Status: 实例状态信息。
6071
+ # - 1-流程中。
6072
+ # - 2-运行中。
6073
+ # - -2-实例已隔离。
6074
+ # - -3-实例待回收。
6075
+ # - -4-实例已删除。
6028
6076
  # @type Status: String
6029
- # @param Vips: 实例网络ip
6077
+ # @param Vips: 实例私有网络 IP 地址。
6030
6078
  # @type Vips: Array
6031
- # @param Vport: 实例网络端口
6079
+ # @param Vport: 实例网络端口。
6032
6080
  # @type Vport: Integer
6033
- # @param Createtime: 实例创建时间
6081
+ # @param Createtime: 实例创建时间。
6034
6082
  # @type Createtime: String
6035
- # @param PayMode: 计费类型,0-按量计费,1-包年包月
6083
+ # @param PayMode: 计费类型。
6084
+ # - 0:按量计费。
6085
+ # - 1:包年包月。
6036
6086
  # @type PayMode: Integer
6037
- # @param NetType: 网络类型,0-基础网络,1-VPC网络
6087
+ # @param NetType: 网络类型。
6088
+ # - 0:基础网络。
6089
+ # - 1:VPC 网络。
6038
6090
  # @type NetType: Integer
6039
6091
 
6040
6092
  attr_accessor :InstanceName, :InstanceId, :AppId, :ProjectId, :Region, :Zone, :VpcId, :SubnetId, :Status, :Vips, :Vport, :Createtime, :PayMode, :NetType
@@ -6414,9 +6466,9 @@ module TencentCloud
6414
6466
 
6415
6467
  # API购买实例绑定标签
6416
6468
  class ResourceTag < TencentCloud::Common::AbstractModel
6417
- # @param TagKey: 标签key
6469
+ # @param TagKey: 标签Key。
6418
6470
  # @type TagKey: String
6419
- # @param TagValue: 标签value
6471
+ # @param TagValue: 标签 Key 对应的 Value。
6420
6472
  # @type TagValue: String
6421
6473
 
6422
6474
  attr_accessor :TagKey, :TagValue
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.549
4
+ version: 3.0.550
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-12 00:00:00.000000000 Z
11
+ date: 2023-04-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common
@@ -33,9 +33,9 @@ executables: []
33
33
  extensions: []
34
34
  extra_rdoc_files: []
35
35
  files:
36
- - lib/tencentcloud-sdk-redis.rb
37
36
  - lib/v20180412/client.rb
38
37
  - lib/v20180412/models.rb
38
+ - lib/tencentcloud-sdk-redis.rb
39
39
  - lib/VERSION
40
40
  homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
41
41
  licenses: