tencentcloud-sdk-cdc 3.0.1074 → 3.0.1104
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/client.rb +1 -1
- data/lib/v20201214/models.rb +11 -11
- 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: eb4d835670bd2dd8fe4979cc450b33328cca0a0c
|
4
|
+
data.tar.gz: 8a2e7b6f7ebcfb756b1493c068abd8251559b661
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 008f3e5dfc3d2f52e5d1eb554773e135bfc8483366f89c2e2f98114b8b367198e6215fc90236cca1ff13212dfa18de63ea9405ddd733ded104937d88988c1ac2
|
7
|
+
data.tar.gz: 856725b3c776abf88378f4124a1b6acbdd76885360ed2228c560b9e0d184efa29cfbfbfb778ad190672b7df0ae939a07f2068267af3ee6e8b00ebe597d36b79e
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1104
|
data/lib/v20201214/client.rb
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
# Copyright (c) 2017-
|
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.
|
data/lib/v20201214/models.rb
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
# Copyright (c) 2017-
|
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.
|
@@ -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, 7
|
556
|
+
deprecate :DedicatedClusterTypeId=, :none, 2025, 7
|
557
|
+
deprecate :SupportedStorageType, :none, 2025, 7
|
558
|
+
deprecate :SupportedStorageType=, :none, 2025, 7
|
559
|
+
deprecate :SupportedUplinkSpeed, :none, 2025, 7
|
560
|
+
deprecate :SupportedUplinkSpeed=, :none, 2025, 7
|
561
|
+
deprecate :SupportedInstanceFamily, :none, 2025, 7
|
562
|
+
deprecate :SupportedInstanceFamily=, :none, 2025, 7
|
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
|
@@ -1689,8 +1689,8 @@ module TencentCloud
|
|
1689
1689
|
|
1690
1690
|
attr_accessor :HostIp, :ServiceType, :HostStatus, :HostType, :CpuAvailable, :CpuTotal, :MemAvailable, :MemTotal, :RunTime, :ExpireTime, :HostId
|
1691
1691
|
extend Gem::Deprecate
|
1692
|
-
deprecate :HostIp, :none, 2025,
|
1693
|
-
deprecate :HostIp=, :none, 2025,
|
1692
|
+
deprecate :HostIp, :none, 2025, 7
|
1693
|
+
deprecate :HostIp=, :none, 2025, 7
|
1694
1694
|
|
1695
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)
|
1696
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.1104
|
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-07-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|