tencentcloud-sdk-redis 3.0.836 → 3.0.837
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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20180412/models.rb +23 -12
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 33df45d92cce0cb169f0e6f2b43549799b53ebe8
|
|
4
|
+
data.tar.gz: 590961bda69f2cd047704522521ce34849e37ec0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 78de04aa540e43b78d9e1362d2df1a87c7b2d933c5b3da3ebf3f96b9ecc993b60fcfbcfe089c2438f879d6cbba489a053c50382eaf43a84da76776431659e98b
|
|
7
|
+
data.tar.gz: d64ab59bb23d878515fc5637d3ac87c7e504342c7429b00c3e0a2c5ca4049e6cf0d7f681887d26b6fcd1aa2afdace2793e3d1c5335d56a3d0878b4b7fb9df77e
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.837
|
data/lib/v20180412/models.rb
CHANGED
|
@@ -810,7 +810,7 @@ module TencentCloud
|
|
|
810
810
|
# CreateInstances请求参数结构体
|
|
811
811
|
class CreateInstancesRequest < TencentCloud::Common::AbstractModel
|
|
812
812
|
# @param TypeId: 实例类型。
|
|
813
|
-
# <ul><li>2:Redis 2.8 内存版(标准架构)。</li><li>3:CKV 3.2 内存版(标准架构)。</li><li>4:CKV 3.2 内存版(集群架构)。</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><li>15:Redis 6.2 内存版(标准架构)。</li><li>16:Redis 6.2 内存版(集群架构)。</li></ul>
|
|
813
|
+
# <ul><li>2:Redis 2.8 内存版(标准架构)。</li><li>3:CKV 3.2 内存版(标准架构)。</li><li>4:CKV 3.2 内存版(集群架构)。</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><li>15:Redis 6.2 内存版(标准架构)。</li><li>16:Redis 6.2 内存版(集群架构)。</li><li>17:Redis 7.0 内存版(标准架构)。</li><li>18:Redis 7.0 内存版(集群架构)。</li></ul>
|
|
814
814
|
# @type TypeId: Integer
|
|
815
815
|
# @param MemSize: 内存容量,单位为MB, 数值需为1024的整数倍。具体规格,请通过 [DescribeProductInfo](https://cloud.tencent.com/document/api/239/30600) 接口查询全地域的售卖规格。
|
|
816
816
|
# - **TypeId**为标准架构时,**MemSize**是实例总内存容量;
|
|
@@ -1000,7 +1000,16 @@ module TencentCloud
|
|
|
1000
1000
|
# @type Name: String
|
|
1001
1001
|
# @param Description: 参数模板描述。
|
|
1002
1002
|
# @type Description: String
|
|
1003
|
-
# @param ProductType:
|
|
1003
|
+
# @param ProductType: 产品类型。
|
|
1004
|
+
# - 2:Redis 2.8 内存版(标准架构)。
|
|
1005
|
+
# - 6:Redis 4.0 内存版(标准架构)。
|
|
1006
|
+
# - 7:Redis 4.0 内存版(集群架构)。
|
|
1007
|
+
# - 8:Redis 5.0 内存版(标准架构)。
|
|
1008
|
+
# - 9:Redis 5.0 内存版(集群架构)。
|
|
1009
|
+
# - 15:Redis 6.2 内存版(标准架构)。
|
|
1010
|
+
# - 16:Redis 6.2 内存版(集群架构)。
|
|
1011
|
+
# - 17:Redis 7.0 内存版(标准架构)。
|
|
1012
|
+
# - 18:Redis 7.0 内存版(集群架构)。
|
|
1004
1013
|
# @type ProductType: Integer
|
|
1005
1014
|
# @param TemplateId: 源参数模板 ID。
|
|
1006
1015
|
# @type TemplateId: String
|
|
@@ -4847,16 +4856,18 @@ module TencentCloud
|
|
|
4847
4856
|
# @param SizeUsed: 该字段已废弃。请使用腾讯云可观测平台API 接口 [GetMonitorData](https://cloud.tencent.com/document/product/248/31014) 获取实例已使用的内存容量。
|
|
4848
4857
|
# @type SizeUsed: Float
|
|
4849
4858
|
# @param Type: 实例类型。
|
|
4850
|
-
# - 2:Redis 2.8内存版(标准架构)。
|
|
4851
|
-
# - 3:CKV 3.2内存版(标准架构)。
|
|
4852
|
-
# - 4:CKV 3.2内存版(集群架构)。
|
|
4853
|
-
# - 5:Redis 2.8内存版(单机)。
|
|
4854
|
-
# - 6:Redis 4.0内存版(标准架构)。
|
|
4855
|
-
# - 7:Redis 4.0内存版(集群架构)。
|
|
4856
|
-
# - 8:Redis 5.0内存版(标准架构)。
|
|
4857
|
-
# - 9:Redis 5.0内存版(集群架构)。
|
|
4858
|
-
# - 15:Redis 6.2内存版(标准架构)。
|
|
4859
|
-
# - 16:Redis 6.2内存版(集群架构)。
|
|
4859
|
+
# - 2:Redis 2.8 内存版(标准架构)。
|
|
4860
|
+
# - 3:CKV 3.2 内存版(标准架构)。
|
|
4861
|
+
# - 4:CKV 3.2 内存版(集群架构)。
|
|
4862
|
+
# - 5:Redis 2.8 内存版(单机)。
|
|
4863
|
+
# - 6:Redis 4.0 内存版(标准架构)。
|
|
4864
|
+
# - 7:Redis 4.0 内存版(集群架构)。
|
|
4865
|
+
# - 8:Redis 5.0 内存版(标准架构)。
|
|
4866
|
+
# - 9:Redis 5.0 内存版(集群架构)。
|
|
4867
|
+
# - 15:Redis 6.2 内存版(标准架构)。
|
|
4868
|
+
# - 16:Redis 6.2 内存版(集群架构)。
|
|
4869
|
+
# - 17:Redis 7.0 内存版(标准架构)。
|
|
4870
|
+
# - 18:Redis 7.0 内存版(集群架构)。
|
|
4860
4871
|
# @type Type: Integer
|
|
4861
4872
|
# @param AutoRenewFlag: 实例是否设置自动续费标识。<ul><li>1:设置自动续费。</li><li>0:未设置自动续费。</li></ul>
|
|
4862
4873
|
# @type AutoRenewFlag: Integer
|
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.
|
|
4
|
+
version: 3.0.837
|
|
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-
|
|
11
|
+
date: 2024-06-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|