tencentcloud-sdk-tdmq 3.0.942 → 3.0.944
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 +17 -9
- 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: e2e787bc3f9a0f5203dcc93ab8c703d0de1e78ff
|
4
|
+
data.tar.gz: 9325014357ffedf53d437a59374d444f5d06b8ee
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1e4a7352249d64fa363a81f81192e34d504edf1854b62c2215e47c366bf71846b249e305c33c2550b9c1919182f1b1da0f41cdeff13888acf091ee055fea95f4
|
7
|
+
data.tar.gz: 503607ced320d729e88c0cba926c3349b62cc8a57b89004cfdc850b395d8134911d05aa5edeb1b56d67df7a7275600d51ed89c29661bdef8b52b8b349895427c
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.944
|
data/lib/v20200217/models.rb
CHANGED
@@ -1624,7 +1624,7 @@ module TencentCloud
|
|
1624
1624
|
class CreateRabbitMQBindingRequest < TencentCloud::Common::AbstractModel
|
1625
1625
|
# @param InstanceId: 实例Id
|
1626
1626
|
# @type InstanceId: String
|
1627
|
-
# @param VirtualHost: Vhost
|
1627
|
+
# @param VirtualHost: Vhost名称
|
1628
1628
|
# @type VirtualHost: String
|
1629
1629
|
# @param Source: 源exchange
|
1630
1630
|
# @type Source: String
|
@@ -1632,7 +1632,7 @@ module TencentCloud
|
|
1632
1632
|
# @type DestinationType: String
|
1633
1633
|
# @param Destination: 目标
|
1634
1634
|
# @type Destination: String
|
1635
|
-
# @param RoutingKey:
|
1635
|
+
# @param RoutingKey: 路由键
|
1636
1636
|
# @type RoutingKey: String
|
1637
1637
|
|
1638
1638
|
attr_accessor :InstanceId, :VirtualHost, :Source, :DestinationType, :Destination, :RoutingKey
|
@@ -1661,7 +1661,7 @@ module TencentCloud
|
|
1661
1661
|
# @param InstanceId: 实例名称
|
1662
1662
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
1663
1663
|
# @type InstanceId: String
|
1664
|
-
# @param VirtualHost: vhost
|
1664
|
+
# @param VirtualHost: vhost名称
|
1665
1665
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
1666
1666
|
# @type VirtualHost: String
|
1667
1667
|
# @param BindingId: 路由关系Id
|
@@ -2805,7 +2805,7 @@ module TencentCloud
|
|
2805
2805
|
|
2806
2806
|
# DeleteRabbitMQBinding返回参数结构体
|
2807
2807
|
class DeleteRabbitMQBindingResponse < TencentCloud::Common::AbstractModel
|
2808
|
-
# @param InstanceId:
|
2808
|
+
# @param InstanceId: 实例名称
|
2809
2809
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
2810
2810
|
# @type InstanceId: String
|
2811
2811
|
# @param VirtualHost: vhost参数
|
@@ -4904,7 +4904,7 @@ module TencentCloud
|
|
4904
4904
|
class DescribeRabbitMQBindingsRequest < TencentCloud::Common::AbstractModel
|
4905
4905
|
# @param InstanceId: 实例Id
|
4906
4906
|
# @type InstanceId: String
|
4907
|
-
# @param VirtualHost: Vhost
|
4907
|
+
# @param VirtualHost: Vhost名称
|
4908
4908
|
# @type VirtualHost: String
|
4909
4909
|
# @param Offset: 分页offset
|
4910
4910
|
# @type Offset: Integer
|
@@ -10401,10 +10401,12 @@ module TencentCloud
|
|
10401
10401
|
# @param PayMode: 计费模式,0-后付费,1-预付费
|
10402
10402
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
10403
10403
|
# @type PayMode: Integer
|
10404
|
+
# @param InstanceType: 实例类型,0 专享版、1 Serverless 版
|
10405
|
+
# @type InstanceType: Integer
|
10404
10406
|
|
10405
|
-
attr_accessor :ClusterId, :ClusterName, :Region, :CreateTime, :Remark, :Vpcs, :ZoneIds, :VirtualHostNumber, :QueueNumber, :MessagePublishRate, :MessageStackNumber, :ExpireTime, :ChannelNumber, :ConnectionNumber, :ConsumerNumber, :ExchangeNumber, :ExceptionInformation, :ClusterStatus, :AutoRenewFlag, :MirrorQueuePolicyFlag, :MessageConsumeRate, :ClusterVersion, :PayMode
|
10407
|
+
attr_accessor :ClusterId, :ClusterName, :Region, :CreateTime, :Remark, :Vpcs, :ZoneIds, :VirtualHostNumber, :QueueNumber, :MessagePublishRate, :MessageStackNumber, :ExpireTime, :ChannelNumber, :ConnectionNumber, :ConsumerNumber, :ExchangeNumber, :ExceptionInformation, :ClusterStatus, :AutoRenewFlag, :MirrorQueuePolicyFlag, :MessageConsumeRate, :ClusterVersion, :PayMode, :InstanceType
|
10406
10408
|
|
10407
|
-
def initialize(clusterid=nil, clustername=nil, region=nil, createtime=nil, remark=nil, vpcs=nil, zoneids=nil, virtualhostnumber=nil, queuenumber=nil, messagepublishrate=nil, messagestacknumber=nil, expiretime=nil, channelnumber=nil, connectionnumber=nil, consumernumber=nil, exchangenumber=nil, exceptioninformation=nil, clusterstatus=nil, autorenewflag=nil, mirrorqueuepolicyflag=nil, messageconsumerate=nil, clusterversion=nil, paymode=nil)
|
10409
|
+
def initialize(clusterid=nil, clustername=nil, region=nil, createtime=nil, remark=nil, vpcs=nil, zoneids=nil, virtualhostnumber=nil, queuenumber=nil, messagepublishrate=nil, messagestacknumber=nil, expiretime=nil, channelnumber=nil, connectionnumber=nil, consumernumber=nil, exchangenumber=nil, exceptioninformation=nil, clusterstatus=nil, autorenewflag=nil, mirrorqueuepolicyflag=nil, messageconsumerate=nil, clusterversion=nil, paymode=nil, instancetype=nil)
|
10408
10410
|
@ClusterId = clusterid
|
10409
10411
|
@ClusterName = clustername
|
10410
10412
|
@Region = region
|
@@ -10428,6 +10430,7 @@ module TencentCloud
|
|
10428
10430
|
@MessageConsumeRate = messageconsumerate
|
10429
10431
|
@ClusterVersion = clusterversion
|
10430
10432
|
@PayMode = paymode
|
10433
|
+
@InstanceType = instancetype
|
10431
10434
|
end
|
10432
10435
|
|
10433
10436
|
def deserialize(params)
|
@@ -10461,6 +10464,7 @@ module TencentCloud
|
|
10461
10464
|
@MessageConsumeRate = params['MessageConsumeRate']
|
10462
10465
|
@ClusterVersion = params['ClusterVersion']
|
10463
10466
|
@PayMode = params['PayMode']
|
10467
|
+
@InstanceType = params['InstanceType']
|
10464
10468
|
end
|
10465
10469
|
end
|
10466
10470
|
|
@@ -10910,10 +10914,12 @@ module TencentCloud
|
|
10910
10914
|
# @param CreateTime: 创建时间,毫秒为单位
|
10911
10915
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
10912
10916
|
# @type CreateTime: Integer
|
10917
|
+
# @param InstanceType: 实例类型,0 专享版、1 Serverless 版
|
10918
|
+
# @type InstanceType: Integer
|
10913
10919
|
|
10914
|
-
attr_accessor :InstanceId, :InstanceName, :InstanceVersion, :Status, :NodeCount, :ConfigDisplay, :MaxTps, :MaxBandWidth, :MaxStorage, :ExpireTime, :AutoRenewFlag, :PayMode, :Remark, :SpecName, :ExceptionInformation, :ClusterStatus, :PublicAccessEndpoint, :Vpcs, :CreateTime
|
10920
|
+
attr_accessor :InstanceId, :InstanceName, :InstanceVersion, :Status, :NodeCount, :ConfigDisplay, :MaxTps, :MaxBandWidth, :MaxStorage, :ExpireTime, :AutoRenewFlag, :PayMode, :Remark, :SpecName, :ExceptionInformation, :ClusterStatus, :PublicAccessEndpoint, :Vpcs, :CreateTime, :InstanceType
|
10915
10921
|
|
10916
|
-
def initialize(instanceid=nil, instancename=nil, instanceversion=nil, status=nil, nodecount=nil, configdisplay=nil, maxtps=nil, maxbandwidth=nil, maxstorage=nil, expiretime=nil, autorenewflag=nil, paymode=nil, remark=nil, specname=nil, exceptioninformation=nil, clusterstatus=nil, publicaccessendpoint=nil, vpcs=nil, createtime=nil)
|
10922
|
+
def initialize(instanceid=nil, instancename=nil, instanceversion=nil, status=nil, nodecount=nil, configdisplay=nil, maxtps=nil, maxbandwidth=nil, maxstorage=nil, expiretime=nil, autorenewflag=nil, paymode=nil, remark=nil, specname=nil, exceptioninformation=nil, clusterstatus=nil, publicaccessendpoint=nil, vpcs=nil, createtime=nil, instancetype=nil)
|
10917
10923
|
@InstanceId = instanceid
|
10918
10924
|
@InstanceName = instancename
|
10919
10925
|
@InstanceVersion = instanceversion
|
@@ -10933,6 +10939,7 @@ module TencentCloud
|
|
10933
10939
|
@PublicAccessEndpoint = publicaccessendpoint
|
10934
10940
|
@Vpcs = vpcs
|
10935
10941
|
@CreateTime = createtime
|
10942
|
+
@InstanceType = instancetype
|
10936
10943
|
end
|
10937
10944
|
|
10938
10945
|
def deserialize(params)
|
@@ -10962,6 +10969,7 @@ module TencentCloud
|
|
10962
10969
|
end
|
10963
10970
|
end
|
10964
10971
|
@CreateTime = params['CreateTime']
|
10972
|
+
@InstanceType = params['InstanceType']
|
10965
10973
|
end
|
10966
10974
|
end
|
10967
10975
|
|
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.944
|
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-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|