tencentcloud-sdk-cdc 3.0.1169 → 3.0.1183
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 +16 -12
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: df06f8b33fa1016853a1338db83487bde781f6ff
|
|
4
|
+
data.tar.gz: f9cb744ae7e664ff15bd1bb18fe1c2a01f921953
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: af76634d3469f1ef9db38fb06dbb4d9db31c6dac7c04481a1e6b1f7d745e0b9e08fe87d147faf7e44fb07ac3e8f6cc2592b9a2a584c8cdc37e64f0e0daa73b03
|
|
7
|
+
data.tar.gz: 84c09b441312f03f9bcf061fdddd81c36ac65bc0bcb111bffa2307e658838f5c248a9a4de1bd1563c2a6eebf5867155f9c135128954999c5a321b91b03bebdca
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.1183
|
data/lib/v20201214/models.rb
CHANGED
|
@@ -552,14 +552,14 @@ module TencentCloud
|
|
|
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
554
|
extend Gem::Deprecate
|
|
555
|
-
deprecate :DedicatedClusterTypeId, :none, 2025,
|
|
556
|
-
deprecate :DedicatedClusterTypeId=, :none, 2025,
|
|
557
|
-
deprecate :SupportedStorageType, :none, 2025,
|
|
558
|
-
deprecate :SupportedStorageType=, :none, 2025,
|
|
559
|
-
deprecate :SupportedUplinkSpeed, :none, 2025,
|
|
560
|
-
deprecate :SupportedUplinkSpeed=, :none, 2025,
|
|
561
|
-
deprecate :SupportedInstanceFamily, :none, 2025,
|
|
562
|
-
deprecate :SupportedInstanceFamily=, :none, 2025,
|
|
555
|
+
deprecate :DedicatedClusterTypeId, :none, 2025, 12
|
|
556
|
+
deprecate :DedicatedClusterTypeId=, :none, 2025, 12
|
|
557
|
+
deprecate :SupportedStorageType, :none, 2025, 12
|
|
558
|
+
deprecate :SupportedStorageType=, :none, 2025, 12
|
|
559
|
+
deprecate :SupportedUplinkSpeed, :none, 2025, 12
|
|
560
|
+
deprecate :SupportedUplinkSpeed=, :none, 2025, 12
|
|
561
|
+
deprecate :SupportedInstanceFamily, :none, 2025, 12
|
|
562
|
+
deprecate :SupportedInstanceFamily=, :none, 2025, 12
|
|
563
563
|
|
|
564
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)
|
|
565
565
|
@DedicatedClusterId = dedicatedclusterid
|
|
@@ -1263,12 +1263,14 @@ module TencentCloud
|
|
|
1263
1263
|
# @type HostStandbyCount: Integer
|
|
1264
1264
|
# @param HostNormalCount: 普通宿主机数量
|
|
1265
1265
|
# @type HostNormalCount: Integer
|
|
1266
|
+
# @param HostAbnormalCount: 异常宿主机数量
|
|
1267
|
+
# @type HostAbnormalCount: Integer
|
|
1266
1268
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1267
1269
|
# @type RequestId: String
|
|
1268
1270
|
|
|
1269
|
-
attr_accessor :CvmCount, :HostCount, :VpnConnectionState, :VpngwBandwidthData, :LocalNetInfo, :VpnConnectionBandwidthData, :HostDetailInfo, :HostStandbyCount, :HostNormalCount, :RequestId
|
|
1271
|
+
attr_accessor :CvmCount, :HostCount, :VpnConnectionState, :VpngwBandwidthData, :LocalNetInfo, :VpnConnectionBandwidthData, :HostDetailInfo, :HostStandbyCount, :HostNormalCount, :HostAbnormalCount, :RequestId
|
|
1270
1272
|
|
|
1271
|
-
def initialize(cvmcount=nil, hostcount=nil, vpnconnectionstate=nil, vpngwbandwidthdata=nil, localnetinfo=nil, vpnconnectionbandwidthdata=nil, hostdetailinfo=nil, hoststandbycount=nil, hostnormalcount=nil, requestid=nil)
|
|
1273
|
+
def initialize(cvmcount=nil, hostcount=nil, vpnconnectionstate=nil, vpngwbandwidthdata=nil, localnetinfo=nil, vpnconnectionbandwidthdata=nil, hostdetailinfo=nil, hoststandbycount=nil, hostnormalcount=nil, hostabnormalcount=nil, requestid=nil)
|
|
1272
1274
|
@CvmCount = cvmcount
|
|
1273
1275
|
@HostCount = hostcount
|
|
1274
1276
|
@VpnConnectionState = vpnconnectionstate
|
|
@@ -1278,6 +1280,7 @@ module TencentCloud
|
|
|
1278
1280
|
@HostDetailInfo = hostdetailinfo
|
|
1279
1281
|
@HostStandbyCount = hoststandbycount
|
|
1280
1282
|
@HostNormalCount = hostnormalcount
|
|
1283
|
+
@HostAbnormalCount = hostabnormalcount
|
|
1281
1284
|
@RequestId = requestid
|
|
1282
1285
|
end
|
|
1283
1286
|
|
|
@@ -1311,6 +1314,7 @@ module TencentCloud
|
|
|
1311
1314
|
end
|
|
1312
1315
|
@HostStandbyCount = params['HostStandbyCount']
|
|
1313
1316
|
@HostNormalCount = params['HostNormalCount']
|
|
1317
|
+
@HostAbnormalCount = params['HostAbnormalCount']
|
|
1314
1318
|
@RequestId = params['RequestId']
|
|
1315
1319
|
end
|
|
1316
1320
|
end
|
|
@@ -1689,8 +1693,8 @@ module TencentCloud
|
|
|
1689
1693
|
|
|
1690
1694
|
attr_accessor :HostIp, :ServiceType, :HostStatus, :HostType, :CpuAvailable, :CpuTotal, :MemAvailable, :MemTotal, :RunTime, :ExpireTime, :HostId
|
|
1691
1695
|
extend Gem::Deprecate
|
|
1692
|
-
deprecate :HostIp, :none, 2025,
|
|
1693
|
-
deprecate :HostIp=, :none, 2025,
|
|
1696
|
+
deprecate :HostIp, :none, 2025, 12
|
|
1697
|
+
deprecate :HostIp=, :none, 2025, 12
|
|
1694
1698
|
|
|
1695
1699
|
def initialize(hostip=nil, servicetype=nil, hoststatus=nil, hosttype=nil, cpuavailable=nil, cputotal=nil, memavailable=nil, memtotal=nil, runtime=nil, expiretime=nil, hostid=nil)
|
|
1696
1700
|
@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.1183
|
|
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-
|
|
11
|
+
date: 2025-12-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|
|
@@ -34,8 +34,8 @@ extensions: []
|
|
|
34
34
|
extra_rdoc_files: []
|
|
35
35
|
files:
|
|
36
36
|
- lib/tencentcloud-sdk-cdc.rb
|
|
37
|
-
- lib/v20201214/client.rb
|
|
38
37
|
- lib/v20201214/models.rb
|
|
38
|
+
- lib/v20201214/client.rb
|
|
39
39
|
- lib/VERSION
|
|
40
40
|
homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
|
|
41
41
|
licenses:
|