tencentcloud-sdk-vdb 3.0.1094 → 3.0.1138
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/models.rb +44 -39
- 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: 0f6409583295361f1570e1d3f689679593cc3a0e
|
4
|
+
data.tar.gz: 399b151d2e06694ab29e80c0ae408bcaca80962f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e58451c1a7010637fda19fbafb5537826cd1c44c7f24479d4f67373c6769d43598c5e07382581de4d7e673c58b0877923845a81aa8b797df67f786a995ed77dd
|
7
|
+
data.tar.gz: 144b3395c6843dcb9b7189f5778aea9ec62ed234163222998c2e7ed7437194a76ea3891c83eeb81ddb9474ea3790eebf823811091a4e624485ac7e821a232526
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1138
|
data/lib/v20230616/models.rb
CHANGED
@@ -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, 9
|
140
|
+
deprecate :Project=, :none, 2025, 9
|
141
|
+
deprecate :NetworkType, :none, 2025, 9
|
142
|
+
deprecate :NetworkType=, :none, 2025, 9
|
143
|
+
deprecate :TemplateId, :none, 2025, 9
|
144
|
+
deprecate :TemplateId=, :none, 2025, 9
|
145
|
+
deprecate :Components, :none, 2025, 9
|
146
|
+
deprecate :Components=, :none, 2025, 9
|
147
|
+
deprecate :Zone, :none, 2025, 9
|
148
|
+
deprecate :Zone=, :none, 2025, 9
|
149
|
+
deprecate :SlaveZones, :none, 2025, 9
|
150
|
+
deprecate :SlaveZones=, :none, 2025, 9
|
151
|
+
deprecate :IsNoExpired, :none, 2025, 9
|
152
|
+
deprecate :IsNoExpired=, :none, 2025, 9
|
153
|
+
deprecate :EngineName, :none, 2025, 9
|
154
|
+
deprecate :EngineName=, :none, 2025, 9
|
155
|
+
deprecate :EngineVersion, :none, 2025, 9
|
156
|
+
deprecate :EngineVersion=, :none, 2025, 9
|
157
|
+
deprecate :Brief, :none, 2025, 9
|
158
|
+
deprecate :Brief=, :none, 2025, 9
|
159
|
+
deprecate :Chief, :none, 2025, 9
|
160
|
+
deprecate :Chief=, :none, 2025, 9
|
161
|
+
deprecate :DBA, :none, 2025, 9
|
162
|
+
deprecate :DBA=, :none, 2025, 9
|
163
|
+
deprecate :NodeType, :none, 2025, 9
|
164
|
+
deprecate :NodeType=, :none, 2025, 9
|
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, 9
|
500
|
+
deprecate :EngineNames=, :none, 2025, 9
|
501
|
+
deprecate :Zones, :none, 2025, 9
|
502
|
+
deprecate :Zones=, :none, 2025, 9
|
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, 9
|
768
|
+
deprecate :HealthScore=, :none, 2025, 9
|
769
|
+
deprecate :Warning, :none, 2025, 9
|
770
|
+
deprecate :Warning=, :none, 2025, 9
|
771
|
+
deprecate :Project, :none, 2025, 9
|
772
|
+
deprecate :Project=, :none, 2025, 9
|
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
|
@@ -889,6 +893,7 @@ module TencentCloud
|
|
889
893
|
# ModifyDBInstanceSecurityGroups请求参数结构体
|
890
894
|
class ModifyDBInstanceSecurityGroupsRequest < TencentCloud::Common::AbstractModel
|
891
895
|
# @param SecurityGroupIds: 要修改的安全组ID列表,一个或者多个安全组 ID 组成的数组。
|
896
|
+
# 注意:该入参会全量替换存量已有集合,非增量更新。修改需传入预期的全量集合。
|
892
897
|
# @type SecurityGroupIds: Array
|
893
898
|
# @param InstanceIds: 实例ID,格式如:vdb-c9s3****。
|
894
899
|
# @type InstanceIds: Array
|
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.1138
|
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-09-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|