tencentcloud-sdk-vdb 3.0.1016 → 3.0.1017

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20230616/models.rb +6 -29
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4f2a8ef2e618f2e1bf4c71645e12e882f688be81
4
- data.tar.gz: caa374187bb1fb7ceabb1fc5459e2ab0daeef979
3
+ metadata.gz: f2d16f312a96c0f7f555f7651d7e977ebfa09837
4
+ data.tar.gz: 1e80ace2874de1289365ae478f7f2c325c80e721
5
5
  SHA512:
6
- metadata.gz: cb1e45013ad27133c7a60515070900e47f64b42154ced90fd04edb859525b7a7830c0893eda250f780f5c152dc48734dc097acca2bc2d4b4948a2d1c0d170565
7
- data.tar.gz: 6ed076020faffba55d0dc8bed0536bc8650a74af62be8dfd4a0563aaaa01bf8a2b69858609f4ba70b23212e17d32de25028aebe24c7d9763e18e5213b4e54639
6
+ metadata.gz: 49af89a72358dfb84270413582b4821d2e8b1b251b9a9a73770d24f1bb2a06f2caa6c67181190dcf3443ab2ed6d111d594937a041555e75d44746df738dc7da7
7
+ data.tar.gz: 5bfc59fe26bac82ea15c816acdf3b16e03b94776e3c849b301ab266292f7afe5d0ed1c61b6fefc2ca7ba7b9a41f78759580fe4ed30b0a318d2854a3a1f940199
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1016
1
+ 3.0.1017
@@ -128,7 +128,6 @@ module TencentCloud
128
128
  # DescribeInstanceNodes返回参数结构体
129
129
  class DescribeInstanceNodesResponse < TencentCloud::Common::AbstractModel
130
130
  # @param Items: 实例pod列表。
131
- # 注意:此字段可能返回 null,表示取不到有效值。
132
131
  # @type Items: Array
133
132
  # @param TotalCount: 查询结果总数量。
134
133
  # @type TotalCount: Integer
@@ -189,6 +188,11 @@ module TencentCloud
189
188
  # @type ResourceTags: Array
190
189
 
191
190
  attr_accessor :InstanceIds, :InstanceNames, :InstanceKeys, :Status, :EngineNames, :EngineVersions, :ApiVersions, :CreateAt, :Zones, :OrderBy, :OrderDirection, :Offset, :Limit, :ResourceTags
191
+ extend Gem::Deprecate
192
+ deprecate :EngineNames, :none, 2025, 3
193
+ deprecate :EngineNames=, :none, 2025, 3
194
+ deprecate :Zones, :none, 2025, 3
195
+ deprecate :Zones=, :none, 2025, 3
192
196
 
193
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)
194
198
  @InstanceIds = instanceids
@@ -235,7 +239,6 @@ module TencentCloud
235
239
  # DescribeInstances返回参数结构体
236
240
  class DescribeInstancesResponse < TencentCloud::Common::AbstractModel
237
241
  # @param Items: 实例列表。
238
- # 注意:此字段可能返回 null,表示取不到有效值。
239
242
  # @type Items: Array
240
243
  # @param TotalCount: 实例总数。
241
244
  # @type TotalCount: Integer
@@ -347,40 +350,28 @@ module TencentCloud
347
350
  # 实例信息,用于实例列表
348
351
  class InstanceInfo < TencentCloud::Common::AbstractModel
349
352
  # @param InstanceId: 实例ID。
350
- # 注意:此字段可能返回 null,表示取不到有效值。
351
353
  # @type InstanceId: String
352
354
  # @param Name: 实例自定义名称。
353
- # 注意:此字段可能返回 null,表示取不到有效值。
354
355
  # @type Name: String
355
356
  # @param AppId: 用户APPID。
356
- # 注意:此字段可能返回 null,表示取不到有效值。
357
357
  # @type AppId: Integer
358
358
  # @param Region: 地域。
359
- # 注意:此字段可能返回 null,表示取不到有效值。
360
359
  # @type Region: String
361
360
  # @param Zone: 可用区。
362
- # 注意:此字段可能返回 null,表示取不到有效值。
363
361
  # @type Zone: String
364
362
  # @param Product: 产品。
