tencentcloud-sdk-redis 3.0.427 → 3.0.428

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20180412/models.rb +85 -55
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c9f210665af3c14fc62161e09b247c73949ea8f1
4
- data.tar.gz: a5f1eba41f65311d38ff8e2f32cdda1ca106ef81
3
+ metadata.gz: 2d07f646a1561e8a96b7d3e887edf1ef1f5471eb
4
+ data.tar.gz: 79fb7e09d5b99e7f286a5682006e74b211629a06
5
5
  SHA512:
6
- metadata.gz: c4da23739d6061327c5dd96a9dde655ddec3f26a3cb7a9fe49a3a6c490d4ed93c33674dadce5276cbf629b1e7dacb329d3af7732e80242c8fcabb6b5023c0bdd
7
- data.tar.gz: e6451bc492cbc0451c8421c942a4b4672ad278b99acf4ad6c5e8404a6c9bba2d617cd4b61b8f853ef7a4dcf974fa9c7123045d6a60b254201912868d3526943c
6
+ metadata.gz: 2af0f7fa3268bd1a8ac4cd660bb7764a44c2a6c907f934f73e37d3bcb1baeec4c3c569e733ee60844073448431171ad1635f7718763917ceaaac37289dd1d567
7
+ data.tar.gz: fa3ab38c5d8e3d09833d9e1c1311a16506dc0d3ed78299974b72fa43cab1aecfcaa856e8779ab83d6cacf48cc1e408a30d8a0c16b90a6608eae7328a75133c3e
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.427
1
+ 3.0.428
@@ -4080,124 +4080,142 @@ module TencentCloud
4080
4080
 
4081
4081
  # 实例详细信息列表
4082
4082
  class InstanceSet < TencentCloud::Common::AbstractModel
4083
- # @param InstanceName: 实例名称
4083
+ # @param InstanceName: 实例名称。
4084
4084
  # @type InstanceName: String
4085
- # @param InstanceId: 实例Id
4085
+ # @param InstanceId: 实例Id
4086
4086
  # @type InstanceId: String
4087
- # @param Appid: 用户的Appid
4087
+ # @param Appid: 用户的Appid
4088
4088
  # @type Appid: Integer
4089
- # @param ProjectId: 项目Id
4089
+ # @param ProjectId: 项目Id
4090
4090
  # @type ProjectId: Integer
4091
- # @param RegionId: 地域id 1--广州 4--上海 5-- 中国香港 6--多伦多 7--上海金融 8--北京 9-- 新加坡 11--深圳金融 15--美西(硅谷)16--成都 17--德国 18--韩国 19--重庆 21--印度 22--美东(弗吉尼亚)23--泰国 24--俄罗斯 25--日本
4091
+ # @param RegionId: 地域id 1--广州 4--上海 5-- 中国香港 6--多伦多 7--上海金融 8--北京 9-- 新加坡 11--深圳金融 15--美西(硅谷)16--成都 17--德国 18--韩国 19--重庆 21--印度 22--美东(弗吉尼亚)23--泰国 24--俄罗斯 25--日本
4092
4092
  # @type RegionId: Integer
4093
- # @param ZoneId: 区域id
4093
+ # @param ZoneId: 区域id
4094
4094
  # @type ZoneId: Integer
4095
- # @param VpcId: vpc网络id 如:75101
4095
+ # @param VpcId: vpc网络id,例如75101
4096
4096
  # @type VpcId: Integer
4097
- # @param SubnetId: vpc网络下子网id 如:46315
4097
+ # @param SubnetId: vpc网络下子网id 如:46315
4098
4098
  # @type SubnetId: Integer
4099
- # @param Status: 实例当前状态,0:待初始化;1:实例在流程中;2:实例运行中;-2:实例已隔离;-3:实例待删除
4099
+ # @param Status: 实例当前状态。<ul><li>0:待初始化。</li><li>1:实例在流程中。</li><li>2:实例运行中。</li><li>-2:实例已隔离。</li><li>-3:实例待删除。</li></ul>
4100
4100
  # @type Status: Integer
4101
- # @param WanIp: 实例vip
4101
+ # @param WanIp: 实例vip
4102
4102
  # @type WanIp: String
4103
- # @param Port: 实例端口号
4103
+ # @param Port: 实例端口号。
4104
4104
  # @type Port: Integer
4105
- # @param Createtime: 实例创建时间
4105
+ # @param Createtime: 实例创建时间。
4106
4106
  # @type Createtime: String
