tencentcloud-sdk-cdc 3.0.1193 → 3.0.1208

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/v20201214/models.rb +12 -12
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 22a78bd568e4b81ee58751ef02410a5e1591369f
4
- data.tar.gz: e19da8f79d5f4d09dda6964b28aa0c4216ef37a4
3
+ metadata.gz: bad0e6b1e17ad94b5a1ef23e5ffa8e65ef2d1893
4
+ data.tar.gz: 6cec6b8ba9091985859131cde1f76768d4a72e98
5
5
  SHA512:
6
- metadata.gz: e4e67adcc1cef5404094c50c13f46ffa645a6fab74471c98aa51153ce32fb3ddc089a4b326a30265d137996d298adf90d7100cafd285a384f7a4888ee9e07f09
7
- data.tar.gz: 8dd02f70a43fa6aa031afa0b77ad95e41eda2985deeabd14ee64cd7489b953be943caf4e8ea6d5aa0b47938fa73a8c84a23f1974ae0c6e94e2ce1c3791a77c80
6
+ metadata.gz: ea12ccc7d79f3b4ceb20ea5517a9e14dbb0d401372ae2de9321e83fe45f4ef30c50cfad032c7461bd873c35b4d4e471b525fed657db3ac542cc23836dda827ca
7
+ data.tar.gz: f5be299f0688e2df39fe2c07ac2f4f8d0f82c4c0356760af8dbcbbc6bcbbb4fa5dfe0fee158f88097d1dcfb33b742e94ced42254cf38f77ed14bd83dc719ef4a
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1193
1
+ 3.0.1208
@@ -544,14 +544,14 @@ module TencentCloud
544
544
 
545
545
  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
546
546
  extend Gem::Deprecate
547
- deprecate :DedicatedClusterTypeId, :none, 2025, 12
548
- deprecate :DedicatedClusterTypeId=, :none, 2025, 12
549
- deprecate :SupportedStorageType, :none, 2025, 12
550
- deprecate :SupportedStorageType=, :none, 2025, 12
551
- deprecate :SupportedUplinkSpeed, :none, 2025, 12
552
- deprecate :SupportedUplinkSpeed=, :none, 2025, 12
553
- deprecate :SupportedInstanceFamily, :none, 2025, 12
554
- deprecate :SupportedInstanceFamily=, :none, 2025, 12
547
+ deprecate :DedicatedClusterTypeId, :none, 2026, 1
548
+ deprecate :DedicatedClusterTypeId=, :none, 2026, 1
549
+ deprecate :SupportedStorageType, :none, 2026, 1
550
+ deprecate :SupportedStorageType=, :none, 2026, 1
551
+ deprecate :SupportedUplinkSpeed, :none, 2026, 1
552
+ deprecate :SupportedUplinkSpeed=, :none, 2026, 1
553
+ deprecate :SupportedInstanceFamily, :none, 2026, 1
554
+ deprecate :SupportedInstanceFamily=, :none, 2026, 1
555
555
 
556
556
  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)
557
557
  @DedicatedClusterId = dedicatedclusterid
@@ -1447,7 +1447,7 @@ module TencentCloud
1447
1447
 
1448
1448
  # DescribeDedicatedSupportedZones请求参数结构体
1449
1449
  class DescribeDedicatedSupportedZonesRequest < TencentCloud::Common::AbstractModel
1450
- # @param Regions: 传入region列表
1450
+ # @param Regions: <p>传入region列表</p>
1451
1451
  # @type Regions: Array
1452
1452
 
1453
1453
  attr_accessor :Regions
@@ -1463,7 +1463,7 @@ module TencentCloud
1463
1463
 
1464
1464
  # DescribeDedicatedSupportedZones返回参数结构体
1465
1465
  class DescribeDedicatedSupportedZonesResponse < TencentCloud::Common::AbstractModel
1466
- # @param ZoneSet: 支持的可用区列表
1466
+ # @param ZoneSet: <p>支持的可用区列表</p>
1467
1467
  # @type ZoneSet: Array
1468
1468
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1469
1469
  # @type RequestId: String
@@ -1685,8 +1685,8 @@ module TencentCloud
1685
1685
 
1686
1686
  attr_accessor :HostIp, :ServiceType, :HostStatus, :HostType, :CpuAvailable, :CpuTotal, :MemAvailable, :MemTotal, :RunTime, :ExpireTime, :HostId
1687
1687
  extend Gem::Deprecate
1688
- deprecate :HostIp, :none, 2025, 12
1689
- deprecate :HostIp=, :none, 2025, 12
1688
+ deprecate :HostIp, :none, 2026, 1
1689
+ deprecate :HostIp=, :none, 2026, 1
1690
1690
 
1691
1691
  def initialize(hostip=nil, servicetype=nil, hoststatus=nil, hosttype=nil, cpuavailable=nil, cputotal=nil, memavailable=nil, memtotal=nil, runtime=nil, expiretime=nil, hostid=nil)
1692
1692
  @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.1193
4
+ version: 3.0.1208
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-12-30 00:00:00.000000000 Z
11
+ date: 2026-01-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common