365
- # 注意:此字段可能返回 null,表示取不到有效值。
366
363
  # @type Product: String
367
364
  # @param Networks: 网络信息。
368
- # 注意:此字段可能返回 null,表示取不到有效值。
369
365
  # @type Networks: Array
370
366
  # @param ShardNum: 分片信息。
371
- # 注意:此字段可能返回 null,表示取不到有效值。
372
367
  # @type ShardNum: Integer
373
368
  # @param ReplicaNum: 副本数。
374
- # 注意:此字段可能返回 null,表示取不到有效值。
375
369
  # @type ReplicaNum: Integer
376
370
  # @param Cpu: CPU.
377
- # 注意:此字段可能返回 null,表示取不到有效值。
378
371
  # @type Cpu: Float
379
372
  # @param Memory: 内存。
380
- # 注意:此字段可能返回 null,表示取不到有效值。
381
373
  # @type Memory: Float
382
374
  # @param Disk: 磁盘。
383
- # 注意:此字段可能返回 null,表示取不到有效值。
384
375
  # @type Disk: Integer
385
376
  # @param HealthScore: 健康得分。
386
377
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -392,43 +383,30 @@ module TencentCloud
392
383
  # 注意:此字段可能返回 null,表示取不到有效值。
393
384
  # @type Project: String
394
385
  # @param ResourceTags: 所属标签。
395
- # 注意:此字段可能返回 null,表示取不到有效值。
396
386
  # @type ResourceTags: Array
397
387
  # @param CreatedAt: 创建时间。
398
- # 注意:此字段可能返回 null,表示取不到有效值。
399
388
  # @type CreatedAt: String
400
389
  # @param Status: 资源状态。
401
- # 注意:此字段可能返回 null,表示取不到有效值。
402
390
  # @type Status: String
403
391
  # @param EngineName: 引擎名称。
404
- # 注意:此字段可能返回 null,表示取不到有效值。
405
392
  # @type EngineName: String
406
393
  # @param EngineVersion: 引擎版本。
407
- # 注意:此字段可能返回 null,表示取不到有效值。
408
394
  # @type EngineVersion: String
409
395
  # @param ApiVersion: api版本
410
- # 注意:此字段可能返回 null,表示取不到有效值。
411
396
  # @type ApiVersion: String
412
397
  # @param PayMode: 计费模式。
413
- # 注意:此字段可能返回 null,表示取不到有效值。
414
398
  # @type PayMode: Integer
415
399
  # @param Extend: 差异化扩展信息, json格式。
416
- # 注意:此字段可能返回 null,表示取不到有效值。
417
400
  # @type Extend: String
418
401
  # @param ExpiredAt: 过期时间。
419
- # 注意:此字段可能返回 null,表示取不到有效值。
420
402
  # @type ExpiredAt: String
421
403
  # @param IsNoExpired: 是否不过期(永久)。
422
- # 注意:此字段可能返回 null,表示取不到有效值。
423
404
  # @type IsNoExpired: Boolean
424
405
  # @param WanAddress: 外网地址。
425
- # 注意:此字段可能返回 null,表示取不到有效值。
426
406
  # @type WanAddress: String
427
407
  # @param IsolateAt: 隔离时间
428
- # 注意:此字段可能返回 null,表示取不到有效值。
429
408
  # @type IsolateAt: String
430
409
  # @param AutoRenew: 是否自动续费。0: 不自动续费(可以支持特权不停服);1:自动续费;2:到期不续费.
431
- # 注意:此字段可能返回 null,表示取不到有效值。
432
410
  # @type AutoRenew: Integer
433
411
 
434
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
@@ -589,10 +567,9 @@ module TencentCloud
589
567
  end
590
568
  end
591
569
 
592
- # 实例pod信息,仅包含 pod 名称
570
+ # 实例pod信息, pod 名称
593
571
  class NodeInfo < TencentCloud::Common::AbstractModel
594
572
  # @param Name: Pod名称。
595
- # 注意:此字段可能返回 null,表示取不到有效值。
596
573
  # @type Name: String
597
574
 
598
575
  attr_accessor :Name
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.1016
4
+ version: 3.0.1017
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 00:00:00.000000000 Z
11
+ date: 2025-03-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common