tencentcloud-sdk-ckafka 3.0.1087 → 3.0.1092
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/v20190819/models.rb +23 -15
- 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: 9e9b41ba99d6aa96645371767e4e6559b8ddae4f
|
4
|
+
data.tar.gz: 3df99673bddc7cf7ee60720697cbe1b0087ff1d8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fa67a4ae9096bc1e04904ab483592f832741ee72e6119cd8b211a38dd954ca9e8268447e646b42817b69c163c73216c0f47b8351b2df5d5dd5d173bdf66a9769
|
7
|
+
data.tar.gz: 618f10df4b3344d9b94cfcae08c7a6f001dc79a4e52ec3f73df7e46c357d514223cf8da3d323440964d18a4f6992f3a6187f9173ca24fc45dc9e6e1fa13d21b1
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1092
|
data/lib/v20190819/models.rb
CHANGED
@@ -1781,8 +1781,8 @@ module TencentCloud
|
|
1781
1781
|
|
1782
1782
|
attr_accessor :TaskName, :TaskType, :SourceResource, :TargetResource, :TransformParam, :PrivateLinkParam, :SchemaId, :TransformsParam, :TaskId, :Tags, :Description
|
1783
1783
|
extend Gem::Deprecate
|
1784
|
-
deprecate :PrivateLinkParam, :none, 2025,
|
1785
|
-
deprecate :PrivateLinkParam=, :none, 2025,
|
1784
|
+
deprecate :PrivateLinkParam, :none, 2025, 7
|
1785
|
+
deprecate :PrivateLinkParam=, :none, 2025, 7
|
1786
1786
|
|
1787
1787
|
def initialize(taskname=nil, tasktype=nil, sourceresource=nil, targetresource=nil, transformparam=nil, privatelinkparam=nil, schemaid=nil, transformsparam=nil, taskid=nil, tags=nil, description=nil)
|
1788
1788
|
@TaskName = taskname
|
@@ -2280,8 +2280,8 @@ module TencentCloud
|
|
2280
2280
|
|
2281
2281
|
attr_accessor :ReturnCode, :ReturnMessage, :Data, :DeleteRouteTimestamp
|
2282
2282
|
extend Gem::Deprecate
|
2283
|
-
deprecate :DeleteRouteTimestamp, :none, 2025,
|
2284
|
-
deprecate :DeleteRouteTimestamp=, :none, 2025,
|
2283
|
+
deprecate :DeleteRouteTimestamp, :none, 2025, 7
|
2284
|
+
deprecate :DeleteRouteTimestamp=, :none, 2025, 7
|
2285
2285
|
|
2286
2286
|
def initialize(returncode=nil, returnmessage=nil, data=nil, deleteroutetimestamp=nil)
|
2287
2287
|
@ReturnCode = returncode
|
@@ -2702,7 +2702,7 @@ module TencentCloud
|
|
2702
2702
|
class CreateTopicRequest < TencentCloud::Common::AbstractModel
|
2703
2703
|
# @param InstanceId: 实例Id
|
2704
2704
|
# @type InstanceId: String
|
2705
|
-
# @param TopicName:
|
2705
|
+
# @param TopicName: 只能包含字母、数字、下划线、“-”、“.”
|
2706
2706
|
# @type TopicName: String
|
2707
2707
|
# @param PartitionNum: Partition个数,大于0
|
2708
2708
|
# @type PartitionNum: Integer
|
@@ -4725,10 +4725,14 @@ module TencentCloud
|
|
4725
4725
|
# @type ErrorMessage: String
|
4726
4726
|
# @param Tags: 任务标签列表
|
4727
4727
|
# @type Tags: Array
|
4728
|
+
# @param Description: 任务描述信息
|
4729
|
+
# @type Description: String
|
4730
|
+
# @param IsolateStatus: 1:正常 2:隔离中
|
4731
|
+
# @type IsolateStatus: Integer
|
4728
4732
|
|
4729
|
-
attr_accessor :TaskId, :TaskName, :TaskType, :Status, :SourceResource, :TargetResource, :Connections, :CreateTime, :TransformParam, :DatahubId, :SchemaId, :SchemaName, :TransformsParam, :ErrorMessage, :Tags
|
4733
|
+
attr_accessor :TaskId, :TaskName, :TaskType, :Status, :SourceResource, :TargetResource, :Connections, :CreateTime, :TransformParam, :DatahubId, :SchemaId, :SchemaName, :TransformsParam, :ErrorMessage, :Tags, :Description, :IsolateStatus
|
4730
4734
|
|
4731
|
-
def initialize(taskid=nil, taskname=nil, tasktype=nil, status=nil, sourceresource=nil, targetresource=nil, connections=nil, createtime=nil, transformparam=nil, datahubid=nil, schemaid=nil, schemaname=nil, transformsparam=nil, errormessage=nil, tags=nil)
|
4735
|
+
def initialize(taskid=nil, taskname=nil, tasktype=nil, status=nil, sourceresource=nil, targetresource=nil, connections=nil, createtime=nil, transformparam=nil, datahubid=nil, schemaid=nil, schemaname=nil, transformsparam=nil, errormessage=nil, tags=nil, description=nil, isolatestatus=nil)
|
4732
4736
|
@TaskId = taskid
|
4733
4737
|
@TaskName = taskname
|
4734
4738
|
@TaskType = tasktype
|
@@ -4744,6 +4748,8 @@ module TencentCloud
|
|
4744
4748
|
@TransformsParam = transformsparam
|
4745
4749
|
@ErrorMessage = errormessage
|
4746
4750
|
@Tags = tags
|
4751
|
+
@Description = description
|
4752
|
+
@IsolateStatus = isolatestatus
|
4747
4753
|
end
|
4748
4754
|
|
4749
4755
|
def deserialize(params)
|
@@ -4788,6 +4794,8 @@ module TencentCloud
|
|
4788
4794
|
@Tags << tag_tmp
|
4789
4795
|
end
|
4790
4796
|
end
|
4797
|
+
@Description = params['Description']
|
4798
|
+
@IsolateStatus = params['IsolateStatus']
|
4791
4799
|
end
|
4792
4800
|
end
|
4793
4801
|
|
@@ -5333,8 +5341,8 @@ module TencentCloud
|
|
5333
5341
|
|
5334
5342
|
attr_accessor :InstanceId, :SearchWord, :Status, :Offset, :Limit, :TagKey, :Filters, :InstanceIds, :InstanceIdList, :TagList
|
5335
5343
|
extend Gem::Deprecate
|
5336
|
-
deprecate :InstanceIds, :none, 2025,
|
5337
|
-
deprecate :InstanceIds=, :none, 2025,
|
5344
|
+
deprecate :InstanceIds, :none, 2025, 7
|
5345
|
+
deprecate :InstanceIds=, :none, 2025, 7
|
5338
5346
|
|
5339
5347
|
def initialize(instanceid=nil, searchword=nil, status=nil, offset=nil, limit=nil, tagkey=nil, filters=nil, instanceids=nil, instanceidlist=nil, taglist=nil)
|
5340
5348
|
@InstanceId = instanceid
|
@@ -5419,8 +5427,8 @@ module TencentCloud
|
|
5419
5427
|
|
5420
5428
|
attr_accessor :InstanceId, :SearchWord, :Status, :Offset, :Limit, :TagKey, :VpcId
|
5421
5429
|
extend Gem::Deprecate
|
5422
|
-
deprecate :TagKey, :none, 2025,
|
5423
|
-
deprecate :TagKey=, :none, 2025,
|
5430
|
+
deprecate :TagKey, :none, 2025, 7
|
5431
|
+
deprecate :TagKey=, :none, 2025, 7
|
5424
5432
|
|
5425
5433
|
def initialize(instanceid=nil, searchword=nil, status=nil, offset=nil, limit=nil, tagkey=nil, vpcid=nil)
|
5426
5434
|
@InstanceId = instanceid
|
@@ -9181,8 +9189,8 @@ module TencentCloud
|
|
9181
9189
|
|
9182
9190
|
attr_accessor :InstanceId, :MsgRetentionTime, :InstanceName, :Config, :DynamicRetentionConfig, :RebalanceTime, :PublicNetwork, :DynamicDiskConfig, :MaxMessageByte, :UncleanLeaderElectionEnable, :DeleteProtectionEnable
|
9183
9191
|
extend Gem::Deprecate
|
9184
|
-
deprecate :DynamicDiskConfig, :none, 2025,
|
9185
|
-
deprecate :DynamicDiskConfig=, :none, 2025,
|
9192
|
+
deprecate :DynamicDiskConfig, :none, 2025, 7
|
9193
|
+
deprecate :DynamicDiskConfig=, :none, 2025, 7
|
9186
9194
|
|
9187
9195
|
def initialize(instanceid=nil, msgretentiontime=nil, instancename=nil, config=nil, dynamicretentionconfig=nil, rebalancetime=nil, publicnetwork=nil, dynamicdiskconfig=nil, maxmessagebyte=nil, uncleanleaderelectionenable=nil, deleteprotectionenable=nil)
|
9188
9196
|
@InstanceId = instanceid
|
@@ -12218,8 +12226,8 @@ module TencentCloud
|
|
12218
12226
|
|
12219
12227
|
attr_accessor :ZoneId, :IsInternalApp, :AppId, :Flag, :ZoneName, :ZoneStatus, :Exflag, :SoldOut, :SalesInfo, :ExtraFlag
|
12220
12228
|
extend Gem::Deprecate
|
12221
|
-
deprecate :Exflag, :none, 2025,
|
12222
|
-
deprecate :Exflag=, :none, 2025,
|
12229
|
+
deprecate :Exflag, :none, 2025, 7
|
12230
|
+
deprecate :Exflag=, :none, 2025, 7
|
12223
12231
|
|
12224
12232
|
def initialize(zoneid=nil, isinternalapp=nil, appid=nil, flag=nil, zonename=nil, zonestatus=nil, exflag=nil, soldout=nil, salesinfo=nil, extraflag=nil)
|
12225
12233
|
@ZoneId = zoneid
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-ckafka
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.1092
|
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-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|