tencentcloud-sdk-cdc 3.0.1073 → 3.0.1074
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/v20201214/models.rb +12 -0
- 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: 36078a751c6e96397337c3656aee24c5673c3a80
|
4
|
+
data.tar.gz: cbf6a09bed08f6d0c0fbd09b7d49e7d5aa7353e2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2c17d1826b1d31299bdac03f209ab3e412eaed8aa98f5eb62c084a73e490b020d12d706713a371ae882b47c60efe2679d8291f187d65f6a4adbe446996ab6526
|
7
|
+
data.tar.gz: 9cb7fe9b15e3b413a29b4595605e2388718be19eb4dd9a55d83dbcdc7650a4148407b7e5c338018a0b35c728bab4ef39dac2dc64a7df7709f7e74cab0b6ead0b
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1074
|
data/lib/v20201214/models.rb
CHANGED
@@ -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.
|
4
|
+
version: 3.0.1074
|
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-
|
11
|
+
date: 2025-06-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|