tencentcloud-sdk-trocket 3.0.1041 → 3.0.1042
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/v20230308/client.rb +2 -1
- data/lib/v20230308/models.rb +47 -38
- 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: cabcdc7071f193377531301f1b1a75c8734c6b21
|
4
|
+
data.tar.gz: 4ece00aceabe6498bdbcee8c777de8e06cd52ad9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9c81e08617d3b9256143e030ac7506670e911c005045ce8c99192a9c635113f55f54fb64d10711b9291b04816f02c681884626188aebbf8c288e16eec9bc2675
|
7
|
+
data.tar.gz: 03e3b2bf0d222de41c6e3a69762b69aebfbd45fffa1e2f40b27b096d7e1c25e00dc61c23d9bea02674a5d17cdcf620423898d6d396f6d2925d4578601fced55c
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1042
|
data/lib/v20230308/client.rb
CHANGED
@@ -1040,7 +1040,7 @@ module TencentCloud
|
|
1040
1040
|
|
1041
1041
|
# 查询Topic迁移状态列表
|
1042
1042
|
|
1043
|
-
# 查询过滤器,支持TopicName、MigrationStatus查询
|
1043
|
+
# 查询过滤器,支持TopicName、MigrationStatus、Namespace查询
|
1044
1044
|
|
1045
1045
|
# @param request: Request instance for DescribeMigratingTopicList.
|
1046
1046
|
# @type request: :class:`Tencentcloud::trocket::V20230308::DescribeMigratingTopicListRequest`
|
@@ -1145,6 +1145,7 @@ module TencentCloud
|
|
1145
1145
|
# GroupName,消费组名称模糊搜索
|
1146
1146
|
# Imported,是否已导入
|
1147
1147
|
# ImportStatus,导入状态
|
1148
|
+
# Namespace,命名空间
|
1148
1149
|
|
1149
1150
|
# @param request: Request instance for DescribeSourceClusterGroupList.
|
1150
1151
|
# @type request: :class:`Tencentcloud::trocket::V20230308::DescribeSourceClusterGroupListRequest`
|
data/lib/v20230308/models.rb
CHANGED
@@ -138,15 +138,18 @@ module TencentCloud
|
|
138
138
|
# @param ConsumerLag: 客户端消费堆积
|
139
139
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
140
140
|
# @type ConsumerLag: Integer
|
141
|
+
# @param ChannelProtocol: 消费者客户端类型(grpc;remoting;http)
|
142
|
+
# @type ChannelProtocol: String
|
141
143
|
|
142
|
-
attr_accessor :ClientId, :ClientAddr, :Language, :Version, :ConsumerLag
|
144
|
+
attr_accessor :ClientId, :ClientAddr, :Language, :Version, :ConsumerLag, :ChannelProtocol
|
143
145
|
|
144
|
-
def initialize(clientid=nil, clientaddr=nil, language=nil, version=nil, consumerlag=nil)
|
146
|
+
def initialize(clientid=nil, clientaddr=nil, language=nil, version=nil, consumerlag=nil, channelprotocol=nil)
|
145
147
|
@ClientId = clientid
|
146
148
|
@ClientAddr = clientaddr
|
147
149
|
@Language = language
|
148
150
|
@Version = version
|
149
151
|
@ConsumerLag = consumerlag
|
152
|
+
@ChannelProtocol = channelprotocol
|
150
153
|
end
|
151
154
|
|
152
155
|
def deserialize(params)
|
@@ -155,6 +158,7 @@ module TencentCloud
|
|
155
158
|
@Language = params['Language']
|
156
159
|
@Version = params['Version']
|
157
160
|
@ConsumerLag = params['ConsumerLag']
|
161
|
+
@ChannelProtocol = params['ChannelProtocol']
|
158
162
|
end
|
159
163
|
end
|
160
164
|
|
@@ -2734,16 +2738,12 @@ module TencentCloud
|
|
2734
2738
|
# DescribeMigratingGroupStats返回参数结构体
|
2735
2739
|
class DescribeMigratingGroupStatsResponse < TencentCloud::Common::AbstractModel
|
2736
2740
|
# @param SourceConsumeLag: 源集群消费组堆积
|
2737
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2738
2741
|
# @type SourceConsumeLag: Integer
|
2739
2742
|
# @param TargetConsumeLag: 目标集群消费组堆积
|
2740
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2741
2743
|
# @type TargetConsumeLag: Integer
|
2742
2744
|
# @param SourceConsumerClients: 源集群连接客户端列表
|
2743
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2744
2745
|
# @type SourceConsumerClients: Array
|
2745
2746
|
# @param TargetConsumerClients: 目标集群连接客户端列表
|
2746
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2747
2747
|
# @type TargetConsumerClients: Array
|
2748
2748
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2749
2749
|
# @type RequestId: String
|
@@ -2783,27 +2783,25 @@ module TencentCloud
|
|
2783
2783
|
|
2784
2784
|
# DescribeMigratingTopicList请求参数结构体
|
2785
2785
|
class DescribeMigratingTopicListRequest < TencentCloud::Common::AbstractModel
|
2786
|
-
# @param Offset: 查询起始位置
|
2787
|
-
# @type Offset: Integer
|
2788
|
-
# @param Limit: 查询结果限制数量
|
2789
|
-
# @type Limit: Integer
|
2790
2786
|
# @param TaskId: 任务ID
|
2791
2787
|
# @type TaskId: String
|
2792
2788
|
# @param Filters: 查询条件列表
|
2793
2789
|
# @type Filters: Array
|
2790
|
+
# @param Offset: 查询起始位置
|
2791
|
+
# @type Offset: Integer
|
2792
|
+
# @param Limit: 查询结果限制数量
|
2793
|
+
# @type Limit: Integer
|
2794
2794
|
|
2795
|
-
attr_accessor :
|
2795
|
+
attr_accessor :TaskId, :Filters, :Offset, :Limit
|
2796
2796
|
|
2797
|
-
def initialize(
|
2798
|
-
@Offset = offset
|
2799
|
-
@Limit = limit
|
2797
|
+
def initialize(taskid=nil, filters=nil, offset=nil, limit=nil)
|
2800
2798
|
@TaskId = taskid
|
2801
2799
|
@Filters = filters
|
2800
|
+
@Offset = offset
|
2801
|
+
@Limit = limit
|
2802
2802
|
end
|
2803
2803
|
|
2804
2804
|
def deserialize(params)
|
2805
|
-
@Offset = params['Offset']
|
2806
|
-
@Limit = params['Limit']
|
2807
2805
|
@TaskId = params['TaskId']
|
2808
2806
|
unless params['Filters'].nil?
|
2809
2807
|
@Filters = []
|
@@ -2813,13 +2811,14 @@ module TencentCloud
|
|
2813
2811
|
@Filters << filter_tmp
|
2814
2812
|
end
|
2815
2813
|
end
|
2814
|
+
@Offset = params['Offset']
|
2815
|
+
@Limit = params['Limit']
|
2816
2816
|
end
|
2817
2817
|
end
|
2818
2818
|
|
2819
2819
|
# DescribeMigratingTopicList返回参数结构体
|
2820
2820
|
class DescribeMigratingTopicListResponse < TencentCloud::Common::AbstractModel
|
2821
2821
|
# @param TotalCount: 查询总数
|
2822
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2823
2822
|
# @type TotalCount: Integer
|
2824
2823
|
# @param MigrateTopics: 主题列表
|
2825
2824
|
# @type MigrateTopics: Array
|
@@ -3012,27 +3011,25 @@ module TencentCloud
|
|
3012
3011
|
|
3013
3012
|
# DescribeSourceClusterGroupList请求参数结构体
|
3014
3013
|
class DescribeSourceClusterGroupListRequest < TencentCloud::Common::AbstractModel
|
3015
|
-
# @param Offset: 查询起始位置
|
3016
|
-
# @type Offset: Integer
|
3017
|
-
# @param Limit: 查询结果限制数量
|
3018
|
-
# @type Limit: Integer
|
3019
3014
|
# @param TaskId: 任务ID
|
3020
3015
|
# @type TaskId: String
|
3021
3016
|
# @param Filters: 查询条件列表
|
3022
3017
|
# @type Filters: Array
|
3018
|
+
# @param Offset: 查询起始位置
|
3019
|
+
# @type Offset: Integer
|
3020
|
+
# @param Limit: 查询结果限制数量
|
3021
|
+
# @type Limit: Integer
|
3023
3022
|
|
3024
|
-
attr_accessor :
|
3023
|
+
attr_accessor :TaskId, :Filters, :Offset, :Limit
|
3025
3024
|
|
3026
|
-
def initialize(
|
3027
|
-
@Offset = offset
|
3028
|
-
@Limit = limit
|
3025
|
+
def initialize(taskid=nil, filters=nil, offset=nil, limit=nil)
|
3029
3026
|
@TaskId = taskid
|
3030
3027
|
@Filters = filters
|
3028
|
+
@Offset = offset
|
3029
|
+
@Limit = limit
|
3031
3030
|
end
|
3032
3031
|
|
3033
3032
|
def deserialize(params)
|
3034
|
-
@Offset = params['Offset']
|
3035
|
-
@Limit = params['Limit']
|
3036
3033
|
@TaskId = params['TaskId']
|
3037
3034
|
unless params['Filters'].nil?
|
3038
3035
|
@Filters = []
|
@@ -3042,13 +3039,14 @@ module TencentCloud
|
|
3042
3039
|
@Filters << filter_tmp
|
3043
3040
|
end
|
3044
3041
|
end
|
3042
|
+
@Offset = params['Offset']
|
3043
|
+
@Limit = params['Limit']
|
3045
3044
|
end
|
3046
3045
|
end
|
3047
3046
|
|
3048
3047
|
# DescribeSourceClusterGroupList返回参数结构体
|
3049
3048
|
class DescribeSourceClusterGroupListResponse < TencentCloud::Common::AbstractModel
|
3050
3049
|
# @param TotalCount: 查询总数
|
3051
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3052
3050
|
# @type TotalCount: Integer
|
3053
3051
|
# @param Groups: 消费组配置列表
|
3054
3052
|
# @type Groups: Array
|
@@ -4350,29 +4348,39 @@ module TencentCloud
|
|
4350
4348
|
# 迁移中的主题
|
4351
4349
|
class MigratingTopic < TencentCloud::Common::AbstractModel
|
4352
4350
|
# @param TopicName: 主题名称
|
4353
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4354
4351
|
# @type TopicName: String
|
4355
4352
|
# @param MigrationStatus: 迁移状态 S_RW_D_NA 源集群读写 S_RW_D_R 源集群读写目标集群读 S_RW_D_RW 源集群读写目标集群读写 S_R_D_RW 源集群读目标集群读写 S_NA_D_RW 目标集群读写
|
4356
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4357
4353
|
# @type MigrationStatus: String
|
4358
4354
|
# @param HealthCheckPassed: 是否完成健康检查
|
4359
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4360
4355
|
# @type HealthCheckPassed: Boolean
|
4361
4356
|
# @param HealthCheckError: 上次健康检查返回的错误信息,仅在HealthCheckPassed为false时有效。 NotChecked 未执行检查, Unknown 未知错误, TopicNotImported 主题未导入, TopicNotExistsInSourceCluster 主题在源集群中不存在, TopicNotExistsInTargetCluster 主题在目标集群中不存在, ConsumerConnectedOnTarget 目标集群上存在消费者连接, SourceTopicHasNewMessagesIn5Minutes 源集群主题前5分钟内有新消息写入, TargetTopicHasNewMessagesIn5Minutes 目标集群主题前5分钟内有新消息写入, SourceTopicHasNoMessagesIn5Minutes 源集群前5分钟内没有新消息写入, TargetTopicHasNoMessagesIn5Minutes 源集群前5分钟内没有新消息写入, ConsumerGroupCountNotMatch 订阅组数量不一致, SourceTopicHasUnconsumedMessages 源集群主题存在未消费消息,
|
4362
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4363
4357
|
# @type HealthCheckError: String
|
4364
4358
|
# @param Namespace: 命名空间,仅4.x集群有效
|
4365
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4366
4359
|
# @type Namespace: String
|
4360
|
+
# @param NamespaceV4: 4.x的命名空间
|
4361
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
4362
|
+
# @type NamespaceV4: String
|
4363
|
+
# @param TopicNameV4: 4.x的主题名称
|
4364
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
4365
|
+
# @type TopicNameV4: String
|
4366
|
+
# @param FullNamespaceV4: 4.x的完整命名空间
|
4367
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
4368
|
+
# @type FullNamespaceV4: String
|
4369
|
+
# @param HealthCheckErrorList: 上次健康检查返回的错误列表
|
4370
|
+
# @type HealthCheckErrorList: Array
|
4367
4371
|
|
4368
|
-
attr_accessor :TopicName, :MigrationStatus, :HealthCheckPassed, :HealthCheckError, :Namespace
|
4372
|
+
attr_accessor :TopicName, :MigrationStatus, :HealthCheckPassed, :HealthCheckError, :Namespace, :NamespaceV4, :TopicNameV4, :FullNamespaceV4, :HealthCheckErrorList
|
4369
4373
|
|
4370
|
-
def initialize(topicname=nil, migrationstatus=nil, healthcheckpassed=nil, healthcheckerror=nil, namespace=nil)
|
4374
|
+
def initialize(topicname=nil, migrationstatus=nil, healthcheckpassed=nil, healthcheckerror=nil, namespace=nil, namespacev4=nil, topicnamev4=nil, fullnamespacev4=nil, healthcheckerrorlist=nil)
|
4371
4375
|
@TopicName = topicname
|
4372
4376
|
@MigrationStatus = migrationstatus
|
4373
4377
|
@HealthCheckPassed = healthcheckpassed
|
4374
4378
|
@HealthCheckError = healthcheckerror
|
4375
4379
|
@Namespace = namespace
|
4380
|
+
@NamespaceV4 = namespacev4
|
4381
|
+
@TopicNameV4 = topicnamev4
|
4382
|
+
@FullNamespaceV4 = fullnamespacev4
|
4383
|
+
@HealthCheckErrorList = healthcheckerrorlist
|
4376
4384
|
end
|
4377
4385
|
|
4378
4386
|
def deserialize(params)
|
@@ -4381,6 +4389,10 @@ module TencentCloud
|
|
4381
4389
|
@HealthCheckPassed = params['HealthCheckPassed']
|
4382
4390
|
@HealthCheckError = params['HealthCheckError']
|
4383
4391
|
@Namespace = params['Namespace']
|
4392
|
+
@NamespaceV4 = params['NamespaceV4']
|
4393
|
+
@TopicNameV4 = params['TopicNameV4']
|
4394
|
+
@FullNamespaceV4 = params['FullNamespaceV4']
|
4395
|
+
@HealthCheckErrorList = params['HealthCheckErrorList']
|
4384
4396
|
end
|
4385
4397
|
end
|
4386
4398
|
|
@@ -5664,13 +5676,10 @@ module TencentCloud
|
|
5664
5676
|
# 迁移主题修改状态后的结果
|
5665
5677
|
class TopicStageChangeResult < TencentCloud::Common::AbstractModel
|
5666
5678
|
# @param TopicName: 主题名称
|
5667
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5668
5679
|
# @type TopicName: String
|
5669
5680
|
# @param Success: 是否成功
|
5670
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5671
5681
|
# @type Success: Boolean
|
5672
5682
|
# @param Namespace: 命名空间,仅4.x有效
|
5673
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5674
5683
|
# @type Namespace: String
|
5675
5684
|
|
5676
5685
|
attr_accessor :TopicName, :Success, :Namespace
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-trocket
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.1042
|
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-04-
|
11
|
+
date: 2025-04-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|
@@ -33,9 +33,9 @@ executables: []
|
|
33
33
|
extensions: []
|
34
34
|
extra_rdoc_files: []
|
35
35
|
files:
|
36
|
+
- lib/tencentcloud-sdk-trocket.rb
|
36
37
|
- lib/v20230308/client.rb
|
37
38
|
- lib/v20230308/models.rb
|
38
|
-
- lib/tencentcloud-sdk-trocket.rb
|
39
39
|
- lib/VERSION
|
40
40
|
homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
|
41
41
|
licenses:
|