tencentcloud-sdk-tdmq 3.0.1024 → 3.0.1025
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/v20200217/models.rb +136 -0
- 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: 16bf51616a5962820646500eac89c63d6f6ee408
|
4
|
+
data.tar.gz: 60041f0efc1278b902bfad185ca740252040a6e5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: edc6fddaf2a1cfe6a3378176adf0aefc36b924dc5113a7d74e9d37188d405acc968ab89d4f00577270dd29012ba76d0e88ace3d2fbda00e1d3c7f05b20f6b458
|
7
|
+
data.tar.gz: 1f0adcb43f6d139e6c693aab05d1e08c00399efb4b688e9c45baa14f6e43a73853d3869ec5230fd7e7ba636d36d3d86f57f3fc94edda2e6980b5d3d9ffae0476
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1025
|
data/lib/v20200217/models.rb
CHANGED
@@ -328,6 +328,7 @@ module TencentCloud
|
|
328
328
|
# @param Healthy: 集群是否健康,1表示健康,0表示异常
|
329
329
|
# @type Healthy: Integer
|
330
330
|
# @param HealthyInfo: 集群健康信息
|
331
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
331
332
|
# @type HealthyInfo: String
|
332
333
|
# @param Status: 集群状态,0:创建中,1:正常,2:销毁中,3:已删除,4: 隔离中,5:创建失败,6: 删除失败
|
333
334
|
# @type Status: Integer
|
@@ -342,38 +343,54 @@ module TencentCloud
|
|
342
343
|
# @param MaxStorageCapacity: 最大存储容量
|
343
344
|
# @type MaxStorageCapacity: Integer
|
344
345
|
# @param Version: 集群版本
|
346
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
345
347
|
# @type Version: String
|
346
348
|
# @param PublicEndPoint: 公网访问接入点
|
349
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
347
350
|
# @type PublicEndPoint: String
|
348
351
|
# @param VpcEndPoint: VPC访问接入点
|
352
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
349
353
|
# @type VpcEndPoint: String
|
350
354
|
# @param NamespaceNum: 命名空间数量
|
355
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
351
356
|
# @type NamespaceNum: Integer
|
352
357
|
# @param UsedStorageBudget: 已使用存储限制,MB为单位
|
358
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
353
359
|
# @type UsedStorageBudget: Integer
|
354
360
|
# @param MaxPublishRateInMessages: 最大生产消息速率,以条数为单位
|
361
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
355
362
|
# @type MaxPublishRateInMessages: Integer
|
356
363
|
# @param MaxDispatchRateInMessages: 最大推送消息速率,以条数为单位
|
364
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
357
365
|
# @type MaxDispatchRateInMessages: Integer
|
358
366
|
# @param MaxPublishRateInBytes: 最大生产消息速率,以字节为单位
|
367
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
359
368
|
# @type MaxPublishRateInBytes: Integer
|
360
369
|
# @param MaxDispatchRateInBytes: 最大推送消息速率,以字节为单位
|
370
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
361
371
|
# @type MaxDispatchRateInBytes: Integer
|
362
372
|
# @param TopicNum: 已创建主题数
|
373
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
363
374
|
# @type TopicNum: Integer
|
364
375
|
# @param MaxMessageDelayInSeconds: 最长消息延时,以秒为单位
|
376
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
365
377
|
# @type MaxMessageDelayInSeconds: Integer
|
366
378
|
# @param PublicAccessEnabled: 是否开启公网访问,不填时默认开启
|
379
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
367
380
|
# @type PublicAccessEnabled: Boolean
|
368
381
|
# @param Tags: 标签
|
382
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
369
383
|
# @type Tags: Array
|
370
384
|
# @param PayMode: 计费模式:
|
371
385
|
# 0: 按量计费
|
372
386
|
# 1: 包年包月
|
387
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
373
388
|
# @type PayMode: Integer
|
374
389
|
# @param ProjectId: 项目ID
|
390
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
375
391
|
# @type ProjectId: Integer
|
376
392
|
# @param ProjectName: 项目名字
|
393
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
377
394
|
# @type ProjectName: String
|
378
395
|
# @param UpgradeProInstance: 是否支持升级专业版实例
|
379
396
|
# @type UpgradeProInstance: Boolean
|
@@ -854,14 +871,19 @@ module TencentCloud
|
|
854
871
|
# 消费者
|
855
872
|
class Consumer < TencentCloud::Common::AbstractModel
|
856
873
|
# @param ConnectedSince: 消费者开始连接的时间。
|
874
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
857
875
|
# @type ConnectedSince: String
|
858
876
|
# @param ConsumerAddr: 消费者地址。
|
877
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
859
878
|
# @type ConsumerAddr: String
|
860
879
|
# @param ConsumerName: 消费者名称。
|
880
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
861
881
|
# @type ConsumerName: String
|
862
882
|
# @param ClientVersion: 消费者版本。
|
883
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
863
884
|
# @type ClientVersion: String
|
864
885
|
# @param Partition: 消费者连接的主题分区号
|
886
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
865
887
|
# @type Partition: Integer
|
866
888
|
|
867
889
|
attr_accessor :ConnectedSince, :ConsumerAddr, :ConsumerName, :ClientVersion, :Partition
|
@@ -926,8 +948,10 @@ module TencentCloud
|
|
926
948
|
# 消费信息
|
927
949
|
class ConsumerLogs < TencentCloud::Common::AbstractModel
|
928
950
|
# @param TotalCount: 记录数。
|
951
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
929
952
|
# @type TotalCount: Integer
|
930
953
|
# @param ConsumerLogSets: 消费日志。
|
954
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
931
955
|
# @type ConsumerLogSets: Array
|
932
956
|
|
933
957
|
attr_accessor :TotalCount, :ConsumerLogSets
|
@@ -1005,16 +1029,20 @@ module TencentCloud
|
|
1005
1029
|
# 消费进度详情
|
1006
1030
|
class ConsumersSchedule < TencentCloud::Common::AbstractModel
|
1007
1031
|
# @param Partitions: 当前分区id。
|
1032
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
1008
1033
|
# @type Partitions: Integer
|
1009
1034
|
# @param NumberOfEntries: 消息数量。
|
1035
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
1010
1036
|
# @type NumberOfEntries: Integer
|
1011
1037
|
# @param MsgBacklog: 消息积压数量。
|
1038
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
1012
1039
|
# @type MsgBacklog: Integer
|
1013
1040
|
# @param MsgRateOut: 消费者每秒分发消息的数量之和。
|
1014
1041
|
# @type MsgRateOut: String
|
1015
1042
|
# @param MsgThroughputOut: 消费者每秒消息的byte。
|
1016
1043
|
# @type MsgThroughputOut: String
|
1017
1044
|
# @param MsgRateExpired: 超时丢弃比例。
|
1045
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
1018
1046
|
# @type MsgRateExpired: String
|
1019
1047
|
|
1020
1048
|
attr_accessor :Partitions, :NumberOfEntries, :MsgBacklog, :MsgRateOut, :MsgThroughputOut, :MsgRateExpired
|
@@ -7910,6 +7938,7 @@ module TencentCloud
|
|
7910
7938
|
# 实例维度组合数组
|
7911
7939
|
class DimensionInstance < TencentCloud::Common::AbstractModel
|
7912
7940
|
# @param Dimensions: 实例的维度组合
|
7941
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
7913
7942
|
# @type Dimensions: Array
|
7914
7943
|
|
7915
7944
|
attr_accessor :Dimensions
|
@@ -7969,10 +7998,13 @@ module TencentCloud
|
|
7969
7998
|
# @param NamespaceName: 命名空间名称
|
7970
7999
|
# @type NamespaceName: String
|
7971
8000
|
# @param TopicNum: Topic数量
|
8001
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
7972
8002
|
# @type TopicNum: Integer
|
7973
8003
|
# @param RetentionPolicy: 消息保留策略
|
8004
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
7974
8005
|
# @type RetentionPolicy: :class:`Tencentcloud::Tdmq.v20200217.models.RetentionPolicy`
|
7975
8006
|
# @param AutoSubscriptionCreation: 是否自动创建订阅
|
8007
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
7976
8008
|
# @type AutoSubscriptionCreation: Boolean
|
7977
8009
|
|
7978
8010
|
attr_accessor :EnvironmentId, :Remark, :MsgTTL, :CreateTime, :UpdateTime, :NamespaceId, :NamespaceName, :TopicNum, :RetentionPolicy, :AutoSubscriptionCreation
|
@@ -8046,8 +8078,11 @@ module TencentCloud
|
|
8046
8078
|
# 批量绑定名字空间和角色权限关系
|
8047
8079
|
class EnvironmentRoleSet < TencentCloud::Common::AbstractModel
|
8048
8080
|
# @param EnvironmentId: 需要绑定的命名空间Id,不重复且存在资源
|
8081
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
8049
8082
|
# @type EnvironmentId: String
|
8050
8083
|
# @param Permissions: 名字空间需要绑定的权限,枚举为 "consume" "produce" 组合,但是不为空
|
8084
|
+
|
8085
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
8051
8086
|
# @type Permissions: Array
|
8052
8087
|
|
8053
8088
|
attr_accessor :EnvironmentId, :Permissions
|
@@ -8394,6 +8429,7 @@ module TencentCloud
|
|
8394
8429
|
# @param NodePermWipeFlag: 有调度任务且没有切回的可用区,此标识为true
|
8395
8430
|
# @type NodePermWipeFlag: Boolean
|
8396
8431
|
# @param ZoneStatus: 可用区状态
|
8432
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
8397
8433
|
# @type ZoneStatus: String
|
8398
8434
|
|
8399
8435
|
attr_accessor :ZoneName, :ZoneId, :NodeCount, :NodePermWipeFlag, :ZoneStatus
|
@@ -8454,12 +8490,16 @@ module TencentCloud
|
|
8454
8490
|
# @param MaxDispatchTps: 命名空间最大消费TPS
|
8455
8491
|
# @type MaxDispatchTps: Integer
|
8456
8492
|
# @param MaxDispatchRateInBytes: 命名空间最大消费带宽,byte为单位
|
8493
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
8457
8494
|
# @type MaxDispatchRateInBytes: Integer
|
8458
8495
|
# @param MaxPublishRateInBytes: 命名空间最大生产带宽,byte为单位
|
8496
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
8459
8497
|
# @type MaxPublishRateInBytes: Integer
|
8460
8498
|
# @param MaxRetentionSizeInMB: 消息最大保留空间,MB为单位
|
8499
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
8461
8500
|
# @type MaxRetentionSizeInMB: Integer
|
8462
8501
|
# @param PublicAccessEnabled: public Access Enabled
|
8502
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
8463
8503
|
# @type PublicAccessEnabled: Boolean
|
8464
8504
|
|
8465
8505
|
attr_accessor :TenantId, :TenantName, :CustomerUin, :CustomerAppId, :ClusterName, :Type, :MaxNamespaces, :UsedNamespaces, :MaxTopics, :UsedTopics, :MaxPartitions, :UsedPartitions, :MaxMsgBacklogSize, :MaxPublishTps, :MaxRetention, :CreateTime, :UpdateTime, :MaxDispatchTps, :MaxDispatchRateInBytes, :MaxPublishRateInBytes, :MaxRetentionSizeInMB, :PublicAccessEnabled
|
@@ -9773,30 +9813,43 @@ module TencentCloud
|
|
9773
9813
|
# 分区topic
|
9774
9814
|
class PartitionsTopic < TencentCloud::Common::AbstractModel
|
9775
9815
|
# @param AverageMsgSize: 最后一次间隔内发布消息的平均byte大小。
|
9816
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
9776
9817
|
# @type AverageMsgSize: String
|
9777
9818
|
# @param ConsumerCount: 消费者数量。
|
9819
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
9778
9820
|
# @type ConsumerCount: String
|
9779
9821
|
# @param LastConfirmedEntry: 被记录下来的消息总数。
|
9822
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
9780
9823
|
# @type LastConfirmedEntry: String
|
9781
9824
|
# @param LastLedgerCreatedTimestamp: 最后一个ledger创建的时间。
|
9825
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
9782
9826
|
# @type LastLedgerCreatedTimestamp: String
|
9783
9827
|
# @param MsgRateIn: 本地和复制的发布者每秒发布消息的速率。
|
9828
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
9784
9829
|
# @type MsgRateIn: String
|
9785
9830
|
# @param MsgRateOut: 本地和复制的消费者每秒分发消息的数量之和。
|
9831
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
9786
9832
|
# @type MsgRateOut: String
|
9787
9833
|
# @param MsgThroughputIn: 本地和复制的发布者每秒发布消息的byte。
|
9834
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
9788
9835
|
# @type MsgThroughputIn: String
|
9789
9836
|
# @param MsgThroughputOut: 本地和复制的消费者每秒分发消息的byte。
|
9837
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
9790
9838
|
# @type MsgThroughputOut: String
|
9791
9839
|
# @param NumberOfEntries: 被记录下来的消息总数。
|
9840
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
9792
9841
|
# @type NumberOfEntries: String
|
9793
9842
|
# @param Partitions: 子分区id。
|
9843
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
9794
9844
|
# @type Partitions: Integer
|
9795
9845
|
# @param ProducerCount: 生产者数量。
|
9846
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
9796
9847
|
# @type ProducerCount: String
|
9797
9848
|
# @param TotalSize: 以byte计算的所有消息存储总量。
|
9849
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
9798
9850
|
# @type TotalSize: String
|
9799
9851
|
# @param TopicType: topic类型描述。
|
9852
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
9800
9853
|
# @type TopicType: Integer
|
9801
9854
|
|
9802
9855
|
attr_accessor :AverageMsgSize, :ConsumerCount, :LastConfirmedEntry, :LastLedgerCreatedTimestamp, :MsgRateIn, :MsgRateOut, :MsgThroughputIn, :MsgThroughputOut, :NumberOfEntries, :Partitions, :ProducerCount, :TotalSize, :TopicType
|
@@ -9981,22 +10034,31 @@ module TencentCloud
|
|
9981
10034
|
# 生产者信息
|
9982
10035
|
class Publisher < TencentCloud::Common::AbstractModel
|
9983
10036
|
# @param ProducerId: 生产者id
|
10037
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
9984
10038
|
# @type ProducerId: Integer
|
9985
10039
|
# @param ProducerName: 生产者名称
|
10040
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
9986
10041
|
# @type ProducerName: String
|
9987
10042
|
# @param Address: 生产者地址
|
10043
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
9988
10044
|
# @type Address: String
|
9989
10045
|
# @param ClientVersion: 客户端版本
|
10046
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
9990
10047
|
# @type ClientVersion: String
|
9991
10048
|
# @param MsgRateIn: 消息生产速率(条/秒)
|
10049
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
9992
10050
|
# @type MsgRateIn: Float
|
9993
10051
|
# @param MsgThroughputIn: 消息生产吞吐速率(字节/秒)
|
10052
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
9994
10053
|
# @type MsgThroughputIn: Float
|
9995
10054
|
# @param AverageMsgSize: 平均消息大小(字节)
|
10055
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
9996
10056
|
# @type AverageMsgSize: Float
|
9997
10057
|
# @param ConnectedSince: 连接时间
|
10058
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
9998
10059
|
# @type ConnectedSince: String
|
9999
10060
|
# @param Partition: 生产者连接的主题分区号
|
10061
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
10000
10062
|
# @type Partition: Integer
|
10001
10063
|
|
10002
10064
|
attr_accessor :ProducerId, :ProducerName, :Address, :ClientVersion, :MsgRateIn, :MsgThroughputIn, :AverageMsgSize, :ConnectedSince, :Partition
|
@@ -10029,8 +10091,10 @@ module TencentCloud
|
|
10029
10091
|
# Pulsar 网络接入点信息
|
10030
10092
|
class PulsarNetworkAccessPointInfo < TencentCloud::Common::AbstractModel
|
10031
10093
|
# @param VpcId: vpc的id,支撑网和公网接入点,该字段为空
|
10094
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
10032
10095
|
# @type VpcId: String
|
10033
10096
|
# @param SubnetId: 子网id,支撑网和公网接入点,该字段为空
|
10097
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
10034
10098
|
# @type SubnetId: String
|
10035
10099
|
# @param Endpoint: 接入地址
|
10036
10100
|
# @type Endpoint: String
|
@@ -10046,16 +10110,22 @@ module TencentCloud
|
|
10046
10110
|
# 2:跨地域访问,已经完成了异地切换,该状态用于源集群的接入点,该状态下的接入点不可删除
|
10047
10111
|
# 3:跨地域访问,随时可以进行异地访问切回,该状态用于目标集群的接入点,该状态下的接入点不可删除
|
10048
10112
|
# 4:跨地域访问,目标集群已经完成异地切回,等待删除状态
|
10113
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
10049
10114
|
# @type OperationType: Integer
|
10050
10115
|
# @param AccessPointsType: 接入点类型
|
10116
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
10051
10117
|
# @type AccessPointsType: String
|
10052
10118
|
# @param Bandwidth: 带宽,目前只有公网会有这个值
|
10119
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
10053
10120
|
# @type Bandwidth: Integer
|
10054
10121
|
# @param SecurityPolicy: 类
|
10122
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
10055
10123
|
# @type SecurityPolicy: Array
|
10056
10124
|
# @param StandardAccessPoint: 是否是标准的接入点 true是标准的 false不是标准的
|
10125
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
10057
10126
|
# @type StandardAccessPoint: Boolean
|
10058
10127
|
# @param ZoneName: 可用区信息
|
10128
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
10059
10129
|
# @type ZoneName: String
|
10060
10130
|
|
10061
10131
|
attr_accessor :VpcId, :SubnetId, :Endpoint, :InstanceId, :RouteType, :OperationType, :AccessPointsType, :Bandwidth, :SecurityPolicy, :StandardAccessPoint, :ZoneName
|
@@ -10111,19 +10181,25 @@ module TencentCloud
|
|
10111
10181
|
# @param Version: 集群版本
|
10112
10182
|
# @type Version: String
|
10113
10183
|
# @param NodeDistribution: 节点分布情况
|
10184
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
10114
10185
|
# @type NodeDistribution: Array
|
10115
10186
|
# @param MaxStorage: 最大储存容量,单位:MB
|
10116
10187
|
# @type MaxStorage: Integer
|
10117
10188
|
# @param CanEditRoute: 是否可以修改路由
|
10189
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
10118
10190
|
# @type CanEditRoute: Boolean
|
10119
10191
|
# @param BillingLabelVersion: 代表是专业版和小规格专业版的不同计费规格PULSAR.P1固定存储PULSAR.P2弹性存储
|
10192
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
10120
10193
|
# @type BillingLabelVersion: String
|
10121
10194
|
# @param ExpireTime: 实例到期时间戳,毫秒级精度。
|
10195
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
10122
10196
|
# @type ExpireTime: Integer
|
10123
10197
|
# @param AutoCreateTopicStatus: 是否开启自动创建主题
|
10124
10198
|
# true就是开启了,false是关闭
|
10199
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
10125
10200
|
# @type AutoCreateTopicStatus: Boolean
|
10126
10201
|
# @param DefaultPartitionNumber: 自动创建主题的默认分区数,如果没开启就是0
|
10202
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
10127
10203
|
# @type DefaultPartitionNumber: Integer
|
10128
10204
|
# @param Tenant: 用户自定义的租户别名,如果没有,会复用专业集群 ID
|
10129
10205
|
# @type Tenant: String
|
@@ -10185,9 +10261,11 @@ module TencentCloud
|
|
10185
10261
|
# @param MaxTopics: 最大主题分区数
|
10186
10262
|
# @type MaxTopics: Integer
|
10187
10263
|
# @param ScalableTps: 规格外弹性TPS
|
10264
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
10188
10265
|
# @type ScalableTps: Integer
|
10189
10266
|
# @param MaxPartitions: 32或者128
|
10190
10267
|
# 当前集群topic的最大分区数
|
10268
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
10191
10269
|
# @type MaxPartitions: Integer
|
10192
10270
|
# @param MaxDelayedMessages: 商品最大延迟消息数量。0代表没有限制
|
10193
10271
|
# @type MaxDelayedMessages: Integer
|
@@ -10240,22 +10318,29 @@ module TencentCloud
|
|
10240
10318
|
# @param PayMode: 0-后付费,1-预付费
|
10241
10319
|
# @type PayMode: Integer
|
10242
10320
|
# @param Remark: 备注信息
|
10321
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
10243
10322
|
# @type Remark: String
|
10244
10323
|
# @param SpecName: 实例配置ID
|
10245
10324
|
# @type SpecName: String
|
10246
10325
|
# @param ScalableTps: 规格外弹性TPS
|
10326
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
10247
10327
|
# @type ScalableTps: Integer
|
10248
10328
|
# @param VpcId: VPC的id
|
10329
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
10249
10330
|
# @type VpcId: String
|
10250
10331
|
# @param SubnetId: 子网id
|
10332
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
10251
10333
|
# @type SubnetId: String
|
10252
10334
|
# @param MaxBandWidth: 峰值带宽。单位:mbps
|
10253
10335
|
# @type MaxBandWidth: Integer
|
10254
10336
|
# @param Tags: 集群的标签列表
|
10337
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
10255
10338
|
# @type Tags: Array
|
10256
10339
|
# @param CreateTime: 集群创建时间
|
10340
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
10257
10341
|
# @type CreateTime: String
|
10258
10342
|
# @param BillingLabelVersion: 代表是专业版和小规格专业版的不同计费规格PULSAR.P1固定存储PULSAR.P2弹性存储
|
10343
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
10259
10344
|
# @type BillingLabelVersion: String
|
10260
10345
|
# @param Tenant: 自定义租户
|
10261
10346
|
# @type Tenant: String
|
@@ -12681,10 +12766,14 @@ module TencentCloud
|
|
12681
12766
|
# 安全策略
|
12682
12767
|
class SecurityPolicy < TencentCloud::Common::AbstractModel
|
12683
12768
|
# @param Route: ip或者网段
|
12769
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
12684
12770
|
# @type Route: String
|
12685
12771
|
# @param Policy: 策略 true就是允许,白名单或者 false 拒绝 黑名单
|
12772
|
+
|
12773
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
12686
12774
|
# @type Policy: Boolean
|
12687
12775
|
# @param Remark: 备注
|
12776
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
12688
12777
|
# @type Remark: String
|
12689
12778
|
|
12690
12779
|
attr_accessor :Route, :Policy, :Remark
|
@@ -13096,40 +13185,58 @@ module TencentCloud
|
|
13096
13185
|
# @param EnvironmentId: 环境(命名空间)名称。
|
13097
13186
|
# @type EnvironmentId: String
|
13098
13187
|
# @param ConnectedSince: 消费者开始连接的时间。
|
13188
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
13099
13189
|
# @type ConnectedSince: String
|
13100
13190
|
# @param ConsumerAddr: 消费者地址。
|
13191
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
13101
13192
|
# @type ConsumerAddr: String
|
13102
13193
|
# @param ConsumerCount: 消费者数量。
|
13194
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
13103
13195
|
# @type ConsumerCount: String
|
13104
13196
|
# @param ConsumerName: 消费者名称。
|
13197
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
13105
13198
|
# @type ConsumerName: String
|
13106
13199
|
# @param MsgBacklog: 堆积的消息数量。
|
13200
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
13107
13201
|
# @type MsgBacklog: String
|
13108
13202
|
# @param MsgRateExpired: 于TTL,此订阅下没有被发送而是被丢弃的比例。
|
13203
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
13109
13204
|
# @type MsgRateExpired: String
|
13110
13205
|
# @param MsgRateOut: 消费者每秒分发消息的数量之和。
|
13206
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
13111
13207
|
# @type MsgRateOut: String
|
13112
13208
|
# @param MsgThroughputOut: 消费者每秒消息的byte。
|
13209
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
13113
13210
|
# @type MsgThroughputOut: String
|
13114
13211
|
# @param SubscriptionName: 订阅名称。
|
13212
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
13115
13213
|
# @type SubscriptionName: String
|
13116
13214
|
# @param ConsumerSets: 消费者集合。
|
13215
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
13117
13216
|
# @type ConsumerSets: Array
|
13118
13217
|
# @param IsOnline: 是否在线。
|
13218
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
13119
13219
|
# @type IsOnline: Boolean
|
13120
13220
|
# @param ConsumersScheduleSets: 消费进度集合。
|
13221
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
13121
13222
|
# @type ConsumersScheduleSets: Array
|
13122
13223
|
# @param Remark: 备注。
|
13224
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
13123
13225
|
# @type Remark: String
|
13124
13226
|
# @param CreateTime: 创建时间。
|
13227
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
13125
13228
|
# @type CreateTime: String
|
13126
13229
|
# @param UpdateTime: 最近修改时间。
|
13230
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
13127
13231
|
# @type UpdateTime: String
|
13128
13232
|
# @param SubType: 订阅类型,Exclusive,Shared,Failover, Key_Shared,空或NULL表示未知,
|
13233
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
13129
13234
|
# @type SubType: String
|
13130
13235
|
# @param BlockedSubscriptionOnUnackedMsgs: 是否由于未 ack 数到达上限而被 block
|
13236
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
13131
13237
|
# @type BlockedSubscriptionOnUnackedMsgs: Boolean
|
13132
13238
|
# @param MaxUnackedMsgNum: 未 ack 消息数上限
|
13239
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
13133
13240
|
# @type MaxUnackedMsgNum: Integer
|
13134
13241
|
|
13135
13242
|
attr_accessor :TopicName, :EnvironmentId, :ConnectedSince, :ConsumerAddr, :ConsumerCount, :ConsumerName, :MsgBacklog, :MsgRateExpired, :MsgRateOut, :MsgThroughputOut, :SubscriptionName, :ConsumerSets, :IsOnline, :ConsumersScheduleSets, :Remark, :CreateTime, :UpdateTime, :SubType, :BlockedSubscriptionOnUnackedMsgs, :MaxUnackedMsgNum
|
@@ -13222,8 +13329,10 @@ module TencentCloud
|
|
13222
13329
|
# 标签的key/value的类型
|
13223
13330
|
class Tag < TencentCloud::Common::AbstractModel
|
13224
13331
|
# @param TagKey: 标签的key的值
|
13332
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
13225
13333
|
# @type TagKey: String
|
13226
13334
|
# @param TagValue: 标签的Value的值
|
13335
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
13227
13336
|
# @type TagValue: String
|
13228
13337
|
|
13229
13338
|
attr_accessor :TagKey, :TagValue
|
@@ -13242,30 +13351,43 @@ module TencentCloud
|
|
13242
13351
|
# 主题实例
|
13243
13352
|
class Topic < TencentCloud::Common::AbstractModel
|
13244
13353
|
# @param AverageMsgSize: 最后一次间隔内发布消息的平均byte大小。
|
13354
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
13245
13355
|
# @type AverageMsgSize: String
|
13246
13356
|
# @param ConsumerCount: 消费者数量。
|
13357
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
13247
13358
|
# @type ConsumerCount: String
|
13248
13359
|
# @param LastConfirmedEntry: 被记录下来的消息总数。
|
13360
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
13249
13361
|
# @type LastConfirmedEntry: String
|
13250
13362
|
# @param LastLedgerCreatedTimestamp: 最后一个ledger创建的时间。
|
13363
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
13251
13364
|
# @type LastLedgerCreatedTimestamp: String
|
13252
13365
|
# @param MsgRateIn: 本地和复制的发布者每秒发布消息的速率。
|
13366
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
13253
13367
|
# @type MsgRateIn: String
|
13254
13368
|
# @param MsgRateOut: 本地和复制的消费者每秒分发消息的数量之和。
|
13369
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
13255
13370
|
# @type MsgRateOut: String
|
13256
13371
|
# @param MsgThroughputIn: 本地和复制的发布者每秒发布消息的byte。
|
13372
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
13257
13373
|
# @type MsgThroughputIn: String
|
13258
13374
|
# @param MsgThroughputOut: 本地和复制的消费者每秒分发消息的byte。
|
13375
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
13259
13376
|
# @type MsgThroughputOut: String
|
13260
13377
|
# @param NumberOfEntries: 被记录下来的消息总数。
|
13378
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
13261
13379
|
# @type NumberOfEntries: String
|
13262
13380
|
# @param Partitions: 分区数<=0:topic下无子分区。
|
13381
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
13263
13382
|
# @type Partitions: Integer
|
13264
13383
|
# @param ProducerCount: 生产者数量。
|
13384
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
13265
13385
|
# @type ProducerCount: String
|
13266
13386
|
# @param TotalSize: 以byte计算的所有消息存储总量。
|
13387
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
13267
13388
|
# @type TotalSize: String
|
13268
13389
|
# @param SubTopicSets: 分区topic里面的子分区。
|
13390
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
13269
13391
|
# @type SubTopicSets: Array
|
13270
13392
|
# @param TopicType: topic类型描述:
|
13271
13393
|
# 0:普通消息;
|
@@ -13274,27 +13396,38 @@ module TencentCloud
|
|
13274
13396
|
# 3:重试队列;
|
13275
13397
|
# 4:死信队列;
|
13276
13398
|
# 5:事务消息。
|
13399
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
13277
13400
|
# @type TopicType: Integer
|
13278
13401
|
# @param EnvironmentId: 环境(命名空间)名称。
|
13402
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
13279
13403
|
# @type EnvironmentId: String
|
13280
13404
|
# @param TopicName: 主题名称。
|
13405
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
13281
13406
|
# @type TopicName: String
|
13282
13407
|
# @param Remark: 说明,128个字符以内。
|
13408
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
13283
13409
|
# @type Remark: String
|
13284
13410
|
# @param CreateTime: 创建时间。
|
13411
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
13285
13412
|
# @type CreateTime: String
|
13286
13413
|
# @param UpdateTime: 最近修改时间。
|
13414
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
13287
13415
|
# @type UpdateTime: String
|
13288
13416
|
# @param ProducerLimit: 生产者上限。
|
13417
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
13289
13418
|
# @type ProducerLimit: String
|
13290
13419
|
# @param ConsumerLimit: 消费者上限。
|
13420
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
13291
13421
|
# @type ConsumerLimit: String
|
13292
13422
|
# @param PulsarTopicType: 0: 非持久非分区
|
13293
13423
|
# 1: 非持久分区
|
13294
13424
|
# 2: 持久非分区
|
13295
13425
|
# 3: 持久分区
|
13426
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
13296
13427
|
# @type PulsarTopicType: Integer
|
13297
13428
|
# @param MsgTTL: 未消费消息过期时间,单位:秒
|
13429
|
+
|
13430
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
13298
13431
|
# @type MsgTTL: Integer
|
13299
13432
|
# @param ClusterId: 集群 ID
|
13300
13433
|
# @type ClusterId: String
|
@@ -13432,11 +13565,13 @@ module TencentCloud
|
|
13432
13565
|
# 主题实例
|
13433
13566
|
class Topic_Simplification < TencentCloud::Common::AbstractModel
|
13434
13567
|
# @param TopicName: 主题名称。
|
13568
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
13435
13569
|
# @type TopicName: String
|
13436
13570
|
# @param PulsarTopicType: 0: 非持久非分区
|
13437
13571
|
# 1: 非持久分区
|
13438
13572
|
# 2: 持久非分区
|
13439
13573
|
# 3: 持久分区
|
13574
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
13440
13575
|
# @type PulsarTopicType: Integer
|
13441
13576
|
|
13442
13577
|
attr_accessor :TopicName, :PulsarTopicType
|
@@ -13589,6 +13724,7 @@ module TencentCloud
|
|
13589
13724
|
# @param Port: Vpc的Port
|
13590
13725
|
# @type Port: Integer
|
13591
13726
|
# @param Remark: 说明,128个字符以内
|
13727
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
13592
13728
|
# @type Remark: String
|
13593
13729
|
|
13594
13730
|
attr_accessor :UniqueVpcId, :UniqueSubnetId, :RouterId, :Ip, :Port, :Remark
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-tdmq
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.1025
|
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-03-
|
11
|
+
date: 2025-03-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|