tencentcloud-sdk-redis 3.0.471 → 3.0.472

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: 3deb884ed3d9119bd80b95469da9c94f2c491c91
4
- data.tar.gz: 96f9b35f9642895242a3d213622634282c08a4c0
3
+ metadata.gz: 98381ce0e95fa5882414591f9c6020f79ebfc025
4
+ data.tar.gz: 2f0dc9a9b2c94164b33d883e6dab1dfce9523058
5
5
  SHA512:
6
- metadata.gz: 516463a11b62db57e2553e49e86b5ecb139de1f92439bdd3b072009dd21c33b385b99ee2934c31569f3a1c1338edcf18ffdbcf11820f1e60f6beb241b51631c9
7
- data.tar.gz: f563306c42dc1e7b17bb630a0def3bc16604f13c9912be39593c1fa120eecedabf6b79307a939bec8cf7abe236c446b2a2d05bcf252fe6b08b9b0e0b37f1b9f2
6
+ metadata.gz: d3efc1512c18bcc556898419128a3ae6143f160b8a962b9e8d7ffdfdba81da4640ec17969f799bea5083096d0ab4a33f3d7b8c6f5ac6d44cd4ad4ba2e4991444
7
+ data.tar.gz: 8b2850a3a7eebda22284d1d6b7d64ae17aa85110cec168eb447b973e5dac7dec7dbd158bbd6e614734e0e4119cd3d18718763745565db1b98786c62eab0e9643
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.471
1
+ 3.0.472
@@ -4110,7 +4110,7 @@ module TencentCloud
4110
4110
  # @type Createtime: String
4111
4111
  # @param Size: 实例容量大小,单位:MB。
4112
4112
  # @type Size: Float
4113
- # @param SizeUsed: 该字段已废弃。
4113
+ # @param SizeUsed: 该字段已废弃。可使用云监控 API 接口 [GetMonitorData](https://cloud.tencent.com/document/product/248/31014) 获取实例已使用的内容容量。
4114
4114
  # @type SizeUsed: Float
4115
4115
  # @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>
4116
4116
  # @type Type: Integer
@@ -5605,15 +5605,15 @@ module TencentCloud
5605
5605
  end
5606
5606
  end
5607
5607
 
5608
- # 描述Redis实例的主节点或者副本节点信息
5608
+ # 描述 Redis 实例的主节点或者副本节点信息。
5609
5609
  class RedisNodeInfo < TencentCloud::Common::AbstractModel
5610
- # @param NodeType: 节点类型,0 为主节点,1 为副本节点
5610
+ # @param NodeType: 节点类型。<ul><li>0:为主节点。</li><li>1:为副本节点。</li></ul>
5611
5611
  # @type NodeType: Integer
5612
- # @param NodeId: 主节点或者副本节点的ID,创建时不需要传递此参数。
5612
+ # @param NodeId: 主节点或者副本节点的 ID。<ul><li>该参数用于创建 Redis 实例接口[CreateInstances](https://cloud.tencent.com/document/product/239/20026) 并不需要设置,而用于变更实例配置的接口 [UpgradeInstance](https://cloud.tencent.com/document/product/239/20013) 则需要设置。</li><li>该参数可使用接口 [DescribeInstances](https://cloud.tencent.com/document/product/239/20018) 获取Integer类型的节点 ID。</li></ul>
5613
5613
  # @type NodeId: Integer
5614
- # @param ZoneId: 主节点或者副本节点的可用区ID
5614
+ # @param ZoneId: 主节点或者副本节点的可用区 ID
5615
5615
  # @type ZoneId: Integer
5616
- # @param ZoneName: 主节点或者副本节点的可用区名称
5616
+ # @param ZoneName: 主节点或者副本节点的可用区名称。
5617
5617
  # @type ZoneName: String
5618
5618
 
5619
5619
  attr_accessor :NodeType, :NodeId, :ZoneId, :ZoneName
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.471
4
+ version: 3.0.472
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-12-12 00:00:00.000000000 Z
11
+ date: 2022-12-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common