tencentcloud-sdk-mongodb 3.0.513 → 3.0.514
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/tencentcloud-sdk-mongodb.rb +3 -3
- data/lib/v20190725/models.rb +75 -35
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2443568be328e0dcaee931fa3c6b13b16c0c32c4
|
4
|
+
data.tar.gz: ddab30c13a4f9c157e51ccabcfc59cee6e6b05c3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a761d7c267547e985091171a35fa854a287231cb19a9a693363a16f56c4d878fc5cfc9de97636dbb754e13feeea2faec23efaac83d84d37945d5765ebe108887
|
7
|
+
data.tar.gz: bd9c1b1c559bfc42d5f8019de8cab7c52dce7a534e4471417100830b719896c5ad891c7ea77c7c16b7f9c41457d249953e18a4d932cfff7c568b919d93b1f7be
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.514
|
@@ -2,12 +2,12 @@
|
|
2
2
|
|
3
3
|
require 'tencentcloud-sdk-common'
|
4
4
|
|
5
|
-
require_relative 'v20180408/client'
|
6
|
-
require_relative 'v20180408/models'
|
7
|
-
|
8
5
|
require_relative 'v20190725/client'
|
9
6
|
require_relative 'v20190725/models'
|
10
7
|
|
8
|
+
require_relative 'v20180408/client'
|
9
|
+
require_relative 'v20180408/models'
|
10
|
+
|
11
11
|
module TencentCloud
|
12
12
|
module Mongodb
|
13
13
|
end
|
data/lib/v20190725/models.rb
CHANGED
@@ -1949,75 +1949,75 @@ module TencentCloud
|
|
1949
1949
|
|
1950
1950
|
# 实例详情
|
1951
1951
|
class InstanceDetail < TencentCloud::Common::AbstractModel
|
1952
|
-
# @param InstanceId: 实例ID
|
1952
|
+
# @param InstanceId: 实例ID。
|
1953
1953
|
# @type InstanceId: String
|
1954
|
-
# @param InstanceName:
|
1954
|
+
# @param InstanceName: 实例名称。
|
1955
1955
|
# @type InstanceName: String
|
1956
1956
|
# @param PayMode: 付费类型,可能的返回值:1-包年包月;0-按量计费
|
1957
1957
|
# @type PayMode: Integer
|
1958
|
-
# @param ProjectId: 项目ID
|
1958
|
+
# @param ProjectId: 项目ID。
|
1959
1959
|
# @type ProjectId: Integer
|
1960
|
-
# @param ClusterType: 集群类型,可能的返回值:0-副本集实例,1
|
1960
|
+
# @param ClusterType: 集群类型,可能的返回值:0-副本集实例,1-分片实例。
|
1961
1961
|
# @type ClusterType: Integer
|
1962
|
-
# @param Region:
|
1962
|
+
# @param Region: 地域信息。
|
1963
1963
|
# @type Region: String
|
1964
|
-
# @param Zone:
|
1964
|
+
# @param Zone: 可用区信息。
|
1965
1965
|
# @type Zone: String
|
1966
1966
|
# @param NetType: 网络类型,可能的返回值:0-基础网络,1-私有网络
|
1967
1967
|
# @type NetType: Integer
|
1968
|
-
# @param VpcId: 私有网络的ID
|
1968
|
+
# @param VpcId: 私有网络的ID。
|
1969
1969
|
# @type VpcId: String
|
1970
|
-
# @param SubnetId: 私有网络的子网ID
|
1970
|
+
# @param SubnetId: 私有网络的子网ID。
|
1971
1971
|
# @type SubnetId: String
|
1972
|
-
# @param Status: 实例状态,可能的返回值:0-待初始化,1-流程处理中,2-运行中,-2
|
1972
|
+
# @param Status: 实例状态,可能的返回值:0-待初始化,1-流程处理中,2-运行中,-2-实例已过期。
|
1973
1973
|
# @type Status: Integer
|
1974
|
-
# @param Vip: 实例IP
|
1974
|
+
# @param Vip: 实例IP。
|
1975
1975
|
# @type Vip: String
|
1976
|
-
# @param Vport:
|
1976
|
+
# @param Vport: 端口号。
|
1977
1977
|
# @type Vport: Integer
|
1978
|
-
# @param CreateTime:
|
1978
|
+
# @param CreateTime: 实例创建时间。
|
1979
1979
|
# @type CreateTime: String
|
1980
|
-
# @param DeadLine:
|
1980
|
+
# @param DeadLine: 实例到期时间。
|
1981
1981
|
# @type DeadLine: String
|
1982
|
-
# @param MongoVersion:
|
1982
|
+
# @param MongoVersion: 实例版本信息。
|
1983
1983
|
# @type MongoVersion: String
|
1984
|
-
# @param Memory: 实例内存规格,单位为MB
|
1984
|
+
# @param Memory: 实例内存规格,单位为MB。
|
1985
1985
|
# @type Memory: Integer
|
1986
|
-
# @param Volume: 实例磁盘规格,单位为MB
|
1986
|
+
# @param Volume: 实例磁盘规格,单位为MB。
|
1987
1987
|
# @type Volume: Integer
|
1988
|
-
# @param CpuNum: 实例CPU
|
1988
|
+
# @param CpuNum: 实例CPU核心数。
|
1989
1989
|
# @type CpuNum: Integer
|
1990
|
-
# @param MachineType:
|
1990
|
+
# @param MachineType: 实例机器类型。
|
1991
1991
|
# @type MachineType: String
|
1992
|
-
# @param SecondaryNum:
|
1992
|
+
# @param SecondaryNum: 实例从节点数。
|
1993
1993
|
# @type SecondaryNum: Integer
|
1994
|
-
# @param ReplicationSetNum:
|
1994
|
+
# @param ReplicationSetNum: 实例分片数。
|
1995
1995
|
# @type ReplicationSetNum: Integer
|
1996
|
-
# @param AutoRenewFlag: 实例自动续费标志,可能的返回值:0-手动续费,1-自动续费,2
|
1996
|
+
# @param AutoRenewFlag: 实例自动续费标志,可能的返回值:0-手动续费,1-自动续费,2-确认不续费。
|
1997
1997
|
# @type AutoRenewFlag: Integer
|
1998
|
-
# @param UsedVolume: 已用容量,单位MB
|
1998
|
+
# @param UsedVolume: 已用容量,单位MB。
|
1999
1999
|
# @type UsedVolume: Integer
|
2000
|
-
# @param MaintenanceStart:
|
2000
|
+
# @param MaintenanceStart: 维护窗口起始时间。
|
2001
2001
|
# @type MaintenanceStart: String
|
2002
|
-
# @param MaintenanceEnd:
|
2002
|
+
# @param MaintenanceEnd: 维护窗口结束时间。
|
2003
2003
|
# @type MaintenanceEnd: String
|
2004
|
-
# @param ReplicaSets:
|
2004
|
+
# @param ReplicaSets: 分片信息。
|
2005
2005
|
# @type ReplicaSets: Array
|
2006
|
-
# @param ReadonlyInstances:
|
2006
|
+
# @param ReadonlyInstances: 只读实例信息。
|
2007
2007
|
# @type ReadonlyInstances: Array
|
2008
|
-
# @param StandbyInstances:
|
2008
|
+
# @param StandbyInstances: 灾备实例信息。
|
2009
2009
|
# @type StandbyInstances: Array
|
2010
|
-
# @param CloneInstances:
|
2010
|
+
# @param CloneInstances: 临时实例信息。
|
2011
2011
|
# @type CloneInstances: Array
|
2012
|
-
# @param RelatedInstance:
|
2012
|
+
# @param RelatedInstance: 关联实例信息,对于正式实例,该字段表示它的临时实例信息;对于临时实例,则表示它的正式实例信息;如果为只读/灾备实例,则表示他的主实例信息。
|
2013
2013
|
# @type RelatedInstance: :class:`Tencentcloud::Mongodb.v20190725.models.DBInstanceInfo`
|
2014
|
-
# @param Tags:
|
2014
|
+
# @param Tags: 实例标签信息集合。
|
2015
2015
|
# @type Tags: Array
|
2016
|
-
# @param InstanceVer:
|
2016
|
+
# @param InstanceVer: 实例版本标记。
|
2017
2017
|
# @type InstanceVer: Integer
|
2018
|
-
# @param ClusterVer:
|
2018
|
+
# @param ClusterVer: 实例版本标记。
|
2019
2019
|
# @type ClusterVer: Integer
|
2020
|
-
# @param Protocol: 协议信息,可能的返回值:1-mongodb,2-dynamodb
|
2020
|
+
# @param Protocol: 协议信息,可能的返回值:1-mongodb,2-dynamodb。
|
2021
2021
|
# @type Protocol: Integer
|
2022
2022
|
# @param InstanceType: 实例类型,可能的返回值,1-正式实例,2-临时实例,3-只读实例,4-灾备实例
|
2023
2023
|
# @type InstanceType: Integer
|
@@ -2025,10 +2025,34 @@ module TencentCloud
|
|
2025
2025
|
# @type InstanceStatusDesc: String
|
2026
2026
|
# @param RealInstanceId: 实例对应的物理实例id,回档并替换过的实例有不同的InstanceId和RealInstanceId,从barad获取监控数据等场景下需要用物理id获取
|
2027
2027
|
# @type RealInstanceId: String
|
2028
|
+
# @param MongosNodeNum: mongos节点个数。
|
2029
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
2030
|
+
# @type MongosNodeNum: Integer
|
2031
|
+
# @param MongosMemory: mongos节点内存。
|
2032
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
2033
|
+
# @type MongosMemory: Integer
|
2034
|
+
# @param MongosCpuNum: mongos节点CPU核数。
|
2035
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
2036
|
+
# @type MongosCpuNum: Integer
|
2037
|
+
# @param ConfigServerNodeNum: Config Server节点个数。
|
2038
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
2039
|
+
# @type ConfigServerNodeNum: Integer
|
2040
|
+
# @param ConfigServerMemory: Config Server节点内存。
|
2041
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
2042
|
+
# @type ConfigServerMemory: Integer
|
2043
|
+
# @param ConfigServerVolume: Config Server节点磁盘大小。
|
2044
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
2045
|
+
# @type ConfigServerVolume: Integer
|
2046
|
+
# @param ConfigServerCpuNum: Config Server节点CPU核数。
|
2047
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
2048
|
+
# @type ConfigServerCpuNum: Integer
|
2049
|
+
# @param ReadonlyNodeNum: readonly节点个数。
|
2050
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
2051
|
+
# @type ReadonlyNodeNum: Integer
|
2028
2052
|
|
2029
|
-
attr_accessor :InstanceId, :InstanceName, :PayMode, :ProjectId, :ClusterType, :Region, :Zone, :NetType, :VpcId, :SubnetId, :Status, :Vip, :Vport, :CreateTime, :DeadLine, :MongoVersion, :Memory, :Volume, :CpuNum, :MachineType, :SecondaryNum, :ReplicationSetNum, :AutoRenewFlag, :UsedVolume, :MaintenanceStart, :MaintenanceEnd, :ReplicaSets, :ReadonlyInstances, :StandbyInstances, :CloneInstances, :RelatedInstance, :Tags, :InstanceVer, :ClusterVer, :Protocol, :InstanceType, :InstanceStatusDesc, :RealInstanceId
|
2053
|
+
attr_accessor :InstanceId, :InstanceName, :PayMode, :ProjectId, :ClusterType, :Region, :Zone, :NetType, :VpcId, :SubnetId, :Status, :Vip, :Vport, :CreateTime, :DeadLine, :MongoVersion, :Memory, :Volume, :CpuNum, :MachineType, :SecondaryNum, :ReplicationSetNum, :AutoRenewFlag, :UsedVolume, :MaintenanceStart, :MaintenanceEnd, :ReplicaSets, :ReadonlyInstances, :StandbyInstances, :CloneInstances, :RelatedInstance, :Tags, :InstanceVer, :ClusterVer, :Protocol, :InstanceType, :InstanceStatusDesc, :RealInstanceId, :MongosNodeNum, :MongosMemory, :MongosCpuNum, :ConfigServerNodeNum, :ConfigServerMemory, :ConfigServerVolume, :ConfigServerCpuNum, :ReadonlyNodeNum
|
2030
2054
|
|
2031
|
-
def initialize(instanceid=nil, instancename=nil, paymode=nil, projectid=nil, clustertype=nil, region=nil, zone=nil, nettype=nil, vpcid=nil, subnetid=nil, status=nil, vip=nil, vport=nil, createtime=nil, deadline=nil, mongoversion=nil, memory=nil, volume=nil, cpunum=nil, machinetype=nil, secondarynum=nil, replicationsetnum=nil, autorenewflag=nil, usedvolume=nil, maintenancestart=nil, maintenanceend=nil, replicasets=nil, readonlyinstances=nil, standbyinstances=nil, cloneinstances=nil, relatedinstance=nil, tags=nil, instancever=nil, clusterver=nil, protocol=nil, instancetype=nil, instancestatusdesc=nil, realinstanceid=nil)
|
2055
|
+
def initialize(instanceid=nil, instancename=nil, paymode=nil, projectid=nil, clustertype=nil, region=nil, zone=nil, nettype=nil, vpcid=nil, subnetid=nil, status=nil, vip=nil, vport=nil, createtime=nil, deadline=nil, mongoversion=nil, memory=nil, volume=nil, cpunum=nil, machinetype=nil, secondarynum=nil, replicationsetnum=nil, autorenewflag=nil, usedvolume=nil, maintenancestart=nil, maintenanceend=nil, replicasets=nil, readonlyinstances=nil, standbyinstances=nil, cloneinstances=nil, relatedinstance=nil, tags=nil, instancever=nil, clusterver=nil, protocol=nil, instancetype=nil, instancestatusdesc=nil, realinstanceid=nil, mongosnodenum=nil, mongosmemory=nil, mongoscpunum=nil, configservernodenum=nil, configservermemory=nil, configservervolume=nil, configservercpunum=nil, readonlynodenum=nil)
|
2032
2056
|
@InstanceId = instanceid
|
2033
2057
|
@InstanceName = instancename
|
2034
2058
|
@PayMode = paymode
|
@@ -2067,6 +2091,14 @@ module TencentCloud
|
|
2067
2091
|
@InstanceType = instancetype
|
2068
2092
|
@InstanceStatusDesc = instancestatusdesc
|
2069
2093
|
@RealInstanceId = realinstanceid
|
2094
|
+
@MongosNodeNum = mongosnodenum
|
2095
|
+
@MongosMemory = mongosmemory
|
2096
|
+
@MongosCpuNum = mongoscpunum
|
2097
|
+
@ConfigServerNodeNum = configservernodenum
|
2098
|
+
@ConfigServerMemory = configservermemory
|
2099
|
+
@ConfigServerVolume = configservervolume
|
2100
|
+
@ConfigServerCpuNum = configservercpunum
|
2101
|
+
@ReadonlyNodeNum = readonlynodenum
|
2070
2102
|
end
|
2071
2103
|
|
2072
2104
|
def deserialize(params)
|
@@ -2146,6 +2178,14 @@ module TencentCloud
|
|
2146
2178
|
@InstanceType = params['InstanceType']
|
2147
2179
|
@InstanceStatusDesc = params['InstanceStatusDesc']
|
2148
2180
|
@RealInstanceId = params['RealInstanceId']
|
2181
|
+
@MongosNodeNum = params['MongosNodeNum']
|
2182
|
+
@MongosMemory = params['MongosMemory']
|
2183
|
+
@MongosCpuNum = params['MongosCpuNum']
|
2184
|
+
@ConfigServerNodeNum = params['ConfigServerNodeNum']
|
2185
|
+
@ConfigServerMemory = params['ConfigServerMemory']
|
2186
|
+
@ConfigServerVolume = params['ConfigServerVolume']
|
2187
|
+
@ConfigServerCpuNum = params['ConfigServerCpuNum']
|
2188
|
+
@ReadonlyNodeNum = params['ReadonlyNodeNum']
|
2149
2189
|
end
|
2150
2190
|
end
|
2151
2191
|
|
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.514
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-02-
|
11
|
+
date: 2023-02-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|
@@ -33,11 +33,11 @@ executables: []
|
|
33
33
|
extensions: []
|
34
34
|
extra_rdoc_files: []
|
35
35
|
files:
|
36
|
-
- lib/v20180408/client.rb
|
37
|
-
- lib/v20180408/models.rb
|
38
|
-
- lib/v20190725/client.rb
|
39
36
|
- lib/v20190725/models.rb
|
37
|
+
- lib/v20190725/client.rb
|
40
38
|
- lib/tencentcloud-sdk-mongodb.rb
|
39
|
+
- lib/v20180408/models.rb
|
40
|
+
- lib/v20180408/client.rb
|
41
41
|
- lib/VERSION
|
42
42
|
homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
|
43
43
|
licenses:
|