tencentcloud-sdk-tdmq 3.0.938 → 3.0.939
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 +76 -48
- 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: c5b5743883cd8041547121f9bd78c4ba9993495a
|
4
|
+
data.tar.gz: f46794718a7af11b63b80b7baeed8618767a8006
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: eaca92502ea2f5f9ada435287bba7c24a57d7af2d59f888bd6178f7664ad7197997d4f647b625bf990493be3dc80bcba1e40dcb57e614300b3d823d979d2d347
|
7
|
+
data.tar.gz: 2b8018c379531195565c17dee97b1a2929e2f4ca5a09b839296a73c7b0d16605fe5d633932e0239490a1bf3f4c28ba322f39abadbc9946783086d98a5d6724ff
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.939
|
data/lib/v20200217/models.rb
CHANGED
@@ -4356,48 +4356,7 @@ module TencentCloud
|
|
4356
4356
|
|
4357
4357
|
# DescribeMqMsgTrace返回参数结构体
|
4358
4358
|
class DescribeMqMsgTraceResponse < TencentCloud::Common::AbstractModel
|
4359
|
-
# @param Result:
|
4360
|
-
# {
|
4361
|
-
# "Stage": "produce",
|
4362
|
-
# "Data": {
|
4363
|
-
# "ProducerName": "生产者名",
|
4364
|
-
# "ProduceTime": "消息生产时间",
|
4365
|
-
# "ProducerAddr": "客户端地址",
|
4366
|
-
# "Duration": "耗时ms",
|
4367
|
-
# "Status": "状态(0:成功,1:失败)"
|
4368
|
-
# }
|
4369
|
-
# },
|
4370
|
-
# {
|
4371
|
-
# "Stage": "persist",
|
4372
|
-
# "Data": {
|
4373
|
-
# "PersistTime": "存储时间",
|
4374
|
-
# "Duration": "耗时ms",
|
4375
|
-
# "Status": "状态(0:成功,1:失败)"
|
4376
|
-
# }
|
4377
|
-
# },
|
4378
|
-
# {
|
4379
|
-
# "Stage": "consume",
|
4380
|
-
# "Data": {
|
4381
|
-
# "TotalCount": 2,
|
4382
|
-
# "RocketMqConsumeLogs": [
|
4383
|
-
# {
|
4384
|
-
# "ConsumerGroup": "消费组",
|
4385
|
-
# "ConsumeModel": "消费模式",
|
4386
|
-
# "ConsumerAddr": "消费者地址",
|
4387
|
-
# "ConsumeTime": "推送时间",
|
4388
|
-
# "Status": "状态(0:已推送未确认, 2:已确认, 3:转入重试, 4:已重试未确认, 5:已转入死信队列)"
|
4389
|
-
# },
|
4390
|
-
# {
|
4391
|
-
# "ConsumerGroup": "消费组",
|
4392
|
-
# "ConsumeModel": "消费模式",
|
4393
|
-
# "ConsumerAddr": "消费者地址",
|
4394
|
-
# "ConsumeTime": "推送时间",
|
4395
|
-
# "Status": "状态(0:已推送未确认, 2:已确认, 3:转入重试, 4:已重试未确认, 5:已转入死信队列)"
|
4396
|
-
# }
|
4397
|
-
# ]
|
4398
|
-
# }
|
4399
|
-
# }
|
4400
|
-
# ]
|
4359
|
+
# @param Result: 消息内容
|
4401
4360
|
# @type Result: Array
|
4402
4361
|
# @param ShowTopicName: 消息轨迹页展示的topic名称
|
4403
4362
|
# @type ShowTopicName: String
|
@@ -8342,19 +8301,23 @@ module TencentCloud
|
|
8342
8301
|
# @type ZoneId: String
|
8343
8302
|
# @param NodeCount: 节点数
|
8344
8303
|
# @type NodeCount: Integer
|
8304
|
+
# @param NodePermWipeFlag: 有调度任务且没有切回的可用区,此标识为true
|
8305
|
+
# @type NodePermWipeFlag: Boolean
|
8345
8306
|
|
8346
|
-
attr_accessor :ZoneName, :ZoneId, :NodeCount
|
8307
|
+
attr_accessor :ZoneName, :ZoneId, :NodeCount, :NodePermWipeFlag
|
8347
8308
|
|
8348
|
-
def initialize(zonename=nil, zoneid=nil, nodecount=nil)
|
8309
|
+
def initialize(zonename=nil, zoneid=nil, nodecount=nil, nodepermwipeflag=nil)
|
8349
8310
|
@ZoneName = zonename
|
8350
8311
|
@ZoneId = zoneid
|
8351
8312
|
@NodeCount = nodecount
|
8313
|
+
@NodePermWipeFlag = nodepermwipeflag
|
8352
8314
|
end
|
8353
8315
|
|
8354
8316
|
def deserialize(params)
|
8355
8317
|
@ZoneName = params['ZoneName']
|
8356
8318
|
@ZoneId = params['ZoneId']
|
8357
8319
|
@NodeCount = params['NodeCount']
|
8320
|
+
@NodePermWipeFlag = params['NodePermWipeFlag']
|
8358
8321
|
end
|
8359
8322
|
end
|
8360
8323
|
|
@@ -9957,10 +9920,21 @@ module TencentCloud
|
|
9957
9920
|
# @param AccessPointsType: 接入点类型
|
9958
9921
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
9959
9922
|
# @type AccessPointsType: String
|
9923
|
+
# @param Bandwidth: 带宽,目前只有公网会有这个值
|
9924
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
9925
|
+
# @type Bandwidth: Integer
|
9926
|
+
# @param SecurityPolicy: 类
|
9927
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
9928
|
+
# @type SecurityPolicy: Array
|
9929
|
+
# @param StandardAccessPoint: 是否是标准的接入点 true是标准的 false不是标准的
|
9930
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
9931
|
+
# @type StandardAccessPoint: Boolean
|
9932
|
+
# @param ZoneName: 可用区信息
|
9933
|
+
# @type ZoneName: String
|
9960
9934
|
|
9961
|
-
attr_accessor :VpcId, :SubnetId, :Endpoint, :InstanceId, :RouteType, :OperationType, :AccessPointsType
|
9935
|
+
attr_accessor :VpcId, :SubnetId, :Endpoint, :InstanceId, :RouteType, :OperationType, :AccessPointsType, :Bandwidth, :SecurityPolicy, :StandardAccessPoint, :ZoneName
|
9962
9936
|
|
9963
|
-
def initialize(vpcid=nil, subnetid=nil, endpoint=nil, instanceid=nil, routetype=nil, operationtype=nil, accesspointstype=nil)
|
9937
|
+
def initialize(vpcid=nil, subnetid=nil, endpoint=nil, instanceid=nil, routetype=nil, operationtype=nil, accesspointstype=nil, bandwidth=nil, securitypolicy=nil, standardaccesspoint=nil, zonename=nil)
|
9964
9938
|
@VpcId = vpcid
|
9965
9939
|
@SubnetId = subnetid
|
9966
9940
|
@Endpoint = endpoint
|
@@ -9968,6 +9942,10 @@ module TencentCloud
|
|
9968
9942
|
@RouteType = routetype
|
9969
9943
|
@OperationType = operationtype
|
9970
9944
|
@AccessPointsType = accesspointstype
|
9945
|
+
@Bandwidth = bandwidth
|
9946
|
+
@SecurityPolicy = securitypolicy
|
9947
|
+
@StandardAccessPoint = standardaccesspoint
|
9948
|
+
@ZoneName = zonename
|
9971
9949
|
end
|
9972
9950
|
|
9973
9951
|
def deserialize(params)
|
@@ -9978,6 +9956,17 @@ module TencentCloud
|
|
9978
9956
|
@RouteType = params['RouteType']
|
9979
9957
|
@OperationType = params['OperationType']
|
9980
9958
|
@AccessPointsType = params['AccessPointsType']
|
9959
|
+
@Bandwidth = params['Bandwidth']
|
9960
|
+
unless params['SecurityPolicy'].nil?
|
9961
|
+
@SecurityPolicy = []
|
9962
|
+
params['SecurityPolicy'].each do |i|
|
9963
|
+
securitypolicy_tmp = SecurityPolicy.new
|
9964
|
+
securitypolicy_tmp.deserialize(i)
|
9965
|
+
@SecurityPolicy << securitypolicy_tmp
|
9966
|
+
end
|
9967
|
+
end
|
9968
|
+
@StandardAccessPoint = params['StandardAccessPoint']
|
9969
|
+
@ZoneName = params['ZoneName']
|
9981
9970
|
end
|
9982
9971
|
end
|
9983
9972
|
|
@@ -10009,10 +9998,17 @@ module TencentCloud
|
|
10009
9998
|
# @param ExpireTime: 实例到期时间戳,毫秒级精度。
|
10010
9999
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
10011
10000
|
# @type ExpireTime: Integer
|
10001
|
+
# @param AutoCreateTopicStatus: 是否开启自动创建主题
|
10002
|
+
# true就是开启了,false是关闭
|
10003
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
10004
|
+
# @type AutoCreateTopicStatus: Boolean
|
10005
|
+
# @param DefaultPartitionNumber: 自动创建主题的默认分区数,如果没开启就是0
|
10006
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
10007
|
+
# @type DefaultPartitionNumber: Integer
|
10012
10008
|
|
10013
|
-
attr_accessor :ClusterId, :ClusterName, :Remark, :CreateTime, :Status, :Version, :NodeDistribution, :MaxStorage, :CanEditRoute, :BillingLabelVersion, :ExpireTime
|
10009
|
+
attr_accessor :ClusterId, :ClusterName, :Remark, :CreateTime, :Status, :Version, :NodeDistribution, :MaxStorage, :CanEditRoute, :BillingLabelVersion, :ExpireTime, :AutoCreateTopicStatus, :DefaultPartitionNumber
|
10014
10010
|
|
10015
|
-
def initialize(clusterid=nil, clustername=nil, remark=nil, createtime=nil, status=nil, version=nil, nodedistribution=nil, maxstorage=nil, caneditroute=nil, billinglabelversion=nil, expiretime=nil)
|
10011
|
+
def initialize(clusterid=nil, clustername=nil, remark=nil, createtime=nil, status=nil, version=nil, nodedistribution=nil, maxstorage=nil, caneditroute=nil, billinglabelversion=nil, expiretime=nil, autocreatetopicstatus=nil, defaultpartitionnumber=nil)
|
10016
10012
|
@ClusterId = clusterid
|
10017
10013
|
@ClusterName = clustername
|
10018
10014
|
@Remark = remark
|
@@ -10024,6 +10020,8 @@ module TencentCloud
|
|
10024
10020
|
@CanEditRoute = caneditroute
|
10025
10021
|
@BillingLabelVersion = billinglabelversion
|
10026
10022
|
@ExpireTime = expiretime
|
10023
|
+
@AutoCreateTopicStatus = autocreatetopicstatus
|
10024
|
+
@DefaultPartitionNumber = defaultpartitionnumber
|
10027
10025
|
end
|
10028
10026
|
|
10029
10027
|
def deserialize(params)
|
@@ -10045,6 +10043,8 @@ module TencentCloud
|
|
10045
10043
|
@CanEditRoute = params['CanEditRoute']
|
10046
10044
|
@BillingLabelVersion = params['BillingLabelVersion']
|
10047
10045
|
@ExpireTime = params['ExpireTime']
|
10046
|
+
@AutoCreateTopicStatus = params['AutoCreateTopicStatus']
|
10047
|
+
@DefaultPartitionNumber = params['DefaultPartitionNumber']
|
10048
10048
|
end
|
10049
10049
|
end
|
10050
10050
|
|
@@ -12533,6 +12533,34 @@ module TencentCloud
|
|
12533
12533
|
end
|
12534
12534
|
end
|
12535
12535
|
|
12536
|
+
# 安全策略
|
12537
|
+
class SecurityPolicy < TencentCloud::Common::AbstractModel
|
12538
|
+
# @param Route: ip或者网段
|
12539
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
12540
|
+
# @type Route: String
|
12541
|
+
# @param Policy: 策略 true就是允许,白名单或者 false 拒绝 黑名单
|
12542
|
+
|
12543
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
12544
|
+
# @type Policy: Boolean
|
12545
|
+
# @param Remark: 备注
|
12546
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
12547
|
+
# @type Remark: String
|
12548
|
+
|
12549
|
+
attr_accessor :Route, :Policy, :Remark
|
12550
|
+
|
12551
|
+
def initialize(route=nil, policy=nil, remark=nil)
|
12552
|
+
@Route = route
|
12553
|
+
@Policy = policy
|
12554
|
+
@Remark = remark
|
12555
|
+
end
|
12556
|
+
|
12557
|
+
def deserialize(params)
|
12558
|
+
@Route = params['Route']
|
12559
|
+
@Policy = params['Policy']
|
12560
|
+
@Remark = params['Remark']
|
12561
|
+
end
|
12562
|
+
end
|
12563
|
+
|
12536
12564
|
# SendBatchMessages请求参数结构体
|
12537
12565
|
class SendBatchMessagesRequest < TencentCloud::Common::AbstractModel
|
12538
12566
|
# @param Topic: 消息要发送的topic的名字, 这里尽量需要使用topic的全路径,即:tenant/namespace/topic。如果不指定,默认使用的是:public/default
|
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.939
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-11-
|
11
|
+
date: 2024-11-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|