4107
- # @param Size: 实例容量大小,单位:MB
4107
+ # @param Size: 实例容量大小,单位:MB
4108
4108
  # @type Size: Float
4109
- # @param SizeUsed: 该字段已废弃
4109
+ # @param SizeUsed: 该字段已废弃。
4110
4110
  # @type SizeUsed: Float
4111
- # @param Type: 实例类型:1Redis2.8内存版(集群架构),2Redis2.8内存版(标准架构),3CKV 3.2内存版(标准架构)4CKV 3.2内存版(集群架构)5Redis2.8内存版(单机),6Redis4.0内存版(标准架构),7Redis4.0内存版(集群架构),8Redis5.0内存版(标准架构),9Redis5.0内存版(集群架构)
4111
+ # @param Type: 实例类型:<ul><li>1Redis2.8内存版(集群架构)。</li><li>2Redis2.8内存版(标准架构)。</li><li>3CKV 3.2内存版(标准架构)。</li><li>4CKV 3.2内存版(集群架构)。</li><li>5Redis2.8内存版(单机)。</li></li><li>6Redis4.0内存版(标准架构)。</li></li><li>7Redis4.0内存版(集群架构)。</li></li><li>8Redis5.0内存版(标准架构)。</li></li><li>9Redis5.0内存版(集群架构)。</li></ul>
4112
4112
  # @type Type: Integer
4113
- # @param AutoRenewFlag: 实例是否设置自动续费标识,1:设置自动续费;0:未设置自动续费
4113
+ # @param AutoRenewFlag: 实例是否设置自动续费标识。<ul><li>1:设置自动续费。</li><li>0:未设置自动续费。</li></ul>
4114
4114
  # @type AutoRenewFlag: Integer
4115
- # @param DeadlineTime: 实例到期时间
4115
+ # @param DeadlineTime: 实例到期时间。
4116
4116
  # @type DeadlineTime: String
4117
- # @param Engine: 引擎:社区版Redis、腾讯云CKV
4117
+ # @param Engine: 引擎:社区版Redis、腾讯云CKV
4118
4118
  # @type Engine: String
4119
- # @param ProductType: 产品类型:standalone – 标准版,cluster – 集群版
4119
+ # @param ProductType: 产品类型。<ul><li>standalone:标准版。</li><li>cluster :集群版。</li></ul>
4120
4120
  # @type ProductType: String
4121
- # @param UniqVpcId: vpc网络id 如:vpc-fk33jsf43kgv
4121
+ # @param UniqVpcId: vpc网络id,例如vpc-fk33jsf43kgv
4122
4122
  # @type UniqVpcId: String
4123
- # @param UniqSubnetId: vpc网络下子网id 如:subnet-fd3j6l35mm0
4123
+ # @param UniqSubnetId: vpc网络下子网id,例如:subnet-fd3j6l35mm0
4124
4124
  # @type UniqSubnetId: String
4125
- # @param BillingMode: 计费模式:0-按量计费,1-包年包月
4125
+ # @param BillingMode: 计费模式。<ul><li>0:按量计费。</li><li>1:包年包月。</li></ul>
4126
4126
  # @type BillingMode: Integer
4127
- # @param InstanceTitle: 实例运行状态描述:如”实例运行中“
4127
+ # @param InstanceTitle: 实例运行状态描述:如”实例运行中“。
4128
4128
  # @type InstanceTitle: String
4129
- # @param OfflineTime: 计划下线时间
4129
+ # @param OfflineTime: 计划下线时间。
4130
4130
  # @type OfflineTime: String
4131
- # @param SubStatus: 流程中的实例,返回子状态
4131
+ # @param SubStatus: 流程中的实例,返回子状态。
4132
4132
  # @type SubStatus: Integer
4133
- # @param Tags: 反亲和性标签
4133
+ # @param Tags: 反亲和性标签。
4134
4134
  # @type Tags: Array
4135
- # @param InstanceNode: 实例节点信息
4135
+ # @param InstanceNode: 实例节点信息。
4136
4136
  # @type InstanceNode: Array
4137
- # @param RedisShardSize: 分片大小
4137
+ # @param RedisShardSize: 分片大小。
4138
4138
  # @type RedisShardSize: Integer
4139
- # @param RedisShardNum: 分片数量
4139
+ # @param RedisShardNum: 分片数量。
4140
4140
  # @type RedisShardNum: Integer
4141
- # @param RedisReplicasNum: 副本数量
4141
+ # @param RedisReplicasNum: 副本数量。
4142
4142
  # @type RedisReplicasNum: Integer
