tencentcloud-sdk-mongodb 1.0.264 → 1.0.265
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/v20190725/models.rb +45 -28
- 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: 0aa4f1fdb3d9889867f303be7f4186f7e0ad822b
|
4
|
+
data.tar.gz: bd4b807255bddeca72040157e62e344037fbd69b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0b01ab150ad8ab43bb4c5cc019eecbc2bdf402f8dcc7e59ac0af5221173a0ad503c9fa926293eac5c06244e466550589be04dee82ff7378169873f9e0f476f43
|
7
|
+
data.tar.gz: 40a9249212d8e60f2d0b8931987f11a2ce204310539e1e941a1b2c997a9cc6dc30edb0652db0e93cd285ed29429b056af002f570577167101ae4231e0a5391f1
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.265
|
data/lib/v20190725/models.rb
CHANGED
@@ -21,7 +21,7 @@ module TencentCloud
|
|
21
21
|
class AssignProjectRequest < TencentCloud::Common::AbstractModel
|
22
22
|
# @param InstanceIds: 实例ID列表,格式如:cmgo-p8vnipr5。与云数据库控制台页面中显示的实例ID相同
|
23
23
|
# @type InstanceIds: Array
|
24
|
-
# @param ProjectId: 项目ID
|
24
|
+
# @param ProjectId: 项目ID,用户已创建项目的唯一ID,非自定义
|
25
25
|
# @type ProjectId: Integer
|
26
26
|
|
27
27
|
attr_accessor :InstanceIds, :ProjectId
|
@@ -95,10 +95,15 @@ module TencentCloud
|
|
95
95
|
# @type TimeSpend: Integer
|
96
96
|
# @param Url: 备份数据下载链接
|
97
97
|
# @type Url: String
|
98
|
+
# @param BackupMethod: 备份文件备份类型,0-逻辑备份,1-物理备份
|
99
|
+
# @type BackupMethod: Integer
|
100
|
+
# @param BackupDesc: 发起备份时指定的备注信息
|
101
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
102
|
+
# @type BackupDesc: String
|
98
103
|
|
99
|
-
attr_accessor :CreateTime, :BackupName, :ReplicaSetId, :BackupSize, :Status, :Percent, :TimeSpend, :Url
|
104
|
+
attr_accessor :CreateTime, :BackupName, :ReplicaSetId, :BackupSize, :Status, :Percent, :TimeSpend, :Url, :BackupMethod, :BackupDesc
|
100
105
|
|
101
|
-
def initialize(createtime=nil, backupname=nil, replicasetid=nil, backupsize=nil, status=nil, percent=nil, timespend=nil, url=nil)
|
106
|
+
def initialize(createtime=nil, backupname=nil, replicasetid=nil, backupsize=nil, status=nil, percent=nil, timespend=nil, url=nil, backupmethod=nil, backupdesc=nil)
|
102
107
|
@CreateTime = createtime
|
103
108
|
@BackupName = backupname
|
104
109
|
@ReplicaSetId = replicasetid
|
@@ -107,6 +112,8 @@ module TencentCloud
|
|
107
112
|
@Percent = percent
|
108
113
|
@TimeSpend = timespend
|
109
114
|
@Url = url
|
115
|
+
@BackupMethod = backupmethod
|
116
|
+
@BackupDesc = backupdesc
|
110
117
|
end
|
111
118
|
|
112
119
|
def deserialize(params)
|
@@ -118,6 +125,8 @@ module TencentCloud
|
|
118
125
|
@Percent = params['Percent']
|
119
126
|
@TimeSpend = params['TimeSpend']
|
120
127
|
@Url = params['Url']
|
128
|
+
@BackupMethod = params['BackupMethod']
|
129
|
+
@BackupDesc = params['BackupDesc']
|
121
130
|
end
|
122
131
|
end
|
123
132
|
|
@@ -818,9 +827,9 @@ module TencentCloud
|
|
818
827
|
# @type InstanceId: String
|
819
828
|
# @param BackupName: 备份文件名,用来过滤指定文件的下载任务
|
820
829
|
# @type BackupName: String
|
821
|
-
# @param StartTime:
|
830
|
+
# @param StartTime: 指定查询时间范围内的任务,StartTime指定开始时间,不填默认不限制开始时间
|
822
831
|
# @type StartTime: String
|
823
|
-
# @param EndTime:
|
832
|
+
# @param EndTime: 指定查询时间范围内的任务,EndTime指定截止时间,不填默认不限制截止时间
|
824
833
|
# @type EndTime: String
|
825
834
|
# @param Limit: 此次查询返回的条数,取值范围为1-100,默认为20
|
826
835
|
# @type Limit: Integer
|
@@ -895,7 +904,7 @@ module TencentCloud
|
|
895
904
|
class DescribeClientConnectionsRequest < TencentCloud::Common::AbstractModel
|
896
905
|
# @param InstanceId: 实例ID,格式如:cmgo-p8vnipr5。与云数据库控制台页面中显示的实例ID相同
|
897
906
|
# @type InstanceId: String
|
898
|
-
# @param Limit:
|
907
|
+
# @param Limit: 单次请求返回的数量,最小值为1,最大值为1000,默认值为1000。
|
899
908
|
# @type Limit: Integer
|
900
909
|
# @param Offset: 偏移量,默认值为0。
|
901
910
|
# @type Offset: Integer
|
@@ -1577,7 +1586,7 @@ module TencentCloud
|
|
1577
1586
|
class InquirePriceCreateDBInstancesRequest < TencentCloud::Common::AbstractModel
|
1578
1587
|
# @param Zone: 实例所属区域名称,格式如:ap-guangzhou-2
|
1579
1588
|
# @type Zone: String
|
1580
|
-
# @param NodeNum:
|
1589
|
+
# @param NodeNum: 每个副本集内节点个数,具体参照查询云数据库的售卖规格返回参数
|
1581
1590
|
# @type NodeNum: Integer
|
1582
1591
|
# @param Memory: 实例内存大小,单位:GB
|
1583
1592
|
# @type Memory: Integer
|
@@ -1585,7 +1594,7 @@ module TencentCloud
|
|
1585
1594
|
# @type Volume: Integer
|
1586
1595
|
# @param MongoVersion: 版本号,具体支持的售卖版本请参照查询云数据库的售卖规格(DescribeSpecInfo)返回结果。参数与版本对应关系是MONGO_3_WT:MongoDB 3.2 WiredTiger存储引擎版本,MONGO_3_ROCKS:MongoDB 3.2 RocksDB存储引擎版本,MONGO_36_WT:MongoDB 3.6 WiredTiger存储引擎版本,MONGO_40_WT:MongoDB 4.0 WiredTiger存储引擎版本
|
1587
1596
|
# @type MongoVersion: String
|
1588
|
-
# @param MachineCode: 机器类型,HIO:高IO型;HIO10G:高IO万兆型;
|
1597
|
+
# @param MachineCode: 机器类型,HIO:高IO型;HIO10G:高IO万兆型;
|
1589
1598
|
# @type MachineCode: String
|
1590
1599
|
# @param GoodsNum: 实例数量, 最小值1,最大值为10
|
1591
1600
|
# @type GoodsNum: Integer
|
@@ -1656,19 +1665,27 @@ module TencentCloud
|
|
1656
1665
|
# @type Memory: Integer
|
1657
1666
|
# @param Volume: 变更配置后实例磁盘大小,单位:GB。
|
1658
1667
|
# @type Volume: Integer
|
1668
|
+
# @param NodeNum: 实例变更后的节点数,取值范围具体参照查询云数据库的售卖规格返回参数。默认为不变更节点数
|
1669
|
+
# @type NodeNum: Integer
|
1670
|
+
# @param ReplicateSetNum: 实例变更后的分片数,取值范围具体参照查询云数据库的售卖规格返回参数。只能增加不能减少,默认为不变更分片数
|
1671
|
+
# @type ReplicateSetNum: Integer
|
1659
1672
|
|
1660
|
-
attr_accessor :InstanceId, :Memory, :Volume
|
1673
|
+
attr_accessor :InstanceId, :Memory, :Volume, :NodeNum, :ReplicateSetNum
|
1661
1674
|
|
1662
|
-
def initialize(instanceid=nil, memory=nil, volume=nil)
|
1675
|
+
def initialize(instanceid=nil, memory=nil, volume=nil, nodenum=nil, replicatesetnum=nil)
|
1663
1676
|
@InstanceId = instanceid
|
1664
1677
|
@Memory = memory
|
1665
1678
|
@Volume = volume
|
1679
|
+
@NodeNum = nodenum
|
1680
|
+
@ReplicateSetNum = replicatesetnum
|
1666
1681
|
end
|
1667
1682
|
|
1668
1683
|
def deserialize(params)
|
1669
1684
|
@InstanceId = params['InstanceId']
|
1670
1685
|
@Memory = params['Memory']
|
1671
1686
|
@Volume = params['Volume']
|
1687
|
+
@NodeNum = params['NodeNum']
|
1688
|
+
@ReplicateSetNum = params['ReplicateSetNum']
|
1672
1689
|
end
|
1673
1690
|
end
|
1674
1691
|
|
@@ -1978,7 +1995,7 @@ module TencentCloud
|
|
1978
1995
|
# @type DefaultValue: String
|
1979
1996
|
# @param EnumValue: 枚举值,所有支持的值
|
1980
1997
|
# @type EnumValue: Array
|
1981
|
-
# @param NeedRestart:
|
1998
|
+
# @param NeedRestart: 是否需要重启生效 1:需要重启后生效;0:无需重启,设置成功即可生效;
|
1982
1999
|
# @type NeedRestart: String
|
1983
2000
|
# @param ParamName: 参数名称
|
1984
2001
|
# @type ParamName: String
|
@@ -1986,7 +2003,7 @@ module TencentCloud
|
|
1986
2003
|
# @type Tips: Array
|
1987
2004
|
# @param ValueType: 参数值类型说明
|
1988
2005
|
# @type ValueType: String
|
1989
|
-
# @param Status:
|
2006
|
+
# @param Status: 是否为运行中参数值 1:运行中参数值;0:非运行中参数值;
|
1990
2007
|
# @type Status: Integer
|
1991
2008
|
|
1992
2009
|
attr_accessor :CurrentValue, :DefaultValue, :EnumValue, :NeedRestart, :ParamName, :Tips, :ValueType, :Status
|
@@ -2024,7 +2041,7 @@ module TencentCloud
|
|
2024
2041
|
# @type Max: String
|
2025
2042
|
# @param Min: 最小值
|
2026
2043
|
# @type Min: String
|
2027
|
-
# @param NeedRestart:
|
2044
|
+
# @param NeedRestart: 是否需要重启生效 1:需要重启后生效;0:无需重启,设置成功即可生效;
|
2028
2045
|
# @type NeedRestart: String
|
2029
2046
|
# @param ParamName: 参数名称
|
2030
2047
|
# @type ParamName: String
|
@@ -2032,9 +2049,9 @@ module TencentCloud
|
|
2032
2049
|
# @type Tips: Array
|
2033
2050
|
# @param ValueType: 参数类型
|
2034
2051
|
# @type ValueType: String
|
2035
|
-
# @param Status:
|
2052
|
+
# @param Status: 是否为运行中参数值 1:运行中参数值;0:非运行中参数值;
|
2036
2053
|
# @type Status: Integer
|
2037
|
-
# @param Unit:
|
2054
|
+
# @param Unit: 冗余字段,可忽略
|
2038
2055
|
# @type Unit: String
|
2039
2056
|
|
2040
2057
|
attr_accessor :CurrentValue, :DefaultValue, :Max, :Min, :NeedRestart, :ParamName, :Tips, :ValueType, :Status, :Unit
|
@@ -2074,15 +2091,15 @@ module TencentCloud
|
|
2074
2091
|
# @type DefaultValue: String
|
2075
2092
|
# @param EnumValue: 指导值范围
|
2076
2093
|
# @type EnumValue: Array
|
2077
|
-
# @param NeedRestart:
|
2094
|
+
# @param NeedRestart: 是否需要重启生效 1:需要重启后生效;0:无需重启,设置成功即可生效;
|
2078
2095
|
# @type NeedRestart: String
|
2079
2096
|
# @param ParamName: 参数名称
|
2080
2097
|
# @type ParamName: String
|
2081
|
-
# @param Status:
|
2098
|
+
# @param Status: 是否为运行中参数值 1:运行中参数值;0:非运行中参数值;
|
2082
2099
|
# @type Status: Integer
|
2083
2100
|
# @param Tips: 参数说明
|
2084
2101
|
# @type Tips: Array
|
2085
|
-
# @param ValueType:
|
2102
|
+
# @param ValueType: 当前值的类型描述,默认为multi
|
2086
2103
|
# @type ValueType: String
|
2087
2104
|
|
2088
2105
|
attr_accessor :CurrentValue, :DefaultValue, :EnumValue, :NeedRestart, :ParamName, :Status, :Tips, :ValueType
|
@@ -2112,21 +2129,21 @@ module TencentCloud
|
|
2112
2129
|
|
2113
2130
|
# 实例可修改参数text类型集合。
|
2114
2131
|
class InstanceTextParam < TencentCloud::Common::AbstractModel
|
2115
|
-
# @param CurrentValue: 当前值
|
2132
|
+
# @param CurrentValue: 当前值
|
2116
2133
|
# @type CurrentValue: String
|
2117
|
-
# @param DefaultValue: 默认值
|
2134
|
+
# @param DefaultValue: 默认值
|
2118
2135
|
# @type DefaultValue: String
|
2119
|
-
# @param NeedRestart: 是否需要重启
|
2136
|
+
# @param NeedRestart: 是否需要重启
|
2120
2137
|
# @type NeedRestart: String
|
2121
|
-
# @param ParamName: 参数名称
|
2138
|
+
# @param ParamName: 参数名称
|
2122
2139
|
# @type ParamName: String
|
2123
|
-
# @param TextValue: text类型值
|
2140
|
+
# @param TextValue: text类型值
|
2124
2141
|
# @type TextValue: String
|
2125
|
-
# @param Tips:
|
2142
|
+
# @param Tips: 参数说明
|
2126
2143
|
# @type Tips: Array
|
2127
|
-
# @param ValueType:
|
2144
|
+
# @param ValueType: 值类型说明
|
2128
2145
|
# @type ValueType: String
|
2129
|
-
# @param Status:
|
2146
|
+
# @param Status: 是否为运行中参数值 1:运行中参数值;0:非运行中参数值;
|
2130
2147
|
# @type Status: String
|
2131
2148
|
|
2132
2149
|
attr_accessor :CurrentValue, :DefaultValue, :NeedRestart, :ParamName, :TextValue, :Tips, :ValueType, :Status
|
@@ -2357,7 +2374,7 @@ module TencentCloud
|
|
2357
2374
|
class RenameInstanceRequest < TencentCloud::Common::AbstractModel
|
2358
2375
|
# @param InstanceId: 实例ID,格式如:cmgo-p8vnipr5。与云数据库控制台页面中显示的实例ID相同
|
2359
2376
|
# @type InstanceId: String
|
2360
|
-
# @param NewName:
|
2377
|
+
# @param NewName: 自定义实例名称,名称只支持长度为60个字符的中文、英文、数字、下划线_、分隔符 -
|
2361
2378
|
# @type NewName: String
|
2362
2379
|
|
2363
2380
|
attr_accessor :InstanceId, :NewName
|
@@ -2450,7 +2467,7 @@ module TencentCloud
|
|
2450
2467
|
# @type InstanceId: String
|
2451
2468
|
# @param UserName: 实例账号名
|
2452
2469
|
# @type UserName: String
|
2453
|
-
# @param Password:
|
2470
|
+
# @param Password: 新密码,新密码长度不能少于8位
|
2454
2471
|
# @type Password: String
|
2455
2472
|
|
2456
2473
|
attr_accessor :InstanceId, :UserName, :Password
|
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: 1.0.
|
4
|
+
version: 1.0.265
|
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-02-
|
11
|
+
date: 2022-02-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|