tencentcloud-sdk-cdc 3.0.1073 → 3.0.1094

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 45fe56e8c41abc77ba3348feec5f98634d790b80
4
- data.tar.gz: 17d1bfd2762bbfdfde43e4777b87880664faa340
3
+ metadata.gz: a45497b5b253e6272e6fc23a9f9b77eeed55275c
4
+ data.tar.gz: 152338f9a70f529fb718229b9ca660b289d82153
5
5
  SHA512:
6
- metadata.gz: 5e6f9abd34ad945f342509a0a4371e4e67858293e4a3d1afca837af4ea75f28bc2fbd8903efc7d9088acd857272cf4f75183bb96c71cc8f9ee40f50b0dc23a2e
7
- data.tar.gz: 1c0e46a38f4d49d7ee359ed5a13899926699843f423bbe0a69572e018374033cef69ee2e45c860c188cb6224df4a23be94bca1a4a085eb3144215f344455aa00
6
+ metadata.gz: 8f0991aea4874bfc158d5b8bb74df3e1322faab1559e59bfb0f0ff091ec367770d4b6843a0f94b6450c642956935fd4db61cccf05022dcae23ff1f8514c09f14
7
+ data.tar.gz: 1736b58894092e975a56683c1adca1158237fd828562e189d5d3f613d883433d9cf27a94fbbbb56b221cc02afe2b4377804e130770e8c44a3318f61fe1f6c185
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1073
1
+ 3.0.1094
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright (c) 2017-2018 THL A29 Limited, a Tencent company. All Rights Reserved.
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.
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright (c) 2017-2018 THL A29 Limited, a Tencent company. All Rights Reserved.
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.
@@ -551,6 +551,15 @@ module TencentCloud
551
551
  # @type OrderPayPlan: String
552
552
 
553
553
  attr_accessor :DedicatedClusterId, :DedicatedClusterTypeId, :SupportedStorageType, :SupportedUplinkSpeed, :SupportedInstanceFamily, :Weight, :PowerDraw, :OrderStatus, :CreateTime, :DedicatedClusterOrderId, :Action, :DedicatedClusterOrderItems, :Cpu, :Mem, :Gpu, :PayStatus, :PayType, :TimeUnit, :TimeSpan, :OrderType, :CheckStatus, :DeliverExpectTime, :DeliverFinishTime, :CheckExpectTime, :CheckFinishTime, :OrderSLA, :OrderPayPlan
554
+ extend Gem::Deprecate
555
+ deprecate :DedicatedClusterTypeId, :none, 2025, 6
556
+ deprecate :DedicatedClusterTypeId=, :none, 2025, 6
557
+ deprecate :SupportedStorageType, :none, 2025, 6
558
+ deprecate :SupportedStorageType=, :none, 2025, 6
559
+ deprecate :SupportedUplinkSpeed, :none, 2025, 6
560
+ deprecate :SupportedUplinkSpeed=, :none, 2025, 6
561
+ deprecate :SupportedInstanceFamily, :none, 2025, 6
562
+ deprecate :SupportedInstanceFamily=, :none, 2025, 6
554
563
 
555
564
  def initialize(dedicatedclusterid=nil, dedicatedclustertypeid=nil, supportedstoragetype=nil, supporteduplinkspeed=nil, supportedinstancefamily=nil, weight=nil, powerdraw=nil, orderstatus=nil, createtime=nil, dedicatedclusterorderid=nil, action=nil, dedicatedclusterorderitems=nil, cpu=nil, mem=nil, gpu=nil, paystatus=nil, paytype=nil, timeunit=nil, timespan=nil, ordertype=nil, checkstatus=nil, deliverexpecttime=nil, deliverfinishtime=nil, checkexpecttime=nil, checkfinishtime=nil, ordersla=nil, orderpayplan=nil)
556
565
  @DedicatedClusterId = dedicatedclusterid
@@ -1679,6 +1688,9 @@ module TencentCloud
1679
1688
  # @type HostId: String
1680
1689
 
1681
1690
  attr_accessor :HostIp, :ServiceType, :HostStatus, :HostType, :CpuAvailable, :CpuTotal, :MemAvailable, :MemTotal, :RunTime, :ExpireTime, :HostId
1691
+ extend Gem::Deprecate
1692
+ deprecate :HostIp, :none, 2025, 6
1693
+ deprecate :HostIp=, :none, 2025, 6
1682
1694
 
1683
1695
  def initialize(hostip=nil, servicetype=nil, hoststatus=nil, hosttype=nil, cpuavailable=nil, cputotal=nil, memavailable=nil, memtotal=nil, runtime=nil, expiretime=nil, hostid=nil)
1684
1696
  @HostIp = hostip
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-cdc
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1073
4
+ version: 3.0.1094
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-06-03 00:00:00.000000000 Z
11
+ date: 2025-07-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common