4143
- # @param PriceId: 计费Id
4143
+ # @param PriceId: 计费Id
4144
4144
  # @type PriceId: Integer
4145
- # @param CloseTime: 隔离时间
4145
+ # @param CloseTime: 隔离时间。
4146
4146
  # @type CloseTime: String
4147
- # @param SlaveReadWeight: 从节点读取权重
4147
+ # @param SlaveReadWeight: 从节点读取权重。
4148
4148
  # @type SlaveReadWeight: Integer
4149
- # @param InstanceTags: 实例关联的标签信息
4149
+ # @param InstanceTags: 实例关联的标签信息。
4150
4150
  # 注意:此字段可能返回 null,表示取不到有效值。
4151
4151
  # @type InstanceTags: Array
4152
- # @param ProjectName: 项目名称
4152
+ # @param ProjectName: 项目名称。
4153
4153
  # 注意:此字段可能返回 null,表示取不到有效值。
4154
4154
  # @type ProjectName: String
4155
- # @param NoAuth: 是否为免密实例,true-免密实例;false-非免密实例
4155
+ # @param NoAuth: 是否为免密实例。<ul><li>true:免密实例。</li><li>false:非免密实例。</li></ul>
4156
4156
  # 注意:此字段可能返回 null,表示取不到有效值。
4157
4157
  # @type NoAuth: Boolean
4158
- # @param ClientLimit: 客户端连接数
4158
+ # @param ClientLimit: 客户端连接数。
4159
4159
  # 注意:此字段可能返回 null,表示取不到有效值。
4160
4160
  # @type ClientLimit: Integer
4161
- # @param DtsStatus: DTS状态(内部参数,用户可忽略)
4161
+ # @param DtsStatus: DTS状态(内部参数,用户可忽略)。
4162
4162
  # 注意:此字段可能返回 null,表示取不到有效值。
4163
4163
  # @type DtsStatus: Integer
4164
- # @param NetLimit: 分片带宽上限,单位MB
4164
+ # @param NetLimit: 分片带宽上限,单位MB
4165
4165
  # 注意:此字段可能返回 null,表示取不到有效值。
4166
4166
  # @type NetLimit: Integer
4167
- # @param PasswordFree: 免密实例标识(内部参数,用户可忽略)
4167
+ # @param PasswordFree: 免密实例标识(内部参数,用户可忽略)。
4168
4168
  # 注意:此字段可能返回 null,表示取不到有效值。
4169
4169
  # @type PasswordFree: Integer
4170
- # @param ReadOnly: 实例只读标识(内部参数,用户可忽略)
4171
- # 注意:此字段可能返回 null,表示取不到有效值。
4172
- # @type ReadOnly: Integer
4173
- # @param Vip6: 内部参数,用户可忽略
4170
+ # @param Vip6: 内部参数,用户可忽略。
4174
4171
  # 注意:此字段可能返回 null,表示取不到有效值。
4175
4172
  # @type Vip6: String
4176
- # @param RemainBandwidthDuration: 内部参数,用户可忽略
4173
+ # @param ReadOnly: 实例只读标识(内部参数,用户可忽略)。
4174
+ # 注意:此字段可能返回 null,表示取不到有效值。
4175
+ # @type ReadOnly: Integer
4176
+ # @param RemainBandwidthDuration: 内部参数,用户可忽略。
4177
4177
  # 注意:此字段可能返回 null,表示取不到有效值。
4178
4178
  # @type RemainBandwidthDuration: String
4179
- # @param DiskSize: Tendis实例的磁盘大小
4179
+ # @param DiskSize: Redis实例请忽略该参数。
4180
4180
  # 注意:此字段可能返回 null,表示取不到有效值。
4181
4181
  # @type DiskSize: Integer
4182
- # @param MonitorVersion: 监控版本: 1m-分钟粒度监控,5s-5秒粒度监控
4182
+ # @param MonitorVersion: 监控版本。<ul><li>1m:分钟粒度监控。</li><li>5s5秒粒度监控。</li></ul>
4183
4183
  # 注意:此字段可能返回 null,表示取不到有效值。
4184
4184
  # @type MonitorVersion: String
4185
- # @param ClientLimitMin: 客户端最大连接数可设置的最小值
4185
+ # @param ClientLimitMin: 客户端最大连接数可设置的最小值。
4186
4186
  # 注意:此字段可能返回 null,表示取不到有效值。
4187
4187
  # @type ClientLimitMin: Integer
