tencentcloud-sdk-tdmq 3.0.1023 → 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/client.rb +0 -24
- data/lib/v20200217/models.rb +136 -56
- 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/client.rb
CHANGED
@@ -2913,30 +2913,6 @@ module TencentCloud
|
|
2913
2913
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
2914
2914
|
end
|
2915
2915
|
|
2916
|
-
# RabbitMQ专享版修改公网管控台,vpc15672开关
|
2917
|
-
|
2918
|
-
# @param request: Request instance for ModifyPublicNetworkAccessPoint.
|
2919
|
-
# @type request: :class:`Tencentcloud::tdmq::V20200217::ModifyPublicNetworkAccessPointRequest`
|
2920
|
-
# @rtype: :class:`Tencentcloud::tdmq::V20200217::ModifyPublicNetworkAccessPointResponse`
|
2921
|
-
def ModifyPublicNetworkAccessPoint(request)
|
2922
|
-
body = send_request('ModifyPublicNetworkAccessPoint', request.serialize)
|
2923
|
-
response = JSON.parse(body)
|
2924
|
-
if response['Response'].key?('Error') == false
|
2925
|
-
model = ModifyPublicNetworkAccessPointResponse.new
|
2926
|
-
model.deserialize(response['Response'])
|
2927
|
-
model
|
2928
|
-
else
|
2929
|
-
code = response['Response']['Error']['Code']
|
2930
|
-
message = response['Response']['Error']['Message']
|
2931
|
-
reqid = response['Response']['RequestId']
|
2932
|
-
raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
|
2933
|
-
end
|
2934
|
-
rescue TencentCloud::Common::TencentCloudSDKException => e
|
2935
|
-
raise e
|
2936
|
-
rescue StandardError => e
|
2937
|
-
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
2938
|
-
end
|
2939
|
-
|
2940
2916
|
# 修改pulsar专业版公网安全策略
|
2941
2917
|
|
2942
2918
|
# @param request: Request instance for ModifyPublicNetworkSecurityPolicy.
|
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
|
@@ -8964,62 +9004,6 @@ module TencentCloud
|
|
8964
9004
|
end
|
8965
9005
|
end
|
8966
9006
|
|
8967
|
-
# ModifyPublicNetworkAccessPoint请求参数结构体
|
8968
|
-
class ModifyPublicNetworkAccessPointRequest < TencentCloud::Common::AbstractModel
|
8969
|
-
# @param ClusterId: 集群名字
|
8970
|
-
# @type ClusterId: String
|
8971
|
-
# @param PublicNetworkAccessPointStatus: 是否开启
|
8972
|
-
# @type PublicNetworkAccessPointStatus: Boolean
|
8973
|
-
# @param SwitchOwner: 必填,公网控制台的开关/Vpc控制台的开关,示例值,Public/Vpc
|
8974
|
-
# @type SwitchOwner: String
|
8975
|
-
# @param VpcId: Vpc
|
8976
|
-
# @type VpcId: String
|
8977
|
-
# @param SubnetId: 子网
|
8978
|
-
# @type SubnetId: String
|
8979
|
-
# @param SelectIp: 子网下面指定ip作为vpc接入点
|
8980
|
-
# @type SelectIp: String
|
8981
|
-
|
8982
|
-
attr_accessor :ClusterId, :PublicNetworkAccessPointStatus, :SwitchOwner, :VpcId, :SubnetId, :SelectIp
|
8983
|
-
|
8984
|
-
def initialize(clusterid=nil, publicnetworkaccesspointstatus=nil, switchowner=nil, vpcid=nil, subnetid=nil, selectip=nil)
|
8985
|
-
@ClusterId = clusterid
|
8986
|
-
@PublicNetworkAccessPointStatus = publicnetworkaccesspointstatus
|
8987
|
-
@SwitchOwner = switchowner
|
8988
|
-
@VpcId = vpcid
|
8989
|
-
@SubnetId = subnetid
|
8990
|
-
@SelectIp = selectip
|
8991
|
-
end
|
8992
|
-
|
8993
|
-
def deserialize(params)
|
8994
|
-
@ClusterId = params['ClusterId']
|
8995
|
-
@PublicNetworkAccessPointStatus = params['PublicNetworkAccessPointStatus']
|
8996
|
-
@SwitchOwner = params['SwitchOwner']
|
8997
|
-
@VpcId = params['VpcId']
|
8998
|
-
@SubnetId = params['SubnetId']
|
8999
|
-
@SelectIp = params['SelectIp']
|
9000
|
-
end
|
9001
|
-
end
|
9002
|
-
|
9003
|
-
# ModifyPublicNetworkAccessPoint返回参数结构体
|
9004
|
-
class ModifyPublicNetworkAccessPointResponse < TencentCloud::Common::AbstractModel
|
9005
|
-
# @param ModifyResult: 修改结果
|
9006
|
-
# @type ModifyResult: String
|
9007
|
-
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
9008
|
-
# @type RequestId: String
|
9009
|
-
|
9010
|
-
attr_accessor :ModifyResult, :RequestId
|
9011
|
-
|
9012
|
-
def initialize(modifyresult=nil, requestid=nil)
|
9013
|
-
@ModifyResult = modifyresult
|
9014
|
-
@RequestId = requestid
|
9015
|
-
end
|
9016
|
-
|
9017
|
-
def deserialize(params)
|
9018
|
-
@ModifyResult = params['ModifyResult']
|
9019
|
-
@RequestId = params['RequestId']
|
9020
|
-
end
|
9021
|
-
end
|
9022
|
-
|
9023
9007
|
# ModifyPublicNetworkSecurityPolicy请求参数结构体
|
9024
9008
|
class ModifyPublicNetworkSecurityPolicyRequest < TencentCloud::Common::AbstractModel
|
9025
9009
|
# @param InstanceId: 集群id
|
@@ -9829,30 +9813,43 @@ module TencentCloud
|
|
9829
9813
|
# 分区topic
|
9830
9814
|
class PartitionsTopic < TencentCloud::Common::AbstractModel
|
9831
9815
|
# @param AverageMsgSize: 最后一次间隔内发布消息的平均byte大小。
|
9816
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
9832
9817
|
# @type AverageMsgSize: String
|
9833
9818
|
# @param ConsumerCount: 消费者数量。
|
9819
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
9834
9820
|
# @type ConsumerCount: String
|
9835
9821
|
# @param LastConfirmedEntry: 被记录下来的消息总数。
|
9822
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
9836
9823
|
# @type LastConfirmedEntry: String
|
9837
9824
|
# @param LastLedgerCreatedTimestamp: 最后一个ledger创建的时间。
|
9825
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
9838
9826
|
# @type LastLedgerCreatedTimestamp: String
|
9839
9827
|
# @param MsgRateIn: 本地和复制的发布者每秒发布消息的速率。
|
9828
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
9840
9829
|
# @type MsgRateIn: String
|
9841
9830
|
# @param MsgRateOut: 本地和复制的消费者每秒分发消息的数量之和。
|
9831
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
9842
9832
|
# @type MsgRateOut: String
|
9843
9833
|
# @param MsgThroughputIn: 本地和复制的发布者每秒发布消息的byte。
|
9834
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
9844
9835
|
# @type MsgThroughputIn: String
|
9845
9836
|
# @param MsgThroughputOut: 本地和复制的消费者每秒分发消息的byte。
|
9837
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
9846
9838
|
# @type MsgThroughputOut: String
|
9847
9839
|
# @param NumberOfEntries: 被记录下来的消息总数。
|
9840
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
9848
9841
|
# @type NumberOfEntries: String
|
9849
9842
|
# @param Partitions: 子分区id。
|
9843
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
9850
9844
|
# @type Partitions: Integer
|
9851
9845
|
# @param ProducerCount: 生产者数量。
|
9846
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
9852
9847
|
# @type ProducerCount: String
|
9853
9848
|
# @param TotalSize: 以byte计算的所有消息存储总量。
|
9849
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
9854
9850
|
# @type TotalSize: String
|
9855
9851
|
# @param TopicType: topic类型描述。
|
9852
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
9856
9853
|
# @type TopicType: Integer
|
9857
9854
|
|
9858
9855
|
attr_accessor :AverageMsgSize, :ConsumerCount, :LastConfirmedEntry, :LastLedgerCreatedTimestamp, :MsgRateIn, :MsgRateOut, :MsgThroughputIn, :MsgThroughputOut, :NumberOfEntries, :Partitions, :ProducerCount, :TotalSize, :TopicType
|
@@ -10037,22 +10034,31 @@ module TencentCloud
|
|
10037
10034
|
# 生产者信息
|
10038
10035
|
class Publisher < TencentCloud::Common::AbstractModel
|
10039
10036
|
# @param ProducerId: 生产者id
|
10037
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
10040
10038
|
# @type ProducerId: Integer
|
10041
10039
|
# @param ProducerName: 生产者名称
|
10040
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
10042
10041
|
# @type ProducerName: String
|
10043
10042
|
# @param Address: 生产者地址
|
10043
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
10044
10044
|
# @type Address: String
|
10045
10045
|
# @param ClientVersion: 客户端版本
|
10046
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
10046
10047
|
# @type ClientVersion: String
|
10047
10048
|
# @param MsgRateIn: 消息生产速率(条/秒)
|
10049
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
10048
10050
|
# @type MsgRateIn: Float
|
10049
10051
|
# @param MsgThroughputIn: 消息生产吞吐速率(字节/秒)
|
10052
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
10050
10053
|
# @type MsgThroughputIn: Float
|
10051
10054
|
# @param AverageMsgSize: 平均消息大小(字节)
|
10055
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
10052
10056
|
# @type AverageMsgSize: Float
|
10053
10057
|
# @param ConnectedSince: 连接时间
|
10058
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
10054
10059
|
# @type ConnectedSince: String
|
10055
10060
|
# @param Partition: 生产者连接的主题分区号
|
10061
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
10056
10062
|
# @type Partition: Integer
|
10057
10063
|
|
10058
10064
|
attr_accessor :ProducerId, :ProducerName, :Address, :ClientVersion, :MsgRateIn, :MsgThroughputIn, :AverageMsgSize, :ConnectedSince, :Partition
|
@@ -10085,8 +10091,10 @@ module TencentCloud
|
|
10085
10091
|
# Pulsar 网络接入点信息
|
10086
10092
|
class PulsarNetworkAccessPointInfo < TencentCloud::Common::AbstractModel
|
10087
10093
|
# @param VpcId: vpc的id,支撑网和公网接入点,该字段为空
|
10094
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
10088
10095
|
# @type VpcId: String
|
10089
10096
|
# @param SubnetId: 子网id,支撑网和公网接入点,该字段为空
|
10097
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
10090
10098
|
# @type SubnetId: String
|
10091
10099
|
# @param Endpoint: 接入地址
|
10092
10100
|
# @type Endpoint: String
|
@@ -10102,16 +10110,22 @@ module TencentCloud
|
|
10102
10110
|
# 2:跨地域访问,已经完成了异地切换,该状态用于源集群的接入点,该状态下的接入点不可删除
|
10103
10111
|
# 3:跨地域访问,随时可以进行异地访问切回,该状态用于目标集群的接入点,该状态下的接入点不可删除
|
10104
10112
|
# 4:跨地域访问,目标集群已经完成异地切回,等待删除状态
|
10113
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
10105
10114
|
# @type OperationType: Integer
|
10106
10115
|
# @param AccessPointsType: 接入点类型
|
10116
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
10107
10117
|
# @type AccessPointsType: String
|
10108
10118
|
# @param Bandwidth: 带宽,目前只有公网会有这个值
|
10119
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
10109
10120
|
# @type Bandwidth: Integer
|
10110
10121
|
# @param SecurityPolicy: 类
|
10122
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
10111
10123
|
# @type SecurityPolicy: Array
|
10112
10124
|
# @param StandardAccessPoint: 是否是标准的接入点 true是标准的 false不是标准的
|
10125
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
10113
10126
|
# @type StandardAccessPoint: Boolean
|
10114
10127
|
# @param ZoneName: 可用区信息
|
10128
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
10115
10129
|
# @type ZoneName: String
|
10116
10130
|
|
10117
10131
|
attr_accessor :VpcId, :SubnetId, :Endpoint, :InstanceId, :RouteType, :OperationType, :AccessPointsType, :Bandwidth, :SecurityPolicy, :StandardAccessPoint, :ZoneName
|
@@ -10167,19 +10181,25 @@ module TencentCloud
|
|
10167
10181
|
# @param Version: 集群版本
|
10168
10182
|
# @type Version: String
|
10169
10183
|
# @param NodeDistribution: 节点分布情况
|
10184
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
10170
10185
|
# @type NodeDistribution: Array
|
10171
10186
|
# @param MaxStorage: 最大储存容量,单位:MB
|
10172
10187
|
# @type MaxStorage: Integer
|
10173
10188
|
# @param CanEditRoute: 是否可以修改路由
|
10189
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
10174
10190
|
# @type CanEditRoute: Boolean
|
10175
10191
|
# @param BillingLabelVersion: 代表是专业版和小规格专业版的不同计费规格PULSAR.P1固定存储PULSAR.P2弹性存储
|
10192
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
10176
10193
|
# @type BillingLabelVersion: String
|
10177
10194
|
# @param ExpireTime: 实例到期时间戳,毫秒级精度。
|
10195
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
10178
10196
|
# @type ExpireTime: Integer
|
10179
10197
|
# @param AutoCreateTopicStatus: 是否开启自动创建主题
|
10180
10198
|
# true就是开启了,false是关闭
|
10199
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
10181
10200
|
# @type AutoCreateTopicStatus: Boolean
|
10182
10201
|
# @param DefaultPartitionNumber: 自动创建主题的默认分区数,如果没开启就是0
|
10202
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
10183
10203
|
# @type DefaultPartitionNumber: Integer
|
10184
10204
|
# @param Tenant: 用户自定义的租户别名,如果没有,会复用专业集群 ID
|
10185
10205
|
# @type Tenant: String
|
@@ -10241,9 +10261,11 @@ module TencentCloud
|
|
10241
10261
|
# @param MaxTopics: 最大主题分区数
|
10242
10262
|
# @type MaxTopics: Integer
|
10243
10263
|
# @param ScalableTps: 规格外弹性TPS
|
10264
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
10244
10265
|
# @type ScalableTps: Integer
|
10245
10266
|
# @param MaxPartitions: 32或者128
|
10246
10267
|
# 当前集群topic的最大分区数
|
10268
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
10247
10269
|
# @type MaxPartitions: Integer
|
10248
10270
|
# @param MaxDelayedMessages: 商品最大延迟消息数量。0代表没有限制
|
10249
10271
|
# @type MaxDelayedMessages: Integer
|
@@ -10296,22 +10318,29 @@ module TencentCloud
|
|
10296
10318
|
# @param PayMode: 0-后付费,1-预付费
|
10297
10319
|
# @type PayMode: Integer
|
10298
10320
|
# @param Remark: 备注信息
|
10321
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
10299
10322
|
# @type Remark: String
|
10300
10323
|
# @param SpecName: 实例配置ID
|
10301
10324
|
# @type SpecName: String
|
10302
10325
|
# @param ScalableTps: 规格外弹性TPS
|
10326
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
10303
10327
|
# @type ScalableTps: Integer
|
10304
10328
|
# @param VpcId: VPC的id
|
10329
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
10305
10330
|
# @type VpcId: String
|
10306
10331
|
# @param SubnetId: 子网id
|
10332
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
10307
10333
|
# @type SubnetId: String
|
10308
10334
|
# @param MaxBandWidth: 峰值带宽。单位:mbps
|
10309
10335
|
# @type MaxBandWidth: Integer
|
10310
10336
|
# @param Tags: 集群的标签列表
|
10337
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
10311
10338
|
# @type Tags: Array
|
10312
10339
|
# @param CreateTime: 集群创建时间
|
10340
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
10313
10341
|
# @type CreateTime: String
|
10314
10342
|
# @param BillingLabelVersion: 代表是专业版和小规格专业版的不同计费规格PULSAR.P1固定存储PULSAR.P2弹性存储
|
10343
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
10315
10344
|
# @type BillingLabelVersion: String
|
10316
10345
|
# @param Tenant: 自定义租户
|
10317
10346
|
# @type Tenant: String
|
@@ -12737,10 +12766,14 @@ module TencentCloud
|
|
12737
12766
|
# 安全策略
|
12738
12767
|
class SecurityPolicy < TencentCloud::Common::AbstractModel
|
12739
12768
|
# @param Route: ip或者网段
|
12769
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
12740
12770
|
# @type Route: String
|
12741
12771
|
# @param Policy: 策略 true就是允许,白名单或者 false 拒绝 黑名单
|
12772
|
+
|
12773
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
12742
12774
|
# @type Policy: Boolean
|
12743
12775
|
# @param Remark: 备注
|
12776
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
12744
12777
|
# @type Remark: String
|
12745
12778
|
|
12746
12779
|
attr_accessor :Route, :Policy, :Remark
|
@@ -13152,40 +13185,58 @@ module TencentCloud
|
|
13152
13185
|
# @param EnvironmentId: 环境(命名空间)名称。
|
13153
13186
|
# @type EnvironmentId: String
|
13154
13187
|
# @param ConnectedSince: 消费者开始连接的时间。
|
13188
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
13155
13189
|
# @type ConnectedSince: String
|
13156
13190
|
# @param ConsumerAddr: 消费者地址。
|
13191
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
13157
13192
|
# @type ConsumerAddr: String
|
13158
13193
|
# @param ConsumerCount: 消费者数量。
|
13194
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
13159
13195
|
# @type ConsumerCount: String
|
13160
13196
|
# @param ConsumerName: 消费者名称。
|
13197
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
13161
13198
|
# @type ConsumerName: String
|
13162
13199
|
# @param MsgBacklog: 堆积的消息数量。
|
13200
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
13163
13201
|
# @type MsgBacklog: String
|
13164
13202
|
# @param MsgRateExpired: 于TTL,此订阅下没有被发送而是被丢弃的比例。
|
13203
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
13165
13204
|
# @type MsgRateExpired: String
|
13166
13205
|
# @param MsgRateOut: 消费者每秒分发消息的数量之和。
|
13206
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
13167
13207
|
# @type MsgRateOut: String
|
13168
13208
|
# @param MsgThroughputOut: 消费者每秒消息的byte。
|
13209
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
13169
13210
|
# @type MsgThroughputOut: String
|
13170
13211
|
# @param SubscriptionName: 订阅名称。
|
13212
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
13171
13213
|
# @type SubscriptionName: String
|
13172
13214
|
# @param ConsumerSets: 消费者集合。
|
13215
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
13173
13216
|
# @type ConsumerSets: Array
|
13174
13217
|
# @param IsOnline: 是否在线。
|
13218
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
13175
13219
|
# @type IsOnline: Boolean
|
13176
13220
|
# @param ConsumersScheduleSets: 消费进度集合。
|
13221
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
13177
13222
|
# @type ConsumersScheduleSets: Array
|
13178
13223
|
# @param Remark: 备注。
|
13224
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
13179
13225
|
# @type Remark: String
|
13180
13226
|
# @param CreateTime: 创建时间。
|
13227
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
13181
13228
|
# @type CreateTime: String
|
13182
13229
|
# @param UpdateTime: 最近修改时间。
|
13230
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
13183
13231
|
# @type UpdateTime: String
|
13184
13232
|
# @param SubType: 订阅类型,Exclusive,Shared,Failover, Key_Shared,空或NULL表示未知,
|
13233
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
13185
13234
|
# @type SubType: String
|
13186
13235
|
# @param BlockedSubscriptionOnUnackedMsgs: 是否由于未 ack 数到达上限而被 block
|
13236
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
13187
13237
|
# @type BlockedSubscriptionOnUnackedMsgs: Boolean
|
13188
13238
|
# @param MaxUnackedMsgNum: 未 ack 消息数上限
|
13239
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
13189
13240
|
# @type MaxUnackedMsgNum: Integer
|
13190
13241
|
|
13191
13242
|
attr_accessor :TopicName, :EnvironmentId, :ConnectedSince, :ConsumerAddr, :ConsumerCount, :ConsumerName, :MsgBacklog, :MsgRateExpired, :MsgRateOut, :MsgThroughputOut, :SubscriptionName, :ConsumerSets, :IsOnline, :ConsumersScheduleSets, :Remark, :CreateTime, :UpdateTime, :SubType, :BlockedSubscriptionOnUnackedMsgs, :MaxUnackedMsgNum
|
@@ -13278,8 +13329,10 @@ module TencentCloud
|
|
13278
13329
|
# 标签的key/value的类型
|
13279
13330
|
class Tag < TencentCloud::Common::AbstractModel
|
13280
13331
|
# @param TagKey: 标签的key的值
|
13332
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
13281
13333
|
# @type TagKey: String
|
13282
13334
|
# @param TagValue: 标签的Value的值
|
13335
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
13283
13336
|
# @type TagValue: String
|
13284
13337
|
|
13285
13338
|
attr_accessor :TagKey, :TagValue
|
@@ -13298,30 +13351,43 @@ module TencentCloud
|
|
13298
13351
|
# 主题实例
|
13299
13352
|
class Topic < TencentCloud::Common::AbstractModel
|
13300
13353
|
# @param AverageMsgSize: 最后一次间隔内发布消息的平均byte大小。
|
13354
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
13301
13355
|
# @type AverageMsgSize: String
|
13302
13356
|
# @param ConsumerCount: 消费者数量。
|
13357
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
13303
13358
|
# @type ConsumerCount: String
|
13304
13359
|
# @param LastConfirmedEntry: 被记录下来的消息总数。
|
13360
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
13305
13361
|
# @type LastConfirmedEntry: String
|
13306
13362
|
# @param LastLedgerCreatedTimestamp: 最后一个ledger创建的时间。
|
13363
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
13307
13364
|
# @type LastLedgerCreatedTimestamp: String
|
13308
13365
|
# @param MsgRateIn: 本地和复制的发布者每秒发布消息的速率。
|
13366
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
13309
13367
|
# @type MsgRateIn: String
|
13310
13368
|
# @param MsgRateOut: 本地和复制的消费者每秒分发消息的数量之和。
|
13369
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
13311
13370
|
# @type MsgRateOut: String
|
13312
13371
|
# @param MsgThroughputIn: 本地和复制的发布者每秒发布消息的byte。
|
13372
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
13313
13373
|
# @type MsgThroughputIn: String
|
13314
13374
|
# @param MsgThroughputOut: 本地和复制的消费者每秒分发消息的byte。
|
13375
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
13315
13376
|
# @type MsgThroughputOut: String
|
13316
13377
|
# @param NumberOfEntries: 被记录下来的消息总数。
|
13378
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
13317
13379
|
# @type NumberOfEntries: String
|
13318
13380
|
# @param Partitions: 分区数<=0:topic下无子分区。
|
13381
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
13319
13382
|
# @type Partitions: Integer
|
13320
13383
|
# @param ProducerCount: 生产者数量。
|
13384
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
13321
13385
|
# @type ProducerCount: String
|
13322
13386
|
# @param TotalSize: 以byte计算的所有消息存储总量。
|
13387
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
13323
13388
|
# @type TotalSize: String
|
13324
13389
|
# @param SubTopicSets: 分区topic里面的子分区。
|
13390
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
13325
13391
|
# @type SubTopicSets: Array
|
13326
13392
|
# @param TopicType: topic类型描述:
|
13327
13393
|
# 0:普通消息;
|
@@ -13330,27 +13396,38 @@ module TencentCloud
|
|
13330
13396
|
# 3:重试队列;
|
13331
13397
|
# 4:死信队列;
|
13332
13398
|
# 5:事务消息。
|
13399
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
13333
13400
|
# @type TopicType: Integer
|
13334
13401
|
# @param EnvironmentId: 环境(命名空间)名称。
|
13402
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
13335
13403
|
# @type EnvironmentId: String
|
13336
13404
|
# @param TopicName: 主题名称。
|
13405
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
13337
13406
|
# @type TopicName: String
|
13338
13407
|
# @param Remark: 说明,128个字符以内。
|
13408
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
13339
13409
|
# @type Remark: String
|
13340
13410
|
# @param CreateTime: 创建时间。
|
13411
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
13341
13412
|
# @type CreateTime: String
|
13342
13413
|
# @param UpdateTime: 最近修改时间。
|
13414
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
13343
13415
|
# @type UpdateTime: String
|
13344
13416
|
# @param ProducerLimit: 生产者上限。
|
13417
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
13345
13418
|
# @type ProducerLimit: String
|
13346
13419
|
# @param ConsumerLimit: 消费者上限。
|
13420
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
13347
13421
|
# @type ConsumerLimit: String
|
13348
13422
|
# @param PulsarTopicType: 0: 非持久非分区
|
13349
13423
|
# 1: 非持久分区
|
13350
13424
|
# 2: 持久非分区
|
13351
13425
|
# 3: 持久分区
|
13426
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
13352
13427
|
# @type PulsarTopicType: Integer
|
13353
13428
|
# @param MsgTTL: 未消费消息过期时间,单位:秒
|
13429
|
+
|
13430
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
13354
13431
|
# @type MsgTTL: Integer
|
13355
13432
|
# @param ClusterId: 集群 ID
|
13356
13433
|
# @type ClusterId: String
|
@@ -13488,11 +13565,13 @@ module TencentCloud
|
|
13488
13565
|
# 主题实例
|
13489
13566
|
class Topic_Simplification < TencentCloud::Common::AbstractModel
|
13490
13567
|
# @param TopicName: 主题名称。
|
13568
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
13491
13569
|
# @type TopicName: String
|
13492
13570
|
# @param PulsarTopicType: 0: 非持久非分区
|
13493
13571
|
# 1: 非持久分区
|
13494
13572
|
# 2: 持久非分区
|
13495
13573
|
# 3: 持久分区
|
13574
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
13496
13575
|
# @type PulsarTopicType: Integer
|
13497
13576
|
|
13498
13577
|
attr_accessor :TopicName, :PulsarTopicType
|
@@ -13645,6 +13724,7 @@ module TencentCloud
|
|
13645
13724
|
# @param Port: Vpc的Port
|
13646
13725
|
# @type Port: Integer
|
13647
13726
|
# @param Remark: 说明,128个字符以内
|
13727
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
13648
13728
|
# @type Remark: String
|
13649
13729
|
|
13650
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
|