tencentcloud-sdk-vdb 3.0.1021 → 3.0.1022
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 +18 -6
- 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: 604716154ffb8d2d2bc666ffca36530599201506
|
4
|
+
data.tar.gz: 2443d0a656dbb10df18e105c62e06318079476e9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 75fd9fa2badc5c671d25e9d0bee0c95d8b068a19a041284e88fbf06c36e066e42e7f774e7fc7e199011663851eecb7c7730c64c153ff9d4697ddc4f81bcd8f79
|
7
|
+
data.tar.gz: 50b1bc9bbc907db80c812a9135c22c1cf9410c3d14f92c34f5ada5af1730c128c6c69b763718b8baea628f9a5afa785d8f7905ff6032cf16a40e0fe58e4e4395
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1022
|
data/lib/v20230616/client.rb
CHANGED
@@ -77,7 +77,7 @@ module TencentCloud
|
|
77
77
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
78
78
|
end
|
79
79
|
|
80
|
-
#
|
80
|
+
# 查询实例pod列表
|
81
81
|
|
82
82
|
# @param request: Request instance for DescribeInstanceNodes.
|
83
83
|
# @type request: :class:`Tencentcloud::vdb::V20230616::DescribeInstanceNodesRequest`
|
data/lib/v20230616/models.rb
CHANGED
@@ -186,15 +186,17 @@ module TencentCloud
|
|
186
186
|
# @type Limit: Integer
|
187
187
|
# @param ResourceTags: 按照标签筛选实例
|
188
188
|
# @type ResourceTags: Array
|
189
|
+
# @param TaskStatus: 任务状态:1-待执行任务;2-密钥更新中;3-网络变更中;4-参数变更中;5-embedding变更中;6-ai套件变更中;7-滚动升级中;8-纵向扩容中;9-纵向缩容中;10-横向扩容中;11-横向缩容中
|
190
|
+
# @type TaskStatus: Array
|
189
191
|
|
190
|
-
attr_accessor :InstanceIds, :InstanceNames, :InstanceKeys, :Status, :EngineNames, :EngineVersions, :ApiVersions, :CreateAt, :Zones, :OrderBy, :OrderDirection, :Offset, :Limit, :ResourceTags
|
192
|
+
attr_accessor :InstanceIds, :InstanceNames, :InstanceKeys, :Status, :EngineNames, :EngineVersions, :ApiVersions, :CreateAt, :Zones, :OrderBy, :OrderDirection, :Offset, :Limit, :ResourceTags, :TaskStatus
|
191
193
|
extend Gem::Deprecate
|
192
194
|
deprecate :EngineNames, :none, 2025, 3
|
193
195
|
deprecate :EngineNames=, :none, 2025, 3
|
194
196
|
deprecate :Zones, :none, 2025, 3
|
195
197
|
deprecate :Zones=, :none, 2025, 3
|
196
198
|
|
197
|
-
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)
|
199
|
+
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)
|
198
200
|
@InstanceIds = instanceids
|
199
201
|
@InstanceNames = instancenames
|
200
202
|
@InstanceKeys = instancekeys
|
@@ -209,6 +211,7 @@ module TencentCloud
|
|
209
211
|
@Offset = offset
|
210
212
|
@Limit = limit
|
211
213
|
@ResourceTags = resourcetags
|
214
|
+
@TaskStatus = taskstatus
|
212
215
|
end
|
213
216
|
|
214
217
|
def deserialize(params)
|
@@ -233,6 +236,7 @@ module TencentCloud
|
|
233
236
|
@ResourceTags << tag_tmp
|
234
237
|
end
|
235
238
|
end
|
239
|
+
@TaskStatus = params['TaskStatus']
|
236
240
|
end
|
237
241
|
end
|
238
242
|
|
@@ -408,8 +412,10 @@ module TencentCloud
|
|
408
412
|
# @type IsolateAt: String
|
409
413
|
# @param AutoRenew: 是否自动续费。0: 不自动续费(可以支持特权不停服);1:自动续费;2:到期不续费.
|
410
414
|
# @type AutoRenew: Integer
|
415
|
+
# @param TaskStatus: 任务状态:0-无任务;1-待执行任务;2-密钥更新中;3-网络变更中;4-参数变更中;5-embedding变更中;6-ai套件变更中;7-滚动升级中;8-纵向扩容中;9-纵向缩容中;10-横向扩容中;11-横向缩容中
|
416
|
+
# @type TaskStatus: Integer
|
411
417
|
|
412
|
-
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, :WanAddress, :IsolateAt, :AutoRenew
|
418
|
+
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, :WanAddress, :IsolateAt, :AutoRenew, :TaskStatus
|
413
419
|
extend Gem::Deprecate
|
414
420
|
deprecate :HealthScore, :none, 2025, 3
|
415
421
|
deprecate :HealthScore=, :none, 2025, 3
|
@@ -418,7 +424,7 @@ module TencentCloud
|
|
418
424
|
deprecate :Project, :none, 2025, 3
|
419
425
|
deprecate :Project=, :none, 2025, 3
|
420
426
|
|
421
|
-
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, wanaddress=nil, isolateat=nil, autorenew=nil)
|
427
|
+
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, wanaddress=nil, isolateat=nil, autorenew=nil, taskstatus=nil)
|
422
428
|
@InstanceId = instanceid
|
423
429
|
@Name = name
|
424
430
|
@AppId = appid
|
@@ -447,6 +453,7 @@ module TencentCloud
|
|
447
453
|
@WanAddress = wanaddress
|
448
454
|
@IsolateAt = isolateat
|
449
455
|
@AutoRenew = autorenew
|
456
|
+
@TaskStatus = taskstatus
|
450
457
|
end
|
451
458
|
|
452
459
|
def deserialize(params)
|
@@ -492,6 +499,7 @@ module TencentCloud
|
|
492
499
|
@WanAddress = params['WanAddress']
|
493
500
|
@IsolateAt = params['IsolateAt']
|
494
501
|
@AutoRenew = params['AutoRenew']
|
502
|
+
@TaskStatus = params['TaskStatus']
|
495
503
|
end
|
496
504
|
end
|
497
505
|
|
@@ -571,15 +579,19 @@ module TencentCloud
|
|
571
579
|
class NodeInfo < TencentCloud::Common::AbstractModel
|
572
580
|
# @param Name: Pod名称。
|
573
581
|
# @type Name: String
|
582
|
+
# @param Status: pod状态
|
583
|
+
# @type Status: String
|
574
584
|
|
575
|
-
attr_accessor :Name
|
585
|
+
attr_accessor :Name, :Status
|
576
586
|
|
577
|
-
def initialize(name=nil)
|
587
|
+
def initialize(name=nil, status=nil)
|
578
588
|
@Name = name
|
589
|
+
@Status = status
|
579
590
|
end
|
580
591
|
|
581
592
|
def deserialize(params)
|
582
593
|
@Name = params['Name']
|
594
|
+
@Status = params['Status']
|
583
595
|
end
|
584
596
|
end
|
585
597
|
|
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.1022
|
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-03-
|
11
|
+
date: 2025-03-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|