tencentcloud-sdk-redis 1.0.355 → 1.0.356
Sign up to get free protection for your applications and to get access to all the features.
- 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: c60aed5b02f34f5349d0f0d58aa08414ae7cf67e
|
4
|
+
data.tar.gz: cd1d36b85b16f31028ef90b4f87ab8fd54313347
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 04e9cbafd15c876e9e2334a6311060d765b8e50aa6a40f8898c2f2215a72a72bdaf8d60bc2b3eed6eacf2b58ddab71e2a25071e21f93294148b7163c71df69cf
|
7
|
+
data.tar.gz: da68ed49cf303a69929ec28d1d2e309a331cde37a2994394d500383441ecd30dfd251106c8f69322962e87f0cfada24b1bd0f125deb06170040a1e1ccb73bada
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.356
|
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.356
|
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-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|