tencentcloud-sdk-redis 1.0.313 → 1.0.314
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 +6 -2
- 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: 3531679374583ddc70827fc333b88a6b9cef5c2d
|
4
|
+
data.tar.gz: b05d872f669091cb3852317138ac10c9176e44ea
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7257e07bf7f888a888759f2d9d8543d05fa4b433e98401043ed711bc8cb8ff842b2f616489373a8e4b4951b91e4c114a5b00923cbada6a3a4285a23c90df7bc4
|
7
|
+
data.tar.gz: 82ea0979327fa8c6b55bed36b70befd8f32febcc6170386bb31b8da02b0f2194be06e9e85683b76d56172707c04eb4f76740cf8ec7a760561f71f86b2b295465
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.314
|
data/lib/v20180412/models.rb
CHANGED
@@ -558,10 +558,12 @@ module TencentCloud
|
|
558
558
|
# @type ZoneName: String
|
559
559
|
# @param TemplateId: 创建实例需要应用的参数模板ID,不传则应用默认的参数模板
|
560
560
|
# @type TemplateId: String
|
561
|
+
# @param DryRun: false :默认值,发送正常请求,通过检查后直接创建实例 true:发送检查请求,不会创建实例。
|
562
|
+
# @type DryRun: Boolean
|
561
563
|
|
562
|
-
attr_accessor :TypeId, :MemSize, :GoodsNum, :Period, :BillingMode, :ZoneId, :Password, :VpcId, :SubnetId, :ProjectId, :AutoRenew, :SecurityGroupIdList, :VPort, :RedisShardNum, :RedisReplicasNum, :ReplicasReadonly, :InstanceName, :NoAuth, :NodeSet, :ResourceTags, :ZoneName, :TemplateId
|
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
|
563
565
|
|
564
|
-
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)
|
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)
|
565
567
|
@TypeId = typeid
|
566
568
|
@MemSize = memsize
|
567
569
|
@GoodsNum = goodsnum
|
@@ -584,6 +586,7 @@ module TencentCloud
|
|
584
586
|
@ResourceTags = resourcetags
|
585
587
|
@ZoneName = zonename
|
586
588
|
@TemplateId = templateid
|
589
|
+
@DryRun = dryrun
|
587
590
|
end
|
588
591
|
|
589
592
|
def deserialize(params)
|
@@ -623,6 +626,7 @@ module TencentCloud
|
|
623
626
|
end
|
624
627
|
@ZoneName = params['ZoneName']
|
625
628
|
@TemplateId = params['TemplateId']
|
629
|
+
@DryRun = params['DryRun']
|
626
630
|
end
|
627
631
|
end
|
628
632
|
|
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.314
|
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-05-
|
11
|
+
date: 2022-05-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|