tencentcloud-sdk-redis 1.0.354 → 1.0.357
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 +16 -4
- 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: 4b32f18afb0d3279660b1fdb024a7b93533f58f2
|
|
4
|
+
data.tar.gz: 75ad6473642b06f416bd01b3deb49d5f6c9de335
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 146283de009b638a00240436c822dfbeb3596036e5677fa127b09e14e8e072049d72662ea1e2528cb5cf57546cc06caa20baa52c2b62155af5e9dd915f2deba2
|
|
7
|
+
data.tar.gz: f4b6aa3df93f5827ba8b184f038f7b9a201b520ff43ed8b9b167eecb3f74d75eda4b2019c7a31bc768ed0924a915f139b915089f028f469edd348ac02e36dab8
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.0.
|
|
1
|
+
1.0.357
|
data/lib/v20180412/models.rb
CHANGED
|
@@ -560,10 +560,14 @@ module TencentCloud
|
|
|
560
560
|
# @type TemplateId: String
|
|
561
561
|
# @param DryRun: false :默认值,发送正常请求,通过检查后直接创建实例 true:发送检查请求,不会创建实例。
|
|
562
562
|
# @type DryRun: Boolean
|
|
563
|
+
# @param ProductVersion: "local"本地盘版,"cloud"云盘版,"cdc"独享集群版,如果不传默认发货为本地盘版本
|
|
564
|
+
# @type ProductVersion: String
|
|
565
|
+
# @param RedisClusterId: 独享集群id,ProductVersion="cdc"时必传
|
|
566
|
+
# @type RedisClusterId: String
|
|
563
567
|
|
|
564
|
-
attr_accessor :TypeId, :MemSize, :GoodsNum, :Period, :BillingMode, :ZoneId, :Password, :VpcId, :SubnetId, :ProjectId, :AutoRenew, :SecurityGroupIdList, :VPort, :RedisShardNum, :RedisReplicasNum, :ReplicasReadonly, :InstanceName, :NoAuth, :NodeSet, :ResourceTags, :ZoneName, :TemplateId, :DryRun
|
|
568
|
+
attr_accessor :TypeId, :MemSize, :GoodsNum, :Period, :BillingMode, :ZoneId, :Password, :VpcId, :SubnetId, :ProjectId, :AutoRenew, :SecurityGroupIdList, :VPort, :RedisShardNum, :RedisReplicasNum, :ReplicasReadonly, :InstanceName, :NoAuth, :NodeSet, :ResourceTags, :ZoneName, :TemplateId, :DryRun, :ProductVersion, :RedisClusterId
|
|
565
569
|
|
|
566
|
-
def initialize(typeid=nil, memsize=nil, goodsnum=nil, period=nil, billingmode=nil, zoneid=nil, password=nil, vpcid=nil, subnetid=nil, projectid=nil, autorenew=nil, securitygroupidlist=nil, vport=nil, redisshardnum=nil, redisreplicasnum=nil, replicasreadonly=nil, instancename=nil, noauth=nil, nodeset=nil, resourcetags=nil, zonename=nil, templateid=nil, dryrun=nil)
|
|
570
|
+
def initialize(typeid=nil, memsize=nil, goodsnum=nil, period=nil, billingmode=nil, zoneid=nil, password=nil, vpcid=nil, subnetid=nil, projectid=nil, autorenew=nil, securitygroupidlist=nil, vport=nil, redisshardnum=nil, redisreplicasnum=nil, replicasreadonly=nil, instancename=nil, noauth=nil, nodeset=nil, resourcetags=nil, zonename=nil, templateid=nil, dryrun=nil, productversion=nil, redisclusterid=nil)
|
|
567
571
|
@TypeId = typeid
|
|
568
572
|
@MemSize = memsize
|
|
569
573
|
@GoodsNum = goodsnum
|
|
@@ -587,6 +591,8 @@ module TencentCloud
|
|
|
587
591
|
@ZoneName = zonename
|
|
588
592
|
@TemplateId = templateid
|
|
589
593
|
@DryRun = dryrun
|
|
594
|
+
@ProductVersion = productversion
|
|
595
|
+
@RedisClusterId = redisclusterid
|
|
590
596
|
end
|
|
591
597
|
|
|
592
598
|
def deserialize(params)
|
|
@@ -627,6 +633,8 @@ module TencentCloud
|
|
|
627
633
|
@ZoneName = params['ZoneName']
|
|
628
634
|
@TemplateId = params['TemplateId']
|
|
629
635
|
@DryRun = params['DryRun']
|
|
636
|
+
@ProductVersion = params['ProductVersion']
|
|
637
|
+
@RedisClusterId = params['RedisClusterId']
|
|
630
638
|
end
|
|
631
639
|
end
|
|
632
640
|
|
|
@@ -3406,10 +3414,12 @@ module TencentCloud
|
|
|
3406
3414
|
# @type ReplicasReadonly: Boolean
|
|
3407
3415
|
# @param ZoneName: 实例所属的可用区名称,可参考[地域和可用区](https://cloud.tencent.com/document/product/239/4106) 。
|
|
3408
3416
|
# @type ZoneName: String
|
|
3417
|
+
# @param ProductVersion: "local"本地盘版,"cloud"云盘版,"cdc"独享集群版,如果不传默认询价为本地盘版本
|
|
3418
|
+
# @type ProductVersion: String
|
|
3409
3419
|
|
|
3410
|
-
attr_accessor :TypeId, :MemSize, :GoodsNum, :Period, :BillingMode, :ZoneId, :RedisShardNum, :RedisReplicasNum, :ReplicasReadonly, :ZoneName
|
|
3420
|
+
attr_accessor :TypeId, :MemSize, :GoodsNum, :Period, :BillingMode, :ZoneId, :RedisShardNum, :RedisReplicasNum, :ReplicasReadonly, :ZoneName, :ProductVersion
|
|
3411
3421
|
|
|
3412
|
-
def initialize(typeid=nil, memsize=nil, goodsnum=nil, period=nil, billingmode=nil, zoneid=nil, redisshardnum=nil, redisreplicasnum=nil, replicasreadonly=nil, zonename=nil)
|
|
3422
|
+
def initialize(typeid=nil, memsize=nil, goodsnum=nil, period=nil, billingmode=nil, zoneid=nil, redisshardnum=nil, redisreplicasnum=nil, replicasreadonly=nil, zonename=nil, productversion=nil)
|
|
3413
3423
|
@TypeId = typeid
|
|
3414
3424
|
@MemSize = memsize
|
|
3415
3425
|
@GoodsNum = goodsnum
|
|
@@ -3420,6 +3430,7 @@ module TencentCloud
|
|
|
3420
3430
|
@RedisReplicasNum = redisreplicasnum
|
|
3421
3431
|
@ReplicasReadonly = replicasreadonly
|
|
3422
3432
|
@ZoneName = zonename
|
|
3433
|
+
@ProductVersion = productversion
|
|
3423
3434
|
end
|
|
3424
3435
|
|
|
3425
3436
|
def deserialize(params)
|
|
@@ -3433,6 +3444,7 @@ module TencentCloud
|
|
|
3433
3444
|
@RedisReplicasNum = params['RedisReplicasNum']
|
|
3434
3445
|
@ReplicasReadonly = params['ReplicasReadonly']
|
|
3435
3446
|
@ZoneName = params['ZoneName']
|
|
3447
|
+
@ProductVersion = params['ProductVersion']
|
|
3436
3448
|
end
|
|
3437
3449
|
end
|
|
3438
3450
|
|
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: 1.0.
|
|
4
|
+
version: 1.0.357
|
|
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-07-
|
|
11
|
+
date: 2022-07-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|