tencentcloud-sdk-vdb 3.0.1092 → 3.0.1119
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/v20230616/client.rb +1 -1
- data/lib/v20230616/models.rb +44 -40
- 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: 99fa5cd6c9beb72f4244d2e582c27f7b21e7d345
|
4
|
+
data.tar.gz: aeb116e2e7948597cf6d442fd7dc3de0e1816fb7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 218c113fe131b663dfcd60ee4c6dc9e36483e82692337d13a4a9d7a4f72b7bd6075b6dc156a7d98bb2f4581592d008eb8d83ca438bc50af6ad088e731d1fa6be
|
7
|
+
data.tar.gz: 478bdee4529d0296b4b71f5be1737603d9122a804d532504bec44aacc250332085c493a4a55bdd297295f4363335fe5139308281989f5807b9cffba8bdf983be
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1119
|
data/lib/v20230616/client.rb
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
# Copyright (c) 2017-
|
3
|
+
# Copyright (c) 2017-2025 Tencent. All Rights Reserved.
|
4
4
|
#
|
5
5
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
6
6
|
# you may not use this file except in compliance with the License.
|
data/lib/v20230616/models.rb
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
# Copyright (c) 2017-
|
3
|
+
# Copyright (c) 2017-2025 Tencent. All Rights Reserved.
|
4
4
|
#
|
5
5
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
6
6
|
# you may not use this file except in compliance with the License.
|
@@ -81,6 +81,8 @@ module TencentCloud
|
|
81
81
|
# @type ResourceTags: Array
|
82
82
|
# @param Project: 指定实例所属项目 ID。
|
83
83
|
# @type Project: String
|
84
|
+
# @param ProductType: 产品版本,0-标准版,1-容量增强版
|
85
|
+
# @type ProductType: Integer
|
84
86
|
# @param InstanceType: 实例类型。
|
85
87
|
# - base:免费测试版。
|
86
88
|
# - single:单机版。
|
@@ -132,36 +134,36 @@ module TencentCloud
|
|
132
134
|
# @param WorkerNodeNum: 指定实例所需配置的节点数量。选择方法,请参见[配置规格(选型)](https://cloud.tencent.com/document/product/1709/113399)。
|
133
135
|
# @type WorkerNodeNum: Integer
|
134
136
|
|
135
|
-
attr_accessor :VpcId, :SubnetId, :PayMode, :InstanceName, :SecurityGroupIds, :PayPeriod, :AutoRenew, :Params, :ResourceTags, :Project, :InstanceType, :Mode, :GoodsNum, :NetworkType, :TemplateId, :Components, :Zone, :SlaveZones, :IsNoExpired, :EngineName, :EngineVersion, :Brief, :Chief, :DBA, :NodeType, :Cpu, :Memory, :DiskSize, :WorkerNodeNum
|
137
|
+
attr_accessor :VpcId, :SubnetId, :PayMode, :InstanceName, :SecurityGroupIds, :PayPeriod, :AutoRenew, :Params, :ResourceTags, :Project, :ProductType, :InstanceType, :Mode, :GoodsNum, :NetworkType, :TemplateId, :Components, :Zone, :SlaveZones, :IsNoExpired, :EngineName, :EngineVersion, :Brief, :Chief, :DBA, :NodeType, :Cpu, :Memory, :DiskSize, :WorkerNodeNum
|
136
138
|
extend Gem::Deprecate
|
137
|
-
deprecate :Project, :none, 2025,
|
138
|
-
deprecate :Project=, :none, 2025,
|
139
|
-
deprecate :NetworkType, :none, 2025,
|
140
|
-
deprecate :NetworkType=, :none, 2025,
|
141
|
-
deprecate :TemplateId, :none, 2025,
|
142
|
-
deprecate :TemplateId=, :none, 2025,
|
143
|
-
deprecate :Components, :none, 2025,
|
144
|
-
deprecate :Components=, :none, 2025,
|
145
|
-
deprecate :Zone, :none, 2025,
|
146
|
-
deprecate :Zone=, :none, 2025,
|
147
|
-
deprecate :SlaveZones, :none, 2025,
|
148
|
-
deprecate :SlaveZones=, :none, 2025,
|
149
|
-
deprecate :IsNoExpired, :none, 2025,
|
150
|
-
deprecate :IsNoExpired=, :none, 2025,
|
151
|
-
deprecate :EngineName, :none, 2025,
|
152
|
-
deprecate :EngineName=, :none, 2025,
|
153
|
-
deprecate :EngineVersion, :none, 2025,
|
154
|
-
deprecate :EngineVersion=, :none, 2025,
|
155
|
-
deprecate :Brief, :none, 2025,
|
156
|
-
deprecate :Brief=, :none, 2025,
|
157
|
-
deprecate :Chief, :none, 2025,
|
158
|
-
deprecate :Chief=, :none, 2025,
|
159
|
-
deprecate :DBA, :none, 2025,
|
160
|
-
deprecate :DBA=, :none, 2025,
|
161
|
-
deprecate :NodeType, :none, 2025,
|
162
|
-
deprecate :NodeType=, :none, 2025,
|
163
|
-
|
164
|
-
def initialize(vpcid=nil, subnetid=nil, paymode=nil, instancename=nil, securitygroupids=nil, payperiod=nil, autorenew=nil, params=nil, resourcetags=nil, project=nil, instancetype=nil, mode=nil, goodsnum=nil, networktype=nil, templateid=nil, components=nil, zone=nil, slavezones=nil, isnoexpired=nil, enginename=nil, engineversion=nil, brief=nil, chief=nil, dba=nil, nodetype=nil, cpu=nil, memory=nil, disksize=nil, workernodenum=nil)
|
139
|
+
deprecate :Project, :none, 2025, 8
|
140
|
+
deprecate :Project=, :none, 2025, 8
|
141
|
+
deprecate :NetworkType, :none, 2025, 8
|
142
|
+
deprecate :NetworkType=, :none, 2025, 8
|
143
|
+
deprecate :TemplateId, :none, 2025, 8
|
144
|
+
deprecate :TemplateId=, :none, 2025, 8
|
145
|
+
deprecate :Components, :none, 2025, 8
|
146
|
+
deprecate :Components=, :none, 2025, 8
|
147
|
+
deprecate :Zone, :none, 2025, 8
|
148
|
+
deprecate :Zone=, :none, 2025, 8
|
149
|
+
deprecate :SlaveZones, :none, 2025, 8
|
150
|
+
deprecate :SlaveZones=, :none, 2025, 8
|
151
|
+
deprecate :IsNoExpired, :none, 2025, 8
|
152
|
+
deprecate :IsNoExpired=, :none, 2025, 8
|
153
|
+
deprecate :EngineName, :none, 2025, 8
|
154
|
+
deprecate :EngineName=, :none, 2025, 8
|
155
|
+
deprecate :EngineVersion, :none, 2025, 8
|
156
|
+
deprecate :EngineVersion=, :none, 2025, 8
|
157
|
+
deprecate :Brief, :none, 2025, 8
|
158
|
+
deprecate :Brief=, :none, 2025, 8
|
159
|
+
deprecate :Chief, :none, 2025, 8
|
160
|
+
deprecate :Chief=, :none, 2025, 8
|
161
|
+
deprecate :DBA, :none, 2025, 8
|
162
|
+
deprecate :DBA=, :none, 2025, 8
|
163
|
+
deprecate :NodeType, :none, 2025, 8
|
164
|
+
deprecate :NodeType=, :none, 2025, 8
|
165
|
+
|
166
|
+
def initialize(vpcid=nil, subnetid=nil, paymode=nil, instancename=nil, securitygroupids=nil, payperiod=nil, autorenew=nil, params=nil, resourcetags=nil, project=nil, producttype=nil, instancetype=nil, mode=nil, goodsnum=nil, networktype=nil, templateid=nil, components=nil, zone=nil, slavezones=nil, isnoexpired=nil, enginename=nil, engineversion=nil, brief=nil, chief=nil, dba=nil, nodetype=nil, cpu=nil, memory=nil, disksize=nil, workernodenum=nil)
|
165
167
|
@VpcId = vpcid
|
166
168
|
@SubnetId = subnetid
|
167
169
|
@PayMode = paymode
|
@@ -172,6 +174,7 @@ module TencentCloud
|
|
172
174
|
@Params = params
|
173
175
|
@ResourceTags = resourcetags
|
174
176
|
@Project = project
|
177
|
+
@ProductType = producttype
|
175
178
|
@InstanceType = instancetype
|
176
179
|
@Mode = mode
|
177
180
|
@GoodsNum = goodsnum
|
@@ -211,6 +214,7 @@ module TencentCloud
|
|
211
214
|
end
|
212
215
|
end
|
213
216
|
@Project = params['Project']
|
217
|
+
@ProductType = params['ProductType']
|
214
218
|
@InstanceType = params['InstanceType']
|
215
219
|
@Mode = params['Mode']
|
216
220
|
@GoodsNum = params['GoodsNum']
|
@@ -492,10 +496,10 @@ module TencentCloud
|
|
492
496
|
|
493
497
|
attr_accessor :InstanceIds, :InstanceNames, :InstanceKeys, :Status, :EngineNames, :EngineVersions, :ApiVersions, :CreateAt, :Zones, :OrderBy, :OrderDirection, :Offset, :Limit, :ResourceTags, :TaskStatus, :Networks
|
494
498
|
extend Gem::Deprecate
|
495
|
-
deprecate :EngineNames, :none, 2025,
|
496
|
-
deprecate :EngineNames=, :none, 2025,
|
497
|
-
deprecate :Zones, :none, 2025,
|
498
|
-
deprecate :Zones=, :none, 2025,
|
499
|
+
deprecate :EngineNames, :none, 2025, 8
|
500
|
+
deprecate :EngineNames=, :none, 2025, 8
|
501
|
+
deprecate :Zones, :none, 2025, 8
|
502
|
+
deprecate :Zones=, :none, 2025, 8
|
499
503
|
|
500
504
|
def initialize(instanceids=nil, instancenames=nil, instancekeys=nil, status=nil, enginenames=nil, engineversions=nil, apiversions=nil, createat=nil, zones=nil, orderby=nil, orderdirection=nil, offset=nil, limit=nil, resourcetags=nil, taskstatus=nil, networks=nil)
|
501
505
|
@InstanceIds = instanceids
|
@@ -760,12 +764,12 @@ module TencentCloud
|
|
760
764
|
|
761
765
|
attr_accessor :InstanceId, :Name, :AppId, :Region, :Zone, :Product, :Networks, :ShardNum, :ReplicaNum, :Cpu, :Memory, :Disk, :HealthScore, :Warning, :Project, :ResourceTags, :CreatedAt, :Status, :EngineName, :EngineVersion, :ApiVersion, :PayMode, :Extend, :ExpiredAt, :IsNoExpired, :ProductType, :InstanceType, :NodeType, :WanAddress, :IsolateAt, :AutoRenew, :TaskStatus, :SecurityGroupIds
|
762
766
|
extend Gem::Deprecate
|
763
|
-
deprecate :HealthScore, :none, 2025,
|
764
|
-
deprecate :HealthScore=, :none, 2025,
|
765
|
-
deprecate :Warning, :none, 2025,
|
766
|
-
deprecate :Warning=, :none, 2025,
|
767
|
-
deprecate :Project, :none, 2025,
|
768
|
-
deprecate :Project=, :none, 2025,
|
767
|
+
deprecate :HealthScore, :none, 2025, 8
|
768
|
+
deprecate :HealthScore=, :none, 2025, 8
|
769
|
+
deprecate :Warning, :none, 2025, 8
|
770
|
+
deprecate :Warning=, :none, 2025, 8
|
771
|
+
deprecate :Project, :none, 2025, 8
|
772
|
+
deprecate :Project=, :none, 2025, 8
|
769
773
|
|
770
774
|
def initialize(instanceid=nil, name=nil, appid=nil, region=nil, zone=nil, product=nil, networks=nil, shardnum=nil, replicanum=nil, cpu=nil, memory=nil, disk=nil, healthscore=nil, warning=nil, project=nil, resourcetags=nil, createdat=nil, status=nil, enginename=nil, engineversion=nil, apiversion=nil, paymode=nil, extend=nil, expiredat=nil, isnoexpired=nil, producttype=nil, instancetype=nil, nodetype=nil, wanaddress=nil, isolateat=nil, autorenew=nil, taskstatus=nil, securitygroupids=nil)
|
771
775
|
@InstanceId = instanceid
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-vdb
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.1119
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-
|
11
|
+
date: 2025-08-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|