tencentcloud-sdk-mongodb 3.0.458 → 3.0.459

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20190725/models.rb +15 -3
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 11bbe5fe6960976008bec76d16c96019d2b44d43
4
- data.tar.gz: bd6e2645be734b75df70ca4c683a4f5b04542202
3
+ metadata.gz: 2ebb01ae94b5ff5a499e1fd1246f9c92a151fb27
4
+ data.tar.gz: 9a10790cdbe1c09d3e4e7872ff6daff8ea7e6fc4
5
5
  SHA512:
6
- metadata.gz: 068100b25d612007269cbf5794a908c4680489d20968bcbfd22c293595c0b958caef1e49a7077a5eea5028dcf45ce4cddfb7dd25edc5d4cbae6065c15e4b13bd
7
- data.tar.gz: 2bef47df8c95b1677d15be3db160f2bcf223bd5d074814116e4ac49e1cf9e262f73d8ef6aeb7a2d938e583bae2c0378f32bf59bc9dae41417250e36e193d7ff8
6
+ metadata.gz: 0e4307a7920954fe5500a8d6cc8d9c95ffd7943c74cf38e115846694888503632b437971fd2bd0af9d82f326548f11fdf238da07fb54aa003f260a4b0d8852ef
7
+ data.tar.gz: c774c92dd300566842228fef662f83e81d69581a99e008d511995e11901e258f0700eda3c4e5ea618a67fdcc2a1eb327574768e59a23a2bfc04b165b396d92f9
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.458
1
+ 3.0.459
@@ -494,7 +494,7 @@ module TencentCloud
494
494
  # @type VpcId: String
495
495
  # @param SubnetId: 私有网络下的子网 ID,如果设置了 UniqVpcId,则 UniqSubnetId 必填,请使用 查询子网列表
496
496
  # @type SubnetId: String
497
- # @param Password: 实例密码,不设置该参数则默认密码规则为 实例ID+"@"+主账户uin。举例实例id为cmgo-higv73ed,uin为100000001,则默认密码为"cmgo-higv73ed@100000001"。密码必须是8-16位字符,且至少包含字母、数字和字符 !@#%^*() 中的两种
497
+ # @param Password: 实例密码,不设置该参数则默认密码规则为 实例ID+"@"+主账户uin。举例实例id为cmgo-higv73ed,uin为100000001,则默认密码为"cmgo-higv73ed@100000001"。 自定义密码格式为8-32个字符长度,至少包含字母、数字和字符(!@#%^*()_)中的两种
498
498
  # @type Password: String
499
499
  # @param Tags: 实例标签信息
500
500
  # @type Tags: Array
@@ -520,10 +520,16 @@ module TencentCloud
520
520
  # @type MongosMemory: Integer
521
521
  # @param MongosNodeNum: mongos 数量,购买MongoDB 4.2 WiredTiger存储引擎版本的分片集群时必须填写,具体支持的售卖版本请参照查询云数据库的售卖规格(DescribeSpecInfo)返回结果。注:为了保障高可用,最低需要购买3个mongos,上限为32个
522
522
  # @type MongosNodeNum: Integer
523
+ # @param ReadonlyNodeNum: 只读节点数量,最大不超过7个
524
+ # @type ReadonlyNodeNum: Integer
525
+ # @param ReadonlyNodeAvailabilityZoneList: 只读节点部署可用区
526
+ # @type ReadonlyNodeAvailabilityZoneList: Array
527
+ # @param HiddenZone: Hidden节点所在的可用区,跨可用区实例必传
528
+ # @type HiddenZone: String
523
529
 
524
- attr_accessor :NodeNum, :Memory, :Volume, :MongoVersion, :GoodsNum, :Zone, :Period, :MachineCode, :ClusterType, :ReplicateSetNum, :ProjectId, :VpcId, :SubnetId, :Password, :Tags, :AutoRenewFlag, :AutoVoucher, :Clone, :Father, :SecurityGroup, :RestoreTime, :InstanceName, :AvailabilityZoneList, :MongosCpu, :MongosMemory, :MongosNodeNum
530
+ attr_accessor :NodeNum, :Memory, :Volume, :MongoVersion, :GoodsNum, :Zone, :Period, :MachineCode, :ClusterType, :ReplicateSetNum, :ProjectId, :VpcId, :SubnetId, :Password, :Tags, :AutoRenewFlag, :AutoVoucher, :Clone, :Father, :SecurityGroup, :RestoreTime, :InstanceName, :AvailabilityZoneList, :MongosCpu, :MongosMemory, :MongosNodeNum, :ReadonlyNodeNum, :ReadonlyNodeAvailabilityZoneList, :HiddenZone
525
531
 
526
- def initialize(nodenum=nil, memory=nil, volume=nil, mongoversion=nil, goodsnum=nil, zone=nil, period=nil, machinecode=nil, clustertype=nil, replicatesetnum=nil, projectid=nil, vpcid=nil, subnetid=nil, password=nil, tags=nil, autorenewflag=nil, autovoucher=nil, clone=nil, father=nil, securitygroup=nil, restoretime=nil, instancename=nil, availabilityzonelist=nil, mongoscpu=nil, mongosmemory=nil, mongosnodenum=nil)
532
+ def initialize(nodenum=nil, memory=nil, volume=nil, mongoversion=nil, goodsnum=nil, zone=nil, period=nil, machinecode=nil, clustertype=nil, replicatesetnum=nil, projectid=nil, vpcid=nil, subnetid=nil, password=nil, tags=nil, autorenewflag=nil, autovoucher=nil, clone=nil, father=nil, securitygroup=nil, restoretime=nil, instancename=nil, availabilityzonelist=nil, mongoscpu=nil, mongosmemory=nil, mongosnodenum=nil, readonlynodenum=nil, readonlynodeavailabilityzonelist=nil, hiddenzone=nil)
527
533
  @NodeNum = nodenum
528
534
  @Memory = memory
529
535
  @Volume = volume
@@ -550,6 +556,9 @@ module TencentCloud
550
556
  @MongosCpu = mongoscpu
551
557
  @MongosMemory = mongosmemory
552
558
  @MongosNodeNum = mongosnodenum
559
+ @ReadonlyNodeNum = readonlynodenum
560
+ @ReadonlyNodeAvailabilityZoneList = readonlynodeavailabilityzonelist
561
+ @HiddenZone = hiddenzone
553
562
  end
554
563
 
555
564
  def deserialize(params)
@@ -586,6 +595,9 @@ module TencentCloud
586
595
  @MongosCpu = params['MongosCpu']
587
596
  @MongosMemory = params['MongosMemory']
588
597
  @MongosNodeNum = params['MongosNodeNum']
598
+ @ReadonlyNodeNum = params['ReadonlyNodeNum']
599
+ @ReadonlyNodeAvailabilityZoneList = params['ReadonlyNodeAvailabilityZoneList']
600
+ @HiddenZone = params['HiddenZone']
589
601
  end
590
602
  end
591
603
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-mongodb
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.458
4
+ version: 3.0.459
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-11-24 00:00:00.000000000 Z
11
+ date: 2022-11-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common