4188
- # @param ClientLimitMax: 客户端最大连接数可设置的最大值
4188
+ # @param ClientLimitMax: 客户端最大连接数可设置的最大值。
4189
4189
  # 注意:此字段可能返回 null,表示取不到有效值。
4190
4190
  # @type ClientLimitMax: Integer
4191
- # @param NodeSet: 实例的节点详细信息
4191
+ # @param NodeSet: 实例的节点详细信息。
4192
4192
  # 注意:此字段可能返回 null,表示取不到有效值。
4193
4193
  # @type NodeSet: Array
4194
- # @param Region: 实例所在的地域信息,比如ap-guangzhou
4194
+ # @param Region: 实例所在的地域信息,比如ap-guangzhou
4195
4195
  # 注意:此字段可能返回 null,表示取不到有效值。
4196
4196
  # @type Region: String
4197
+ # @param WanAddress: 外网地址。
4198
+ # 注意:此字段可能返回 null,表示取不到有效值。
4199
+ # @type WanAddress: String
4200
+ # @param PolarisServer: 北极星服务地址。
4201
+ # 注意:此字段可能返回 null,表示取不到有效值。
4202
+ # @type PolarisServer: String
4203
+ # @param CurrentProxyVersion: 实例当前Proxy版本。
4204
+ # 注意:此字段可能返回 null,表示取不到有效值。
4205
+ # @type CurrentProxyVersion: String
4206
+ # @param CurrentRedisVersion: 实例当前Cache小版本。
4207
+ # 注意:此字段可能返回 null,表示取不到有效值。
4208
+ # @type CurrentRedisVersion: String
4209
+ # @param UpgradeProxyVersion: 实例可升级Proxy版本。
4210
+ # 注意:此字段可能返回 null,表示取不到有效值。
4211
+ # @type UpgradeProxyVersion: String
4212
+ # @param UpgradeRedisVersion: 实例可升级Cache小版本。
4213
+ # 注意:此字段可能返回 null,表示取不到有效值。
4214
+ # @type UpgradeRedisVersion: String
4197
4215
 
4198
- attr_accessor :InstanceName, :InstanceId, :Appid, :ProjectId, :RegionId, :ZoneId, :VpcId, :SubnetId, :Status, :WanIp, :Port, :Createtime, :Size, :SizeUsed, :Type, :AutoRenewFlag, :DeadlineTime, :Engine, :ProductType, :UniqVpcId, :UniqSubnetId, :BillingMode, :InstanceTitle, :OfflineTime, :SubStatus, :Tags, :InstanceNode, :RedisShardSize, :RedisShardNum, :RedisReplicasNum, :PriceId, :CloseTime, :SlaveReadWeight, :InstanceTags, :ProjectName, :NoAuth, :ClientLimit, :DtsStatus, :NetLimit, :PasswordFree, :ReadOnly, :Vip6, :RemainBandwidthDuration, :DiskSize, :MonitorVersion, :ClientLimitMin, :ClientLimitMax, :NodeSet, :Region
4216
+ attr_accessor :InstanceName, :InstanceId, :Appid, :ProjectId, :RegionId, :ZoneId, :VpcId, :SubnetId, :Status, :WanIp, :Port, :Createtime, :Size, :SizeUsed, :Type, :AutoRenewFlag, :DeadlineTime, :Engine, :ProductType, :UniqVpcId, :UniqSubnetId, :BillingMode, :InstanceTitle, :OfflineTime, :SubStatus, :Tags, :InstanceNode, :RedisShardSize, :RedisShardNum, :RedisReplicasNum, :PriceId, :CloseTime, :SlaveReadWeight, :InstanceTags, :ProjectName, :NoAuth, :ClientLimit, :DtsStatus, :NetLimit, :PasswordFree, :Vip6, :ReadOnly, :RemainBandwidthDuration, :DiskSize, :MonitorVersion, :ClientLimitMin, :ClientLimitMax, :NodeSet, :Region, :WanAddress, :PolarisServer, :CurrentProxyVersion, :CurrentRedisVersion, :UpgradeProxyVersion, :UpgradeRedisVersion
4199
4217
 
