tencentcloud-sdk-ckafka 3.0.1080 → 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 +35 -19
- 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
|
@@ -7892,10 +7900,12 @@ module TencentCloud
|
|
7892
7900
|
# @type CustomCertId: String
|
7893
7901
|
# @param UncleanLeaderElectionEnable: 集群topic默认 unclean.leader.election.enable配置: 1 开启 0 关闭
|
7894
7902
|
# @type UncleanLeaderElectionEnable: Integer
|
7903
|
+
# @param DeleteProtectionEnable: 实例删除保护开关: 1 开启 0 关闭
|
7904
|
+
# @type DeleteProtectionEnable: Integer
|
7895
7905
|
|
7896
|
-
attr_accessor :InstanceId, :InstanceName, :VipList, :Vip, :Vport, :Status, :Bandwidth, :DiskSize, :ZoneId, :VpcId, :SubnetId, :Healthy, :HealthyMessage, :CreateTime, :MsgRetentionTime, :Config, :RemainderPartitions, :RemainderTopics, :CreatedPartitions, :CreatedTopics, :Tags, :ExpireTime, :ZoneIds, :Version, :MaxGroupNum, :Cvm, :InstanceType, :Features, :RetentionTimeConfig, :MaxConnection, :PublicNetwork, :DeleteRouteTimestamp, :RemainingPartitions, :RemainingTopics, :DynamicDiskConfig, :InstanceChargeType, :ClusterType, :FreePartitionNumber, :ElasticFloatBandwidth, :CustomCertId, :UncleanLeaderElectionEnable
|
7906
|
+
attr_accessor :InstanceId, :InstanceName, :VipList, :Vip, :Vport, :Status, :Bandwidth, :DiskSize, :ZoneId, :VpcId, :SubnetId, :Healthy, :HealthyMessage, :CreateTime, :MsgRetentionTime, :Config, :RemainderPartitions, :RemainderTopics, :CreatedPartitions, :CreatedTopics, :Tags, :ExpireTime, :ZoneIds, :Version, :MaxGroupNum, :Cvm, :InstanceType, :Features, :RetentionTimeConfig, :MaxConnection, :PublicNetwork, :DeleteRouteTimestamp, :RemainingPartitions, :RemainingTopics, :DynamicDiskConfig, :InstanceChargeType, :ClusterType, :FreePartitionNumber, :ElasticFloatBandwidth, :CustomCertId, :UncleanLeaderElectionEnable, :DeleteProtectionEnable
|
7897
7907
|
|
7898
|
-
def initialize(instanceid=nil, instancename=nil, viplist=nil, vip=nil, vport=nil, status=nil, bandwidth=nil, disksize=nil, zoneid=nil, vpcid=nil, subnetid=nil, healthy=nil, healthymessage=nil, createtime=nil, msgretentiontime=nil, config=nil, remainderpartitions=nil, remaindertopics=nil, createdpartitions=nil, createdtopics=nil, tags=nil, expiretime=nil, zoneids=nil, version=nil, maxgroupnum=nil, cvm=nil, instancetype=nil, features=nil, retentiontimeconfig=nil, maxconnection=nil, publicnetwork=nil, deleteroutetimestamp=nil, remainingpartitions=nil, remainingtopics=nil, dynamicdiskconfig=nil, instancechargetype=nil, clustertype=nil, freepartitionnumber=nil, elasticfloatbandwidth=nil, customcertid=nil, uncleanleaderelectionenable=nil)
|
7908
|
+
def initialize(instanceid=nil, instancename=nil, viplist=nil, vip=nil, vport=nil, status=nil, bandwidth=nil, disksize=nil, zoneid=nil, vpcid=nil, subnetid=nil, healthy=nil, healthymessage=nil, createtime=nil, msgretentiontime=nil, config=nil, remainderpartitions=nil, remaindertopics=nil, createdpartitions=nil, createdtopics=nil, tags=nil, expiretime=nil, zoneids=nil, version=nil, maxgroupnum=nil, cvm=nil, instancetype=nil, features=nil, retentiontimeconfig=nil, maxconnection=nil, publicnetwork=nil, deleteroutetimestamp=nil, remainingpartitions=nil, remainingtopics=nil, dynamicdiskconfig=nil, instancechargetype=nil, clustertype=nil, freepartitionnumber=nil, elasticfloatbandwidth=nil, customcertid=nil, uncleanleaderelectionenable=nil, deleteprotectionenable=nil)
|
7899
7909
|
@InstanceId = instanceid
|
7900
7910
|
@InstanceName = instancename
|
7901
7911
|
@VipList = viplist
|
@@ -7937,6 +7947,7 @@ module TencentCloud
|
|
7937
7947
|
@ElasticFloatBandwidth = elasticfloatbandwidth
|
7938
7948
|
@CustomCertId = customcertid
|
7939
7949
|
@UncleanLeaderElectionEnable = uncleanleaderelectionenable
|
7950
|
+
@DeleteProtectionEnable = deleteprotectionenable
|
7940
7951
|
end
|
7941
7952
|
|
7942
7953
|
def deserialize(params)
|
@@ -8004,6 +8015,7 @@ module TencentCloud
|
|
8004
8015
|
@ElasticFloatBandwidth = params['ElasticFloatBandwidth']
|
8005
8016
|
@CustomCertId = params['CustomCertId']
|
8006
8017
|
@UncleanLeaderElectionEnable = params['UncleanLeaderElectionEnable']
|
8018
|
+
@DeleteProtectionEnable = params['DeleteProtectionEnable']
|
8007
8019
|
end
|
8008
8020
|
end
|
8009
8021
|
|
@@ -9172,13 +9184,15 @@ module TencentCloud
|
|
9172
9184
|
# @type MaxMessageByte: Integer
|
9173
9185
|
# @param UncleanLeaderElectionEnable: 集群topic默认 unclean.leader.election.enable配置: 1 开启 0 关闭
|
9174
9186
|
# @type UncleanLeaderElectionEnable: Integer
|
9187
|
+
# @param DeleteProtectionEnable: 实例删除保护开关: 1 开启 0 关闭
|
9188
|
+
# @type DeleteProtectionEnable: Integer
|
9175
9189
|
|
9176
|
-
attr_accessor :InstanceId, :MsgRetentionTime, :InstanceName, :Config, :DynamicRetentionConfig, :RebalanceTime, :PublicNetwork, :DynamicDiskConfig, :MaxMessageByte, :UncleanLeaderElectionEnable
|
9190
|
+
attr_accessor :InstanceId, :MsgRetentionTime, :InstanceName, :Config, :DynamicRetentionConfig, :RebalanceTime, :PublicNetwork, :DynamicDiskConfig, :MaxMessageByte, :UncleanLeaderElectionEnable, :DeleteProtectionEnable
|
9177
9191
|
extend Gem::Deprecate
|
9178
|
-
deprecate :DynamicDiskConfig, :none, 2025,
|
9179
|
-
deprecate :DynamicDiskConfig=, :none, 2025,
|
9192
|
+
deprecate :DynamicDiskConfig, :none, 2025, 7
|
9193
|
+
deprecate :DynamicDiskConfig=, :none, 2025, 7
|
9180
9194
|
|
9181
|
-
def initialize(instanceid=nil, msgretentiontime=nil, instancename=nil, config=nil, dynamicretentionconfig=nil, rebalancetime=nil, publicnetwork=nil, dynamicdiskconfig=nil, maxmessagebyte=nil, uncleanleaderelectionenable=nil)
|
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)
|
9182
9196
|
@InstanceId = instanceid
|
9183
9197
|
@MsgRetentionTime = msgretentiontime
|
9184
9198
|
@InstanceName = instancename
|
@@ -9189,6 +9203,7 @@ module TencentCloud
|
|
9189
9203
|
@DynamicDiskConfig = dynamicdiskconfig
|
9190
9204
|
@MaxMessageByte = maxmessagebyte
|
9191
9205
|
@UncleanLeaderElectionEnable = uncleanleaderelectionenable
|
9206
|
+
@DeleteProtectionEnable = deleteprotectionenable
|
9192
9207
|
end
|
9193
9208
|
|
9194
9209
|
def deserialize(params)
|
@@ -9211,6 +9226,7 @@ module TencentCloud
|
|
9211
9226
|
end
|
9212
9227
|
@MaxMessageByte = params['MaxMessageByte']
|
9213
9228
|
@UncleanLeaderElectionEnable = params['UncleanLeaderElectionEnable']
|
9229
|
+
@DeleteProtectionEnable = params['DeleteProtectionEnable']
|
9214
9230
|
end
|
9215
9231
|
end
|
9216
9232
|
|
@@ -12210,8 +12226,8 @@ module TencentCloud
|
|
12210
12226
|
|
12211
12227
|
attr_accessor :ZoneId, :IsInternalApp, :AppId, :Flag, :ZoneName, :ZoneStatus, :Exflag, :SoldOut, :SalesInfo, :ExtraFlag
|
12212
12228
|
extend Gem::Deprecate
|
12213
|
-
deprecate :Exflag, :none, 2025,
|
12214
|
-
deprecate :Exflag=, :none, 2025,
|
12229
|
+
deprecate :Exflag, :none, 2025, 7
|
12230
|
+
deprecate :Exflag=, :none, 2025, 7
|
12215
12231
|
|
12216
12232
|
def initialize(zoneid=nil, isinternalapp=nil, appid=nil, flag=nil, zonename=nil, zonestatus=nil, exflag=nil, soldout=nil, salesinfo=nil, extraflag=nil)
|
12217
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
|