tencentcloud-sdk-redis 1.0.313 → 1.0.316

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: 1c7c0d8f42ffbb22d83197d6796c845f06b53db3
4
- data.tar.gz: 1d1dfaf385f104c469b0de11d98ae07511aaddd3
3
+ metadata.gz: 3f34cfba6b7229e78d506a84504400f1b3366650
4
+ data.tar.gz: 9e4d5f70292b414c89e322e55672413ab596bfbd
5
5
  SHA512:
6
- metadata.gz: 9d9d8cf5e2384a186cfa683bbb2549d591abf56b7bfd004de463439aa82e9695e3be0350067252407ceb773d94a906180f1a8ff423722c4ab6419ef49f6b065e
7
- data.tar.gz: 7904dd84569dd11fbdcb514bdf8966f03c32fd3bf3b1ebc80ffb80ff31c2273a0c9dff9d87414e771958d1b9f577e9a089c7391dbc2d9894580370698fdbc272
6
+ metadata.gz: 531d38c6fa5cfc7ecf156a6abb7eb1667a13860cfba8ec44abdc99f6fdfaccc8b7128fe0b666930e9a0926a66d0a21e008f19a7050ab5f5db8471b6baf1bc755
7
+ data.tar.gz: e8ff2d0ec0aeadaaae85c572a25bd7ce5fbbd6b97cbe95817395a55f2deba5587f64ab99e392a45eb6993a087b7821e5aa83136349f928848bd0ca67096b57a4
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.313
1
+ 1.0.316
@@ -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.313
4
+ version: 1.0.316
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-16 00:00:00.000000000 Z
11
+ date: 2022-05-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common