4200
- def initialize(instancename=nil, instanceid=nil, appid=nil, projectid=nil, regionid=nil, zoneid=nil, vpcid=nil, subnetid=nil, status=nil, wanip=nil, port=nil, createtime=nil, size=nil, sizeused=nil, type=nil, autorenewflag=nil, deadlinetime=nil, engine=nil, producttype=nil, uniqvpcid=nil, uniqsubnetid=nil, billingmode=nil, instancetitle=nil, offlinetime=nil, substatus=nil, tags=nil, instancenode=nil, redisshardsize=nil, redisshardnum=nil, redisreplicasnum=nil, priceid=nil, closetime=nil, slavereadweight=nil, instancetags=nil, projectname=nil, noauth=nil, clientlimit=nil, dtsstatus=nil, netlimit=nil, passwordfree=nil, readonly=nil, vip6=nil, remainbandwidthduration=nil, disksize=nil, monitorversion=nil, clientlimitmin=nil, clientlimitmax=nil, nodeset=nil, region=nil)
4218
+ def initialize(instancename=nil, instanceid=nil, appid=nil, projectid=nil, regionid=nil, zoneid=nil, vpcid=nil, subnetid=nil, status=nil, wanip=nil, port=nil, createtime=nil, size=nil, sizeused=nil, type=nil, autorenewflag=nil, deadlinetime=nil, engine=nil, producttype=nil, uniqvpcid=nil, uniqsubnetid=nil, billingmode=nil, instancetitle=nil, offlinetime=nil, substatus=nil, tags=nil, instancenode=nil, redisshardsize=nil, redisshardnum=nil, redisreplicasnum=nil, priceid=nil, closetime=nil, slavereadweight=nil, instancetags=nil, projectname=nil, noauth=nil, clientlimit=nil, dtsstatus=nil, netlimit=nil, passwordfree=nil, vip6=nil, readonly=nil, remainbandwidthduration=nil, disksize=nil, monitorversion=nil, clientlimitmin=nil, clientlimitmax=nil, nodeset=nil, region=nil, wanaddress=nil, polarisserver=nil, currentproxyversion=nil, currentredisversion=nil, upgradeproxyversion=nil, upgraderedisversion=nil)
4201
4219
  @InstanceName = instancename
4202
4220
  @InstanceId = instanceid
4203
4221
  @Appid = appid
@@ -4238,8 +4256,8 @@ module TencentCloud
4238
4256
  @DtsStatus = dtsstatus
4239
4257
  @NetLimit = netlimit
4240
4258
  @PasswordFree = passwordfree
4241
- @ReadOnly = readonly
4242
4259
  @Vip6 = vip6
4260
+ @ReadOnly = readonly
4243
4261
  @RemainBandwidthDuration = remainbandwidthduration
4244
4262
  @DiskSize = disksize
4245
4263
  @MonitorVersion = monitorversion
@@ -4247,6 +4265,12 @@ module TencentCloud
4247
4265
  @ClientLimitMax = clientlimitmax
4248
4266
  @NodeSet = nodeset
4249
4267
  @Region = region
4268
+ @WanAddress = wanaddress
4269
+ @PolarisServer = polarisserver
4270
+ @CurrentProxyVersion = currentproxyversion
4271
+ @CurrentRedisVersion = currentredisversion
4272
+ @UpgradeProxyVersion = upgradeproxyversion
4273
+ @UpgradeRedisVersion = upgraderedisversion
4250
4274
  end
4251
4275
 
4252
4276
  def deserialize(params)
@@ -4304,8 +4328,8 @@ module TencentCloud
4304
4328
  @DtsStatus = params['DtsStatus']
4305
4329
  @NetLimit = params['NetLimit']
4306
4330
  @PasswordFree = params['PasswordFree']
4307
- @ReadOnly = params['ReadOnly']
4308
4331
  @Vip6 = params['Vip6']
4332
+ @ReadOnly = params['ReadOnly']
4309
4333
  @RemainBandwidthDuration = params['RemainBandwidthDuration']
4310
4334
  @DiskSize = params['DiskSize']
4311
4335
  @MonitorVersion = params['MonitorVersion']
@@ -4320,6 +4344,12 @@ module TencentCloud
4320
4344
  end
4321
4345
  end
4322
4346
  @Region = params['Region']
4347
+ @WanAddress = params['WanAddress']
4348
+ @PolarisServer = params['PolarisServer']
4349
+ @CurrentProxyVersion = params['CurrentProxyVersion']
4350
+ @CurrentRedisVersion = params['CurrentRedisVersion']
4351
+ @UpgradeProxyVersion = params['UpgradeProxyVersion']
4352
+ @UpgradeRedisVersion = params['UpgradeRedisVersion']
4323
4353
  end
4324
4354
  end
4325
4355
 
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.427
4
+ version: 3.0.428
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-10-13 00:00:00.000000000 Z
11
+ date: 2022-10-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common