tencentcloud-sdk-mongodb 3.0.458 → 3.0.460
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/v20190725/models.rb +17 -5
- 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: e98edb33ae5a57564b7942fb9a153e61c4d6bd59
|
|
4
|
+
data.tar.gz: 3a8d1148be671cca86417e0cb234e4bba0522f41
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 026169524262374d18dc576e6df5602f749c0ad3e63087f575502caac16811b0168d7f7dba9de55d440c4982d393c04d3fccf9cf1996ed0c2a8ec3c8a8967e18
|
|
7
|
+
data.tar.gz: 606d2877a36e01c27fa9871d28222b4ce54b4d5818c133f92eddd94cae9e8c4b43e6739487aa3bc60745cd43e4bb737b9e0538734f21e9ca3b8232ad878abb13
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.460
|
data/lib/v20190725/models.rb
CHANGED
|
@@ -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"
|
|
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
|
|
|
@@ -1645,11 +1657,11 @@ module TencentCloud
|
|
|
1645
1657
|
class InquirePriceCreateDBInstancesRequest < TencentCloud::Common::AbstractModel
|
|
1646
1658
|
# @param Zone: 实例所属区域及可用区信息。格式:ap-guangzhou-2。
|
|
1647
1659
|
# @type Zone: String
|
|
1648
|
-
# @param NodeNum: 每个分片的主从节点数量。<br>取值范围:请通过接口<a href="https://cloud.tencent.com/document/product/240/38567">DescribeSpecInfo</a>查询,其返回的数据结构SpecItems中的参数
|
|
1660
|
+
# @param NodeNum: 每个分片的主从节点数量。<br>取值范围:请通过接口<a href="https://cloud.tencent.com/document/product/240/38567">DescribeSpecInfo</a>查询,其返回的数据结构SpecItems中的参数MinNodeNum与MaxNodeNum分别对应其最小值与最大值。</li></ul>
|
|
1649
1661
|
# @type NodeNum: Integer
|
|
1650
1662
|
# @param Memory: 实例内存大小。<ul><li>单位:GB。</li><li>取值范围:请通过接口<a href="https://cloud.tencent.com/document/product/240/38567">DescribeSpecInfo</a>查询,其返回的数据结构SpecItems中的参数CPU与Memory分别对应CPU核数与内存规格。</li></ul>
|
|
1651
1663
|
# @type Memory: Integer
|
|
1652
|
-
# @param Volume: 实例硬盘大小。<ul><li>单位:GB。</li><li>取值范围:请通过接口<a href="https://cloud.tencent.com/document/product/240/38567">DescribeSpecInfo</a>查询,其返回的数据结构SpecItems中的参数
|
|
1664
|
+
# @param Volume: 实例硬盘大小。<ul><li>单位:GB。</li><li>取值范围:请通过接口<a href="https://cloud.tencent.com/document/product/240/38567">DescribeSpecInfo</a>查询,其返回的数据结构SpecItems中的参数MinStorage与MaxStorage分别对应其最小磁盘规格与最大磁盘规格。</br>
|
|
1653
1665
|
# @type Volume: Integer
|
|
1654
1666
|
# @param MongoVersion: 实例版本信息。<ul><li>具体支持的版本,请通过接口<a href="https://cloud.tencent.com/document/product/240/38567">DescribeSpecInfo</a>查询,其返回的数据结构SpecItems中的参数MongoVersionCode为实例所支持的版本信息。</li><li>版本信息与版本号对应关系如下:<ul><li>MONGO_3_WT:MongoDB 3.2 WiredTiger存储引擎版本。</li><li>MONGO_3_ROCKS:MongoDB 3.2 RocksDB存储引擎版本。</li><li>MONGO_36_WT:MongoDB 3.6 WiredTiger存储引擎版本。</li><li>MONGO_40_WT:MongoDB 4.0 WiredTiger存储引擎版本。</li></ul>
|
|
1655
1667
|
# @type MongoVersion: String
|
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.
|
|
4
|
+
version: 3.0.460
|
|
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-
|
|
11
|
+
date: 2022-11-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|