tencentcloud-sdk-tdmq 3.0.1087 → 3.0.1092
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 +181 -33
- 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: 2f35d6897bf36ec89b1c15f49767eed58792c123
|
4
|
+
data.tar.gz: eed69d3cd61366b3421b3da2bdb704c66514d82d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1f639fdb52aa089b1d8fe4c4454e043571c75b0995a82f3d728c04bc5ecaf483ba50e76cf122cba809654d1680fd3673397a31e93e0f15f1bf48a6cdd28c06d7
|
7
|
+
data.tar.gz: 13269eb9e2105f1ac5fa7d86bc26eb970ab09e58461daff20e8c2773d7ef97707b0f76ac2b0745ad1bbf40c07fbf5181c305e1f052eb5be1c8b6213b41a61cde
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1092
|
data/lib/v20200217/models.rb
CHANGED
@@ -209,6 +209,50 @@ module TencentCloud
|
|
209
209
|
end
|
210
210
|
end
|
211
211
|
|
212
|
+
# Pulsar集群TLS证书信息
|
213
|
+
class CertificateInfo < TencentCloud::Common::AbstractModel
|
214
|
+
# @param CertificateId: SSL证书管理中的id
|
215
|
+
# @type CertificateId: String
|
216
|
+
# @param ExpireTime: 证书到期时间
|
217
|
+
# @type ExpireTime: String
|
218
|
+
# @param DomainName: 证书绑定的域名
|
219
|
+
# @type DomainName: String
|
220
|
+
# @param Status: 证书状态:0 已签发
|
221
|
+
# 1 即将过期
|
222
|
+
# 2 未启用
|
223
|
+
# 3 已过期
|
224
|
+
# 4 不可用
|
225
|
+
# @type Status: String
|
226
|
+
# @param Type: 证书类型:0:根证书,1:服务端证书
|
227
|
+
# @type Type: String
|
228
|
+
# @param Origin: TencentCloud:SSL证书;Default:TDMQ官方默认证书
|
229
|
+
# @type Origin: String
|
230
|
+
# @param ModifyTime: 证书添加/更新时间
|
231
|
+
# @type ModifyTime: String
|
232
|
+
|
233
|
+
attr_accessor :CertificateId, :ExpireTime, :DomainName, :Status, :Type, :Origin, :ModifyTime
|
234
|
+
|
235
|
+
def initialize(certificateid=nil, expiretime=nil, domainname=nil, status=nil, type=nil, origin=nil, modifytime=nil)
|
236
|
+
@CertificateId = certificateid
|
237
|
+
@ExpireTime = expiretime
|
238
|
+
@DomainName = domainname
|
239
|
+
@Status = status
|
240
|
+
@Type = type
|
241
|
+
@Origin = origin
|
242
|
+
@ModifyTime = modifytime
|
243
|
+
end
|
244
|
+
|
245
|
+
def deserialize(params)
|
246
|
+
@CertificateId = params['CertificateId']
|
247
|
+
@ExpireTime = params['ExpireTime']
|
248
|
+
@DomainName = params['DomainName']
|
249
|
+
@Status = params['Status']
|
250
|
+
@Type = params['Type']
|
251
|
+
@Origin = params['Origin']
|
252
|
+
@ModifyTime = params['ModifyTime']
|
253
|
+
end
|
254
|
+
end
|
255
|
+
|
212
256
|
# ClearCmqQueue请求参数结构体
|
213
257
|
class ClearCmqQueueRequest < TencentCloud::Common::AbstractModel
|
214
258
|
# @param QueueName: 队列名字,在单个地域同一账号下唯一。队列名称是一个不超过64个字符的字符串,必须以字母为首字符,剩余部分可以包含字母、数字和横划线(-)。
|
@@ -1739,10 +1783,12 @@ module TencentCloud
|
|
1739
1783
|
# @type Bandwidth: Integer
|
1740
1784
|
# @param EnablePublicAccess: 是否打开公网接入,不传默认为false
|
1741
1785
|
# @type EnablePublicAccess: Boolean
|
1786
|
+
# @param EnableDeletionProtection: 是否打开集群删除保护,不传默认为 false
|
1787
|
+
# @type EnableDeletionProtection: Boolean
|
1742
1788
|
|
1743
|
-
attr_accessor :ZoneIds, :VpcId, :SubnetId, :ClusterName, :NodeSpec, :NodeNum, :StorageSize, :EnableCreateDefaultHaMirrorQueue, :AutoRenewFlag, :TimeSpan, :PayMode, :ClusterVersion, :IsIntl, :ResourceTags, :Bandwidth, :EnablePublicAccess
|
1789
|
+
attr_accessor :ZoneIds, :VpcId, :SubnetId, :ClusterName, :NodeSpec, :NodeNum, :StorageSize, :EnableCreateDefaultHaMirrorQueue, :AutoRenewFlag, :TimeSpan, :PayMode, :ClusterVersion, :IsIntl, :ResourceTags, :Bandwidth, :EnablePublicAccess, :EnableDeletionProtection
|
1744
1790
|
|
1745
|
-
def initialize(zoneids=nil, vpcid=nil, subnetid=nil, clustername=nil, nodespec=nil, nodenum=nil, storagesize=nil, enablecreatedefaulthamirrorqueue=nil, autorenewflag=nil, timespan=nil, paymode=nil, clusterversion=nil, isintl=nil, resourcetags=nil, bandwidth=nil, enablepublicaccess=nil)
|
1791
|
+
def initialize(zoneids=nil, vpcid=nil, subnetid=nil, clustername=nil, nodespec=nil, nodenum=nil, storagesize=nil, enablecreatedefaulthamirrorqueue=nil, autorenewflag=nil, timespan=nil, paymode=nil, clusterversion=nil, isintl=nil, resourcetags=nil, bandwidth=nil, enablepublicaccess=nil, enabledeletionprotection=nil)
|
1746
1792
|
@ZoneIds = zoneids
|
1747
1793
|
@VpcId = vpcid
|
1748
1794
|
@SubnetId = subnetid
|
@@ -1759,6 +1805,7 @@ module TencentCloud
|
|
1759
1805
|
@ResourceTags = resourcetags
|
1760
1806
|
@Bandwidth = bandwidth
|
1761
1807
|
@EnablePublicAccess = enablepublicaccess
|
1808
|
+
@EnableDeletionProtection = enabledeletionprotection
|
1762
1809
|
end
|
1763
1810
|
|
1764
1811
|
def deserialize(params)
|
@@ -1785,6 +1832,7 @@ module TencentCloud
|
|
1785
1832
|
end
|
1786
1833
|
@Bandwidth = params['Bandwidth']
|
1787
1834
|
@EnablePublicAccess = params['EnablePublicAccess']
|
1835
|
+
@EnableDeletionProtection = params['EnableDeletionProtection']
|
1788
1836
|
end
|
1789
1837
|
end
|
1790
1838
|
|
@@ -5520,7 +5568,7 @@ module TencentCloud
|
|
5520
5568
|
|
5521
5569
|
# DescribeRabbitMQVipInstance请求参数结构体
|
5522
5570
|
class DescribeRabbitMQVipInstanceRequest < TencentCloud::Common::AbstractModel
|
5523
|
-
# @param ClusterId:
|
5571
|
+
# @param ClusterId: 实例 ID,形如 amqp-xxxxxxxx。有效的 InstanceId 可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询。
|
5524
5572
|
# @type ClusterId: String
|
5525
5573
|
|
5526
5574
|
attr_accessor :ClusterId
|
@@ -5550,12 +5598,14 @@ module TencentCloud
|
|
5550
5598
|
# @type ExchangeQuota: :class:`Tencentcloud::Tdmq.v20200217.models.ExchangeQuota`
|
5551
5599
|
# @param QueueQuota: queue配额信息
|
5552
5600
|
# @type QueueQuota: :class:`Tencentcloud::Tdmq.v20200217.models.QueueQuota`
|
5601
|
+
# @param UserQuota: 用户配额信息
|
5602
|
+
# @type UserQuota: :class:`Tencentcloud::Tdmq.v20200217.models.RabbitMQUserQuota`
|
5553
5603
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
5554
5604
|
# @type RequestId: String
|
5555
5605
|
|
5556
|
-
attr_accessor :ClusterInfo, :ClusterSpecInfo, :ClusterNetInfo, :ClusterWhiteListInfo, :VirtualHostQuota, :ExchangeQuota, :QueueQuota, :RequestId
|
5606
|
+
attr_accessor :ClusterInfo, :ClusterSpecInfo, :ClusterNetInfo, :ClusterWhiteListInfo, :VirtualHostQuota, :ExchangeQuota, :QueueQuota, :UserQuota, :RequestId
|
5557
5607
|
|
5558
|
-
def initialize(clusterinfo=nil, clusterspecinfo=nil, clusternetinfo=nil, clusterwhitelistinfo=nil, virtualhostquota=nil, exchangequota=nil, queuequota=nil, requestid=nil)
|
5608
|
+
def initialize(clusterinfo=nil, clusterspecinfo=nil, clusternetinfo=nil, clusterwhitelistinfo=nil, virtualhostquota=nil, exchangequota=nil, queuequota=nil, userquota=nil, requestid=nil)
|
5559
5609
|
@ClusterInfo = clusterinfo
|
5560
5610
|
@ClusterSpecInfo = clusterspecinfo
|
5561
5611
|
@ClusterNetInfo = clusternetinfo
|
@@ -5563,6 +5613,7 @@ module TencentCloud
|
|
5563
5613
|
@VirtualHostQuota = virtualhostquota
|
5564
5614
|
@ExchangeQuota = exchangequota
|
5565
5615
|
@QueueQuota = queuequota
|
5616
|
+
@UserQuota = userquota
|
5566
5617
|
@RequestId = requestid
|
5567
5618
|
end
|
5568
5619
|
|
@@ -5595,6 +5646,10 @@ module TencentCloud
|
|
5595
5646
|
@QueueQuota = QueueQuota.new
|
5596
5647
|
@QueueQuota.deserialize(params['QueueQuota'])
|
5597
5648
|
end
|
5649
|
+
unless params['UserQuota'].nil?
|
5650
|
+
@UserQuota = RabbitMQUserQuota.new
|
5651
|
+
@UserQuota.deserialize(params['UserQuota'])
|
5652
|
+
end
|
5598
5653
|
@RequestId = params['RequestId']
|
5599
5654
|
end
|
5600
5655
|
end
|
@@ -6321,8 +6376,8 @@ module TencentCloud
|
|
6321
6376
|
|
6322
6377
|
attr_accessor :ClusterId, :EnvironmentId, :TopicName, :MsgId, :PulsarMsgId, :QueryDlqMsg, :QueryDeadLetterMessage, :Offset, :Limit, :FilterTrackGroup
|
6323
6378
|
extend Gem::Deprecate
|
6324
|
-
deprecate :QueryDlqMsg, :none, 2025,
|
6325
|
-
deprecate :QueryDlqMsg=, :none, 2025,
|
6379
|
+
deprecate :QueryDlqMsg, :none, 2025, 7
|
6380
|
+
deprecate :QueryDlqMsg=, :none, 2025, 7
|
6326
6381
|
|
6327
6382
|
def initialize(clusterid=nil, environmentid=nil, topicname=nil, msgid=nil, pulsarmsgid=nil, querydlqmsg=nil, querydeadlettermessage=nil, offset=nil, limit=nil, filtertrackgroup=nil)
|
6328
6383
|
@ClusterId = clusterid
|
@@ -6427,8 +6482,8 @@ module TencentCloud
|
|
6427
6482
|
|
6428
6483
|
attr_accessor :ClusterId, :EnvironmentId, :TopicName, :MsgId, :GroupName, :QueryDLQMsg, :QueryDeadLetterMessage
|
6429
6484
|
extend Gem::Deprecate
|
6430
|
-
deprecate :QueryDLQMsg, :none, 2025,
|
6431
|
-
deprecate :QueryDLQMsg=, :none, 2025,
|
6485
|
+
deprecate :QueryDLQMsg, :none, 2025, 7
|
6486
|
+
deprecate :QueryDLQMsg=, :none, 2025, 7
|
6432
6487
|
|
6433
6488
|
def initialize(clusterid=nil, environmentid=nil, topicname=nil, msgid=nil, groupname=nil, querydlqmsg=nil, querydeadlettermessage=nil)
|
6434
6489
|
@ClusterId = clusterid
|
@@ -7268,8 +7323,8 @@ module TencentCloud
|
|
7268
7323
|
|
7269
7324
|
attr_accessor :ClusterId, :EnvironmentId, :TopicName, :StartTime, :EndTime, :MsgId, :MsgKey, :Offset, :Limit, :TaskRequestId, :QueryDlqMsg, :NumOfLatestMsg, :Tag, :QueryDeadLetterMessage
|
7270
7325
|
extend Gem::Deprecate
|
7271
|
-
deprecate :QueryDlqMsg, :none, 2025,
|
7272
|
-
deprecate :QueryDlqMsg=, :none, 2025,
|
7326
|
+
deprecate :QueryDlqMsg, :none, 2025, 7
|
7327
|
+
deprecate :QueryDlqMsg=, :none, 2025, 7
|
7273
7328
|
|
7274
7329
|
def initialize(clusterid=nil, environmentid=nil, topicname=nil, starttime=nil, endtime=nil, msgid=nil, msgkey=nil, offset=nil, limit=nil, taskrequestid=nil, querydlqmsg=nil, numoflatestmsg=nil, tag=nil, querydeadlettermessage=nil)
|
7275
7330
|
@ClusterId = clusterid
|
@@ -9173,23 +9228,27 @@ module TencentCloud
|
|
9173
9228
|
class ModifyRabbitMQVipInstanceRequest < TencentCloud::Common::AbstractModel
|
9174
9229
|
# @param InstanceId: 实例Id
|
9175
9230
|
# @type InstanceId: String
|
9176
|
-
# @param ClusterName:
|
9231
|
+
# @param ClusterName: 集群名称,不填则不修改。非空字符串时必须 3-64 个字符,只能包含数字、字母、“-”和“_”
|
9177
9232
|
# @type ClusterName: String
|
9178
|
-
# @param Remark:
|
9233
|
+
# @param Remark: 备注,不填则不修改
|
9179
9234
|
# @type Remark: String
|
9235
|
+
# @param EnableDeletionProtection: 是否开启删除保护,不填则不修改
|
9236
|
+
# @type EnableDeletionProtection: Boolean
|
9180
9237
|
|
9181
|
-
attr_accessor :InstanceId, :ClusterName, :Remark
|
9238
|
+
attr_accessor :InstanceId, :ClusterName, :Remark, :EnableDeletionProtection
|
9182
9239
|
|
9183
|
-
def initialize(instanceid=nil, clustername=nil, remark=nil)
|
9240
|
+
def initialize(instanceid=nil, clustername=nil, remark=nil, enabledeletionprotection=nil)
|
9184
9241
|
@InstanceId = instanceid
|
9185
9242
|
@ClusterName = clustername
|
9186
9243
|
@Remark = remark
|
9244
|
+
@EnableDeletionProtection = enabledeletionprotection
|
9187
9245
|
end
|
9188
9246
|
|
9189
9247
|
def deserialize(params)
|
9190
9248
|
@InstanceId = params['InstanceId']
|
9191
9249
|
@ClusterName = params['ClusterName']
|
9192
9250
|
@Remark = params['Remark']
|
9251
|
+
@EnableDeletionProtection = params['EnableDeletionProtection']
|
9193
9252
|
end
|
9194
9253
|
end
|
9195
9254
|
|
@@ -10144,10 +10203,14 @@ module TencentCloud
|
|
10144
10203
|
# @param ZoneName: 可用区信息
|
10145
10204
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
10146
10205
|
# @type ZoneName: String
|
10206
|
+
# @param Tls: 是否开启TLS加密
|
10207
|
+
# @type Tls: Boolean
|
10208
|
+
# @param CustomUrl: 接入点自定义域名
|
10209
|
+
# @type CustomUrl: String
|
10147
10210
|
|
10148
|
-
attr_accessor :VpcId, :SubnetId, :Endpoint, :InstanceId, :RouteType, :OperationType, :AccessPointsType, :Bandwidth, :SecurityPolicy, :StandardAccessPoint, :ZoneName
|
10211
|
+
attr_accessor :VpcId, :SubnetId, :Endpoint, :InstanceId, :RouteType, :OperationType, :AccessPointsType, :Bandwidth, :SecurityPolicy, :StandardAccessPoint, :ZoneName, :Tls, :CustomUrl
|
10149
10212
|
|
10150
|
-
def initialize(vpcid=nil, subnetid=nil, endpoint=nil, instanceid=nil, routetype=nil, operationtype=nil, accesspointstype=nil, bandwidth=nil, securitypolicy=nil, standardaccesspoint=nil, zonename=nil)
|
10213
|
+
def initialize(vpcid=nil, subnetid=nil, endpoint=nil, instanceid=nil, routetype=nil, operationtype=nil, accesspointstype=nil, bandwidth=nil, securitypolicy=nil, standardaccesspoint=nil, zonename=nil, tls=nil, customurl=nil)
|
10151
10214
|
@VpcId = vpcid
|
10152
10215
|
@SubnetId = subnetid
|
10153
10216
|
@Endpoint = endpoint
|
@@ -10159,6 +10222,8 @@ module TencentCloud
|
|
10159
10222
|
@SecurityPolicy = securitypolicy
|
10160
10223
|
@StandardAccessPoint = standardaccesspoint
|
10161
10224
|
@ZoneName = zonename
|
10225
|
+
@Tls = tls
|
10226
|
+
@CustomUrl = customurl
|
10162
10227
|
end
|
10163
10228
|
|
10164
10229
|
def deserialize(params)
|
@@ -10180,6 +10245,8 @@ module TencentCloud
|
|
10180
10245
|
end
|
10181
10246
|
@StandardAccessPoint = params['StandardAccessPoint']
|
10182
10247
|
@ZoneName = params['ZoneName']
|
10248
|
+
@Tls = params['Tls']
|
10249
|
+
@CustomUrl = params['CustomUrl']
|
10183
10250
|
end
|
10184
10251
|
end
|
10185
10252
|
|
@@ -10361,10 +10428,12 @@ module TencentCloud
|
|
10361
10428
|
# @type BillingLabelVersion: String
|
10362
10429
|
# @param Tenant: 自定义租户
|
10363
10430
|
# @type Tenant: String
|
10431
|
+
# @param CertificateList: 集群的证书列表
|
10432
|
+
# @type CertificateList: Array
|
10364
10433
|
|
10365
|
-
attr_accessor :InstanceId, :InstanceName, :InstanceVersion, :Status, :ConfigDisplay, :MaxTps, :MaxStorage, :ExpireTime, :AutoRenewFlag, :PayMode, :Remark, :SpecName, :ScalableTps, :VpcId, :SubnetId, :MaxBandWidth, :Tags, :CreateTime, :BillingLabelVersion, :Tenant
|
10434
|
+
attr_accessor :InstanceId, :InstanceName, :InstanceVersion, :Status, :ConfigDisplay, :MaxTps, :MaxStorage, :ExpireTime, :AutoRenewFlag, :PayMode, :Remark, :SpecName, :ScalableTps, :VpcId, :SubnetId, :MaxBandWidth, :Tags, :CreateTime, :BillingLabelVersion, :Tenant, :CertificateList
|
10366
10435
|
|
10367
|
-
def initialize(instanceid=nil, instancename=nil, instanceversion=nil, status=nil, configdisplay=nil, maxtps=nil, maxstorage=nil, expiretime=nil, autorenewflag=nil, paymode=nil, remark=nil, specname=nil, scalabletps=nil, vpcid=nil, subnetid=nil, maxbandwidth=nil, tags=nil, createtime=nil, billinglabelversion=nil, tenant=nil)
|
10436
|
+
def initialize(instanceid=nil, instancename=nil, instanceversion=nil, status=nil, configdisplay=nil, maxtps=nil, maxstorage=nil, expiretime=nil, autorenewflag=nil, paymode=nil, remark=nil, specname=nil, scalabletps=nil, vpcid=nil, subnetid=nil, maxbandwidth=nil, tags=nil, createtime=nil, billinglabelversion=nil, tenant=nil, certificatelist=nil)
|
10368
10437
|
@InstanceId = instanceid
|
10369
10438
|
@InstanceName = instancename
|
10370
10439
|
@InstanceVersion = instanceversion
|
@@ -10385,6 +10454,7 @@ module TencentCloud
|
|
10385
10454
|
@CreateTime = createtime
|
10386
10455
|
@BillingLabelVersion = billinglabelversion
|
10387
10456
|
@Tenant = tenant
|
10457
|
+
@CertificateList = certificatelist
|
10388
10458
|
end
|
10389
10459
|
|
10390
10460
|
def deserialize(params)
|
@@ -10415,6 +10485,14 @@ module TencentCloud
|
|
10415
10485
|
@CreateTime = params['CreateTime']
|
10416
10486
|
@BillingLabelVersion = params['BillingLabelVersion']
|
10417
10487
|
@Tenant = params['Tenant']
|
10488
|
+
unless params['CertificateList'].nil?
|
10489
|
+
@CertificateList = []
|
10490
|
+
params['CertificateList'].each do |i|
|
10491
|
+
certificateinfo_tmp = CertificateInfo.new
|
10492
|
+
certificateinfo_tmp.deserialize(i)
|
10493
|
+
@CertificateList << certificateinfo_tmp
|
10494
|
+
end
|
10495
|
+
end
|
10418
10496
|
end
|
10419
10497
|
end
|
10420
10498
|
|
@@ -10526,10 +10604,12 @@ module TencentCloud
|
|
10526
10604
|
# @type WebConsoleDomainEndpoint: String
|
10527
10605
|
# @param ControlPlaneEndpointInfo: 控制面所使用的VPC信息
|
10528
10606
|
# @type ControlPlaneEndpointInfo: :class:`Tencentcloud::Tdmq.v20200217.models.VpcEndpointInfo`
|
10607
|
+
# @param PublicTlsAccessEndpoint: TLS加密的数据流公网接入点
|
10608
|
+
# @type PublicTlsAccessEndpoint: String
|
10529
10609
|
|
10530
|
-
attr_accessor :PublicAccessEndpoint, :WebConsoleEndpoint, :WebConsoleUsername, :WebConsolePassword, :PublicAccessEndpointStatus, :PublicControlConsoleSwitchStatus, :VpcControlConsoleSwitchStatus, :VpcWebConsoleEndpoint, :PublicWebConsoleSwitchStatus, :VpcWebConsoleSwitchStatus, :PublicDataStreamStatus, :PrometheusEndpointInfo, :WebConsoleDomainEndpoint, :ControlPlaneEndpointInfo
|
10610
|
+
attr_accessor :PublicAccessEndpoint, :WebConsoleEndpoint, :WebConsoleUsername, :WebConsolePassword, :PublicAccessEndpointStatus, :PublicControlConsoleSwitchStatus, :VpcControlConsoleSwitchStatus, :VpcWebConsoleEndpoint, :PublicWebConsoleSwitchStatus, :VpcWebConsoleSwitchStatus, :PublicDataStreamStatus, :PrometheusEndpointInfo, :WebConsoleDomainEndpoint, :ControlPlaneEndpointInfo, :PublicTlsAccessEndpoint
|
10531
10611
|
|
10532
|
-
def initialize(publicaccessendpoint=nil, webconsoleendpoint=nil, webconsoleusername=nil, webconsolepassword=nil, publicaccessendpointstatus=nil, publiccontrolconsoleswitchstatus=nil, vpccontrolconsoleswitchstatus=nil, vpcwebconsoleendpoint=nil, publicwebconsoleswitchstatus=nil, vpcwebconsoleswitchstatus=nil, publicdatastreamstatus=nil, prometheusendpointinfo=nil, webconsoledomainendpoint=nil, controlplaneendpointinfo=nil)
|
10612
|
+
def initialize(publicaccessendpoint=nil, webconsoleendpoint=nil, webconsoleusername=nil, webconsolepassword=nil, publicaccessendpointstatus=nil, publiccontrolconsoleswitchstatus=nil, vpccontrolconsoleswitchstatus=nil, vpcwebconsoleendpoint=nil, publicwebconsoleswitchstatus=nil, vpcwebconsoleswitchstatus=nil, publicdatastreamstatus=nil, prometheusendpointinfo=nil, webconsoledomainendpoint=nil, controlplaneendpointinfo=nil, publictlsaccessendpoint=nil)
|
10533
10613
|
@PublicAccessEndpoint = publicaccessendpoint
|
10534
10614
|
@WebConsoleEndpoint = webconsoleendpoint
|
10535
10615
|
@WebConsoleUsername = webconsoleusername
|
@@ -10544,6 +10624,7 @@ module TencentCloud
|
|
10544
10624
|
@PrometheusEndpointInfo = prometheusendpointinfo
|
10545
10625
|
@WebConsoleDomainEndpoint = webconsoledomainendpoint
|
10546
10626
|
@ControlPlaneEndpointInfo = controlplaneendpointinfo
|
10627
|
+
@PublicTlsAccessEndpoint = publictlsaccessendpoint
|
10547
10628
|
end
|
10548
10629
|
|
10549
10630
|
def deserialize(params)
|
@@ -10567,6 +10648,7 @@ module TencentCloud
|
|
10567
10648
|
@ControlPlaneEndpointInfo = VpcEndpointInfo.new
|
10568
10649
|
@ControlPlaneEndpointInfo.deserialize(params['ControlPlaneEndpointInfo'])
|
10569
10650
|
end
|
10651
|
+
@PublicTlsAccessEndpoint = params['PublicTlsAccessEndpoint']
|
10570
10652
|
end
|
10571
10653
|
end
|
10572
10654
|
|
@@ -10625,10 +10707,14 @@ module TencentCloud
|
|
10625
10707
|
# @type IsolatedTime: Integer
|
10626
10708
|
# @param Container: 是否为容器实例,默认 true
|
10627
10709
|
# @type Container: Boolean
|
10710
|
+
# @param Tags: 标签列表
|
10711
|
+
# @type Tags: Array
|
10712
|
+
# @param EnableDeletionProtection: 是否已开启删除保护
|
10713
|
+
# @type EnableDeletionProtection: Boolean
|
10628
10714
|
|
10629
|
-
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, :IsolatedTime, :Container
|
10715
|
+
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, :IsolatedTime, :Container, :Tags, :EnableDeletionProtection
|
10630
10716
|
|
10631
|
-
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, isolatedtime=nil, container=nil)
|
10717
|
+
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, isolatedtime=nil, container=nil, tags=nil, enabledeletionprotection=nil)
|
10632
10718
|
@ClusterId = clusterid
|
10633
10719
|
@ClusterName = clustername
|
10634
10720
|
@Region = region
|
@@ -10655,6 +10741,8 @@ module TencentCloud
|
|
10655
10741
|
@InstanceType = instancetype
|
10656
10742
|
@IsolatedTime = isolatedtime
|
10657
10743
|
@Container = container
|
10744
|
+
@Tags = tags
|
10745
|
+
@EnableDeletionProtection = enabledeletionprotection
|
10658
10746
|
end
|
10659
10747
|
|
10660
10748
|
def deserialize(params)
|
@@ -10691,6 +10779,15 @@ module TencentCloud
|
|
10691
10779
|
@InstanceType = params['InstanceType']
|
10692
10780
|
@IsolatedTime = params['IsolatedTime']
|
10693
10781
|
@Container = params['Container']
|
10782
|
+
unless params['Tags'].nil?
|
10783
|
+
@Tags = []
|
10784
|
+
params['Tags'].each do |i|
|
10785
|
+
tag_tmp = Tag.new
|
10786
|
+
tag_tmp.deserialize(i)
|
10787
|
+
@Tags << tag_tmp
|
10788
|
+
end
|
10789
|
+
end
|
10790
|
+
@EnableDeletionProtection = params['EnableDeletionProtection']
|
10694
10791
|
end
|
10695
10792
|
end
|
10696
10793
|
|
@@ -11122,6 +11219,26 @@ module TencentCloud
|
|
11122
11219
|
end
|
11123
11220
|
end
|
11124
11221
|
|
11222
|
+
# RabbitMQ 实例用户配额信息
|
11223
|
+
class RabbitMQUserQuota < TencentCloud::Common::AbstractModel
|
11224
|
+
# @param MaxUser: 最大可创建用户数
|
11225
|
+
# @type MaxUser: Integer
|
11226
|
+
# @param UsedUser: 已使用用户数
|
11227
|
+
# @type UsedUser: Integer
|
11228
|
+
|
11229
|
+
attr_accessor :MaxUser, :UsedUser
|
11230
|
+
|
11231
|
+
def initialize(maxuser=nil, useduser=nil)
|
11232
|
+
@MaxUser = maxuser
|
11233
|
+
@UsedUser = useduser
|
11234
|
+
end
|
11235
|
+
|
11236
|
+
def deserialize(params)
|
11237
|
+
@MaxUser = params['MaxUser']
|
11238
|
+
@UsedUser = params['UsedUser']
|
11239
|
+
end
|
11240
|
+
end
|
11241
|
+
|
11125
11242
|
# RabbitMQ 托管版实例信息
|
11126
11243
|
class RabbitMQVipInstance < TencentCloud::Common::AbstractModel
|
11127
11244
|
# @param InstanceId: 实例 ID
|
@@ -11174,14 +11291,18 @@ module TencentCloud
|
|
11174
11291
|
# @type Vpcs: Array
|
11175
11292
|
# @param CreateTime: 创建时间,毫秒为单位。unix 时间戳
|
11176
11293
|
# @type CreateTime: Integer
|
11177
|
-
# @param InstanceType: 实例类型,0
|
11294
|
+
# @param InstanceType: 实例类型,0 托管版、1 Serverless 版
|
11178
11295
|
# @type InstanceType: Integer
|
11179
|
-
# @param IsolatedTime:
|
11296
|
+
# @param IsolatedTime: 隔离时间,毫秒为单位。unix 时间戳
|
11180
11297
|
# @type IsolatedTime: Integer
|
11298
|
+
# @param EnableDeletionProtection: 是否已开启删除保护
|
11299
|
+
# @type EnableDeletionProtection: Boolean
|
11300
|
+
# @param Tags: 标签列表
|
11301
|
+
# @type Tags: Array
|
11181
11302
|
|
11182
|
-
attr_accessor :InstanceId, :InstanceName, :InstanceVersion, :Status, :NodeCount, :ConfigDisplay, :MaxTps, :MaxBandWidth, :MaxStorage, :ExpireTime, :AutoRenewFlag, :PayMode, :Remark, :SpecName, :ExceptionInformation, :ClusterStatus, :PublicAccessEndpoint, :Vpcs, :CreateTime, :InstanceType, :IsolatedTime
|
11303
|
+
attr_accessor :InstanceId, :InstanceName, :InstanceVersion, :Status, :NodeCount, :ConfigDisplay, :MaxTps, :MaxBandWidth, :MaxStorage, :ExpireTime, :AutoRenewFlag, :PayMode, :Remark, :SpecName, :ExceptionInformation, :ClusterStatus, :PublicAccessEndpoint, :Vpcs, :CreateTime, :InstanceType, :IsolatedTime, :EnableDeletionProtection, :Tags
|
11183
11304
|
|
11184
|
-
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, isolatedtime=nil)
|
11305
|
+
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, isolatedtime=nil, enabledeletionprotection=nil, tags=nil)
|
11185
11306
|
@InstanceId = instanceid
|
11186
11307
|
@InstanceName = instancename
|
11187
11308
|
@InstanceVersion = instanceversion
|
@@ -11203,6 +11324,8 @@ module TencentCloud
|
|
11203
11324
|
@CreateTime = createtime
|
11204
11325
|
@InstanceType = instancetype
|
11205
11326
|
@IsolatedTime = isolatedtime
|
11327
|
+
@EnableDeletionProtection = enabledeletionprotection
|
11328
|
+
@Tags = tags
|
11206
11329
|
end
|
11207
11330
|
|
11208
11331
|
def deserialize(params)
|
@@ -11234,6 +11357,15 @@ module TencentCloud
|
|
11234
11357
|
@CreateTime = params['CreateTime']
|
11235
11358
|
@InstanceType = params['InstanceType']
|
11236
11359
|
@IsolatedTime = params['IsolatedTime']
|
11360
|
+
@EnableDeletionProtection = params['EnableDeletionProtection']
|
11361
|
+
unless params['Tags'].nil?
|
11362
|
+
@Tags = []
|
11363
|
+
params['Tags'].each do |i|
|
11364
|
+
tag_tmp = Tag.new
|
11365
|
+
tag_tmp.deserialize(i)
|
11366
|
+
@Tags << tag_tmp
|
11367
|
+
end
|
11368
|
+
end
|
11237
11369
|
end
|
11238
11370
|
end
|
11239
11371
|
|
@@ -11666,8 +11798,8 @@ module TencentCloud
|
|
11666
11798
|
|
11667
11799
|
attr_accessor :MaxTpsPerNamespace, :MaxNamespaceNum, :UsedNamespaceNum, :MaxTopicNum, :UsedTopicNum, :MaxGroupNum, :UsedGroupNum, :MaxRetentionTime, :MaxLatencyTime, :MaxQueuesPerTopic, :TopicDistribution, :MaxRoleNum, :MaxTpsLimit
|
11668
11800
|
extend Gem::Deprecate
|
11669
|
-
deprecate :MaxTpsPerNamespace, :none, 2025,
|
11670
|
-
deprecate :MaxTpsPerNamespace=, :none, 2025,
|
11801
|
+
deprecate :MaxTpsPerNamespace, :none, 2025, 7
|
11802
|
+
deprecate :MaxTpsPerNamespace=, :none, 2025, 7
|
11671
11803
|
|
11672
11804
|
def initialize(maxtpspernamespace=nil, maxnamespacenum=nil, usednamespacenum=nil, maxtopicnum=nil, usedtopicnum=nil, maxgroupnum=nil, usedgroupnum=nil, maxretentiontime=nil, maxlatencytime=nil, maxqueuespertopic=nil, topicdistribution=nil, maxrolenum=nil, maxtpslimit=nil)
|
11673
11805
|
@MaxTpsPerNamespace = maxtpspernamespace
|
@@ -13816,17 +13948,29 @@ module TencentCloud
|
|
13816
13948
|
# @type MaxVirtualHost: Integer
|
13817
13949
|
# @param UsedVirtualHost: 已创建vhost数
|
13818
13950
|
# @type UsedVirtualHost: Integer
|
13951
|
+
# @param MaxConnectionPerVhost: 单个 vhost 下允许的最大连接数
|
13952
|
+
# @type MaxConnectionPerVhost: Integer
|
13953
|
+
# @param MaxExchangePerVhost: 单个 vhost 下允许的最大交换机数
|
13954
|
+
# @type MaxExchangePerVhost: Integer
|
13955
|
+
# @param MaxQueuePerVhost: 单个 vhost 下允许的最大队列机数
|
13956
|
+
# @type MaxQueuePerVhost: Integer
|
13819
13957
|
|
13820
|
-
attr_accessor :MaxVirtualHost, :UsedVirtualHost
|
13958
|
+
attr_accessor :MaxVirtualHost, :UsedVirtualHost, :MaxConnectionPerVhost, :MaxExchangePerVhost, :MaxQueuePerVhost
|
13821
13959
|
|
13822
|
-
def initialize(maxvirtualhost=nil, usedvirtualhost=nil)
|
13960
|
+
def initialize(maxvirtualhost=nil, usedvirtualhost=nil, maxconnectionpervhost=nil, maxexchangepervhost=nil, maxqueuepervhost=nil)
|
13823
13961
|
@MaxVirtualHost = maxvirtualhost
|
13824
13962
|
@UsedVirtualHost = usedvirtualhost
|
13963
|
+
@MaxConnectionPerVhost = maxconnectionpervhost
|
13964
|
+
@MaxExchangePerVhost = maxexchangepervhost
|
13965
|
+
@MaxQueuePerVhost = maxqueuepervhost
|
13825
13966
|
end
|
13826
13967
|
|
13827
13968
|
def deserialize(params)
|
13828
13969
|
@MaxVirtualHost = params['MaxVirtualHost']
|
13829
13970
|
@UsedVirtualHost = params['UsedVirtualHost']
|
13971
|
+
@MaxConnectionPerVhost = params['MaxConnectionPerVhost']
|
13972
|
+
@MaxExchangePerVhost = params['MaxExchangePerVhost']
|
13973
|
+
@MaxQueuePerVhost = params['MaxQueuePerVhost']
|
13830
13974
|
end
|
13831
13975
|
end
|
13832
13976
|
|
@@ -13897,14 +14041,17 @@ module TencentCloud
|
|
13897
14041
|
# @type VpcEndpoint: String
|
13898
14042
|
# @param VpcDataStreamEndpointStatus: vpc接入点状态 OFF/ON/CREATING/DELETING
|
13899
14043
|
# @type VpcDataStreamEndpointStatus: String
|
14044
|
+
# @param VpcTlsEndpoint: TLS加密的数据流接入点
|
14045
|
+
# @type VpcTlsEndpoint: String
|
13900
14046
|
|
13901
|
-
attr_accessor :VpcId, :SubnetId, :VpcEndpoint, :VpcDataStreamEndpointStatus
|
14047
|
+
attr_accessor :VpcId, :SubnetId, :VpcEndpoint, :VpcDataStreamEndpointStatus, :VpcTlsEndpoint
|
13902
14048
|
|
13903
|
-
def initialize(vpcid=nil, subnetid=nil, vpcendpoint=nil, vpcdatastreamendpointstatus=nil)
|
14049
|
+
def initialize(vpcid=nil, subnetid=nil, vpcendpoint=nil, vpcdatastreamendpointstatus=nil, vpctlsendpoint=nil)
|
13904
14050
|
@VpcId = vpcid
|
13905
14051
|
@SubnetId = subnetid
|
13906
14052
|
@VpcEndpoint = vpcendpoint
|
13907
14053
|
@VpcDataStreamEndpointStatus = vpcdatastreamendpointstatus
|
14054
|
+
@VpcTlsEndpoint = vpctlsendpoint
|
13908
14055
|
end
|
13909
14056
|
|
13910
14057
|
def deserialize(params)
|
@@ -13912,6 +14059,7 @@ module TencentCloud
|
|
13912
14059
|
@SubnetId = params['SubnetId']
|
13913
14060
|
@VpcEndpoint = params['VpcEndpoint']
|
13914
14061
|
@VpcDataStreamEndpointStatus = params['VpcDataStreamEndpointStatus']
|
14062
|
+
@VpcTlsEndpoint = params['VpcTlsEndpoint']
|
13915
14063
|
end
|
13916
14064
|
end
|
13917
14065
|
|
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.1092
|
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-
|
11
|
+
date: 2025-07-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|