tencentcloud-sdk-tdmq 3.0.1085 → 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 94302942ceaf5bf315a73d0193d76f011b4086d0
4
- data.tar.gz: e6337e4708431ddcf950d5e85bb0b4421f57c78e
3
+ metadata.gz: 2f35d6897bf36ec89b1c15f49767eed58792c123
4
+ data.tar.gz: eed69d3cd61366b3421b3da2bdb704c66514d82d
5
5
  SHA512:
6
- metadata.gz: e1aa35499fb83d3827a2fb32da19121667c7227a88db811372c8a38e5b4fcabd79be6bcdf84d26704ff95d756d821e75a9e1ad68cdbfa961533b8a9d820d9d77
7
- data.tar.gz: 271092eef4a61d1b19d88d7a3ac6c7f571b4346bbef755e90fedba64c2464f29a093517ae0f10288b8da51c2b5be28983fd6c25ecff4a9d4daa3d04acadd7829
6
+ metadata.gz: 1f639fdb52aa089b1d8fe4c4454e043571c75b0995a82f3d728c04bc5ecaf483ba50e76cf122cba809654d1680fd3673397a31e93e0f15f1bf48a6cdd28c06d7
7
+ data.tar.gz: 13269eb9e2105f1ac5fa7d86bc26eb970ab09e58461daff20e8c2773d7ef97707b0f76ac2b0745ad1bbf40c07fbf5181c305e1f052eb5be1c8b6213b41a61cde
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1085
1
+ 3.0.1092
@@ -1855,7 +1855,7 @@ module TencentCloud
1855
1855
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
1856
1856
  end
1857
1857
 
1858
- # 获取单个RabbitMQ专享实例信息
1858
+ # 获取单个 RabbitMQ 托管版实例信息
1859
1859
 
1860
1860
  # @param request: Request instance for DescribeRabbitMQVipInstance.
1861
1861
  # @type request: :class:`Tencentcloud::tdmq::V20200217::DescribeRabbitMQVipInstanceRequest`
@@ -1879,7 +1879,7 @@ module TencentCloud
1879
1879
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
1880
1880
  end
1881
1881
 
1882
- # 查询用户已购的RabbitMQ专享实例列表
1882
+ # 查询用户已购的 RabbitMQ 托管版实例列表
1883
1883
 
1884
1884
  # @param request: Request instance for DescribeRabbitMQVipInstances.
1885
1885
  # @type request: :class:`Tencentcloud::tdmq::V20200217::DescribeRabbitMQVipInstancesRequest`
@@ -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
 
@@ -4870,19 +4918,19 @@ module TencentCloud
4870
4918
 
4871
4919
  # DescribeRabbitMQBindings请求参数结构体
4872
4920
  class DescribeRabbitMQBindingsRequest < TencentCloud::Common::AbstractModel
4873
- # @param InstanceId: 实例Id
4921
+ # @param InstanceId: 实例 ID,形如 amqp-xxxxxxxx。有效的 InstanceId 可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询。
4874
4922
  # @type InstanceId: String
4875
- # @param VirtualHost: Vhost名称
4923
+ # @param VirtualHost: VirtualHost 名称,形如 testvhost。有效的 VirtualHost 名称可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询,在左侧导航栏点击 Vhost,并在 Vhost 列表中找到Vhost名称。
4876
4924
  # @type VirtualHost: String
4877
- # @param Offset: 分页offset
4925
+ # @param Offset: 分页 offset,默认 0
4878
4926
  # @type Offset: Integer
4879
- # @param Limit: 分页limit
4927
+ # @param Limit: 分页 limit,默认 20
4880
4928
  # @type Limit: Integer
4881
4929
  # @param SearchWord: 搜索关键词,根据源exchange名称/目标资源名称/绑定key进行模糊搜索
4882
4930
  # @type SearchWord: String
4883
4931
  # @param SourceExchange: 根据源Exchange精准搜索过滤
4884
4932
  # @type SourceExchange: String
4885
- # @param QueueName: 根据目标QueueName精准搜索过滤,和DestinationExchange过滤不可同时设置
4933
+ # @param QueueName: 根据目标队列名精准搜索过滤,和 DestinationExchange 过滤不可同时设置
4886
4934
  # @type QueueName: String
4887
4935
  # @param DestinationExchange: 根据目标Exchange精准搜索过滤,和QueueName过滤不可同时设置
4888
4936
  # @type DestinationExchange: String
@@ -4916,7 +4964,7 @@ module TencentCloud
4916
4964
  class DescribeRabbitMQBindingsResponse < TencentCloud::Common::AbstractModel
4917
4965
  # @param BindingInfoList: 路由关系列表
4918
4966
  # @type BindingInfoList: Array
4919
- # @param TotalCount: 数量
4967
+ # @param TotalCount: 路由关系数量
4920
4968
  # @type TotalCount: Integer
4921
4969
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
4922
4970
  # @type RequestId: String
@@ -4945,17 +4993,17 @@ module TencentCloud
4945
4993
 
4946
4994
  # DescribeRabbitMQExchanges请求参数结构体
4947
4995
  class DescribeRabbitMQExchangesRequest < TencentCloud::Common::AbstractModel
4948
- # @param InstanceId: 实例 id
4996
+ # @param InstanceId: 实例 ID,形如 amqp-xxxxxxxx。有效的 InstanceId 可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询。
4949
4997
  # @type InstanceId: String
4950
- # @param VirtualHost: vhost 参数
4998
+ # @param VirtualHost: VirtualHost 名称,形如 testvhost。有效的 VirtualHost 名称可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询,在左侧导航栏点击 Vhost,并在 Vhost 列表中找到Vhost名称。
4951
4999
  # @type VirtualHost: String
4952
- # @param Offset: 分页 offset
5000
+ # @param Offset: 分页 offset,默认 0
4953
5001
  # @type Offset: Integer
4954
- # @param Limit: 分页 limit
5002
+ # @param Limit: 分页 limit,默认 20
4955
5003
  # @type Limit: Integer
4956
5004
  # @param SearchWord: 搜索关键词, 支持模糊匹配
4957
5005
  # @type SearchWord: String
4958
- # @param ExchangeTypeFilters: 筛选 exchange 类型, 数组中每个元素为选中的过滤类型
5006
+ # @param ExchangeTypeFilters: 筛选 exchange 类型, 数组中每个元素为选中的过滤类型,仅支持 direct、fanout、topic、header
4959
5007
  # @type ExchangeTypeFilters: Array
4960
5008
  # @param ExchangeCreatorFilters: 筛选 exchange 创建来源, "system":"系统创建", "user":"用户创建"
4961
5009
  # @type ExchangeCreatorFilters: Array
@@ -4967,6 +5015,8 @@ module TencentCloud
4967
5015
  # MessageRateOut - 消费速率;
4968
5016
  # @type SortElement: String
4969
5017
  # @param SortOrder: 排序顺序,ascend 或 descend
5018
+ # ascend:升序
5019
+ # descend:降序
4970
5020
  # @type SortOrder: String
4971
5021
 
4972
5022
  attr_accessor :InstanceId, :VirtualHost, :Offset, :Limit, :SearchWord, :ExchangeTypeFilters, :ExchangeCreatorFilters, :ExchangeName, :SortElement, :SortOrder
@@ -5115,15 +5165,15 @@ module TencentCloud
5115
5165
 
5116
5166
  # DescribeRabbitMQPermission请求参数结构体
5117
5167
  class DescribeRabbitMQPermissionRequest < TencentCloud::Common::AbstractModel
5118
- # @param InstanceId: 集群实例id
5168
+ # @param InstanceId: 实例 ID,形如 amqp-xxxxxxxx。有效的 InstanceId 可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询。
5119
5169
  # @type InstanceId: String
5120
- # @param User: 用户名,用于查询过滤,不传则查询全部
5170
+ # @param User: 用户名,形如 admin。有效的 User 名称可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询,点击集群列表中的集群,进入集群详情,并在用户与权限页签中找到用户列表,从而找到用户名称。
5121
5171
  # @type User: String
5122
- # @param VirtualHost: vhost名,用于查询过滤,不传则查询全部
5172
+ # @param VirtualHost: VirtualHost 名称,形如 testvhost。有效的 VirtualHost 名称可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询,在左侧导航栏点击 Vhost,并在 Vhost 列表中找到 Vhost 名称。
5123
5173
  # @type VirtualHost: String
5124
- # @param Offset: 分页Offset
5174
+ # @param Offset: 分页 Offset,默认 0
5125
5175
  # @type Offset: Integer
5126
- # @param Limit: 分页Limit
5176
+ # @param Limit: 分页 Limit,默认 20
5127
5177
  # @type Limit: Integer
5128
5178
 
5129
5179
  attr_accessor :InstanceId, :User, :VirtualHost, :Offset, :Limit
@@ -5450,17 +5500,18 @@ module TencentCloud
5450
5500
 
5451
5501
  # DescribeRabbitMQUser请求参数结构体
5452
5502
  class DescribeRabbitMQUserRequest < TencentCloud::Common::AbstractModel
5453
- # @param InstanceId: 集群实例Id
5503
+ # @param InstanceId: 实例 ID,形如 amqp-xxxxxxxx。有效的 InstanceId 可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询。
5454
5504
  # @type InstanceId: String
5455
5505
  # @param SearchUser: 用户名检索,支持前缀匹配,后缀匹配
5456
5506
  # @type SearchUser: String
5457
- # @param Offset: 分页Offset
5507
+ # @param Offset: 分页 Offset,默认 0
5458
5508
  # @type Offset: Integer
5459
- # @param Limit: 分页Limit
5509
+ # @param Limit: 分页 Limit,默认 20
5460
5510
  # @type Limit: Integer
5461
5511
  # @param User: 用户名,精确查询
5462
5512
  # @type User: String
5463
- # @param Tags: 用户标签,根据标签过滤列表
5513
+ # @param Tags: 用户标签,用于决定改用户访问 RabbitMQ Management 的权限范围
5514
+ # management:普通控制台用户,monitoring:管理型控制台用户,其他值:非控制台用户
5464
5515
  # @type Tags: Array
5465
5516
 
5466
5517
  attr_accessor :InstanceId, :SearchUser, :Offset, :Limit, :User, :Tags
@@ -5517,7 +5568,7 @@ module TencentCloud
5517
5568
 
5518
5569
  # DescribeRabbitMQVipInstance请求参数结构体
5519
5570
  class DescribeRabbitMQVipInstanceRequest < TencentCloud::Common::AbstractModel
5520
- # @param ClusterId: 集群ID
5571
+ # @param ClusterId: 实例 ID,形如 amqp-xxxxxxxx。有效的 InstanceId 可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询。
5521
5572
  # @type ClusterId: String
5522
5573
 
5523
5574
  attr_accessor :ClusterId
@@ -5547,12 +5598,14 @@ module TencentCloud
5547
5598
  # @type ExchangeQuota: :class:`Tencentcloud::Tdmq.v20200217.models.ExchangeQuota`
5548
5599
  # @param QueueQuota: queue配额信息
5549
5600
  # @type QueueQuota: :class:`Tencentcloud::Tdmq.v20200217.models.QueueQuota`
5601
+ # @param UserQuota: 用户配额信息
5602
+ # @type UserQuota: :class:`Tencentcloud::Tdmq.v20200217.models.RabbitMQUserQuota`
5550
5603
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
5551
5604
  # @type RequestId: String
5552
5605
 
5553
- attr_accessor :ClusterInfo, :ClusterSpecInfo, :ClusterNetInfo, :ClusterWhiteListInfo, :VirtualHostQuota, :ExchangeQuota, :QueueQuota, :RequestId
5606
+ attr_accessor :ClusterInfo, :ClusterSpecInfo, :ClusterNetInfo, :ClusterWhiteListInfo, :VirtualHostQuota, :ExchangeQuota, :QueueQuota, :UserQuota, :RequestId
5554
5607
 
5555
- 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)
5556
5609
  @ClusterInfo = clusterinfo
5557
5610
  @ClusterSpecInfo = clusterspecinfo
5558
5611
  @ClusterNetInfo = clusternetinfo
@@ -5560,6 +5613,7 @@ module TencentCloud
5560
5613
  @VirtualHostQuota = virtualhostquota
5561
5614
  @ExchangeQuota = exchangequota
5562
5615
  @QueueQuota = queuequota
5616
+ @UserQuota = userquota
5563
5617
  @RequestId = requestid
5564
5618
  end
5565
5619
 
@@ -5592,6 +5646,10 @@ module TencentCloud
5592
5646
  @QueueQuota = QueueQuota.new
5593
5647
  @QueueQuota.deserialize(params['QueueQuota'])
5594
5648
  end
5649
+ unless params['UserQuota'].nil?
5650
+ @UserQuota = RabbitMQUserQuota.new
5651
+ @UserQuota.deserialize(params['UserQuota'])
5652
+ end
5595
5653
  @RequestId = params['RequestId']
5596
5654
  end
5597
5655
  end
@@ -5600,9 +5658,9 @@ module TencentCloud
5600
5658
  class DescribeRabbitMQVipInstancesRequest < TencentCloud::Common::AbstractModel
5601
5659
  # @param Filters: 查询条件过滤器
5602
5660
  # @type Filters: Array
5603
- # @param Limit: 查询数目上限,默认20
5661
+ # @param Limit: 查询数目上限,默认 20
5604
5662
  # @type Limit: Integer
5605
- # @param Offset: 查询起始位置
5663
+ # @param Offset: 查询起始位置,默认 0
5606
5664
  # @type Offset: Integer
5607
5665
 
5608
5666
  attr_accessor :Filters, :Limit, :Offset
@@ -6318,8 +6376,8 @@ module TencentCloud
6318
6376
 
6319
6377
  attr_accessor :ClusterId, :EnvironmentId, :TopicName, :MsgId, :PulsarMsgId, :QueryDlqMsg, :QueryDeadLetterMessage, :Offset, :Limit, :FilterTrackGroup
6320
6378
  extend Gem::Deprecate
6321
- deprecate :QueryDlqMsg, :none, 2025, 6
6322
- deprecate :QueryDlqMsg=, :none, 2025, 6
6379
+ deprecate :QueryDlqMsg, :none, 2025, 7
6380
+ deprecate :QueryDlqMsg=, :none, 2025, 7
6323
6381
 
6324
6382
  def initialize(clusterid=nil, environmentid=nil, topicname=nil, msgid=nil, pulsarmsgid=nil, querydlqmsg=nil, querydeadlettermessage=nil, offset=nil, limit=nil, filtertrackgroup=nil)
6325
6383
  @ClusterId = clusterid
@@ -6424,8 +6482,8 @@ module TencentCloud
6424
6482
 
6425
6483
  attr_accessor :ClusterId, :EnvironmentId, :TopicName, :MsgId, :GroupName, :QueryDLQMsg, :QueryDeadLetterMessage
6426
6484
  extend Gem::Deprecate
6427
- deprecate :QueryDLQMsg, :none, 2025, 6
6428
- deprecate :QueryDLQMsg=, :none, 2025, 6
6485
+ deprecate :QueryDLQMsg, :none, 2025, 7
6486
+ deprecate :QueryDLQMsg=, :none, 2025, 7
6429
6487
 
6430
6488
  def initialize(clusterid=nil, environmentid=nil, topicname=nil, msgid=nil, groupname=nil, querydlqmsg=nil, querydeadlettermessage=nil)
6431
6489
  @ClusterId = clusterid
@@ -7265,8 +7323,8 @@ module TencentCloud
7265
7323
 
7266
7324
  attr_accessor :ClusterId, :EnvironmentId, :TopicName, :StartTime, :EndTime, :MsgId, :MsgKey, :Offset, :Limit, :TaskRequestId, :QueryDlqMsg, :NumOfLatestMsg, :Tag, :QueryDeadLetterMessage
7267
7325
  extend Gem::Deprecate
7268
- deprecate :QueryDlqMsg, :none, 2025, 6
7269
- deprecate :QueryDlqMsg=, :none, 2025, 6
7326
+ deprecate :QueryDlqMsg, :none, 2025, 7
7327
+ deprecate :QueryDlqMsg=, :none, 2025, 7
7270
7328
 
7271
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)
7272
7330
  @ClusterId = clusterid
@@ -9170,23 +9228,27 @@ module TencentCloud
9170
9228
  class ModifyRabbitMQVipInstanceRequest < TencentCloud::Common::AbstractModel
9171
9229
  # @param InstanceId: 实例Id
9172
9230
  # @type InstanceId: String
9173
- # @param ClusterName: 集群名称
9231
+ # @param ClusterName: 集群名称,不填则不修改。非空字符串时必须 3-64 个字符,只能包含数字、字母、“-”和“_”
9174
9232
  # @type ClusterName: String
9175
- # @param Remark: 备注
9233
+ # @param Remark: 备注,不填则不修改
9176
9234
  # @type Remark: String
9235
+ # @param EnableDeletionProtection: 是否开启删除保护,不填则不修改
9236
+ # @type EnableDeletionProtection: Boolean
9177
9237
 
9178
- attr_accessor :InstanceId, :ClusterName, :Remark
9238
+ attr_accessor :InstanceId, :ClusterName, :Remark, :EnableDeletionProtection
9179
9239
 
9180
- def initialize(instanceid=nil, clustername=nil, remark=nil)
9240
+ def initialize(instanceid=nil, clustername=nil, remark=nil, enabledeletionprotection=nil)
9181
9241
  @InstanceId = instanceid
9182
9242
  @ClusterName = clustername
9183
9243
  @Remark = remark
9244
+ @EnableDeletionProtection = enabledeletionprotection
9184
9245
  end
9185
9246
 
9186
9247
  def deserialize(params)
9187
9248
  @InstanceId = params['InstanceId']
9188
9249
  @ClusterName = params['ClusterName']
9189
9250
  @Remark = params['Remark']
9251
+ @EnableDeletionProtection = params['EnableDeletionProtection']
9190
9252
  end
9191
9253
  end
9192
9254
 
@@ -9419,14 +9481,17 @@ module TencentCloud
9419
9481
  # @type Remark: String
9420
9482
  # @param MessageRetention: 实例消息保留时间,小时为单位
9421
9483
  # @type MessageRetention: Integer
9484
+ # @param EnableDeletionProtection: 是否开启删除保护
9485
+ # @type EnableDeletionProtection: Boolean
9422
9486
 
9423
- attr_accessor :InstanceId, :Name, :Remark, :MessageRetention
9487
+ attr_accessor :InstanceId, :Name, :Remark, :MessageRetention, :EnableDeletionProtection
9424
9488
 
9425
- def initialize(instanceid=nil, name=nil, remark=nil, messageretention=nil)
9489
+ def initialize(instanceid=nil, name=nil, remark=nil, messageretention=nil, enabledeletionprotection=nil)
9426
9490
  @InstanceId = instanceid
9427
9491
  @Name = name
9428
9492
  @Remark = remark
9429
9493
  @MessageRetention = messageretention
9494
+ @EnableDeletionProtection = enabledeletionprotection
9430
9495
  end
9431
9496
 
9432
9497
  def deserialize(params)
@@ -9434,6 +9499,7 @@ module TencentCloud
9434
9499
  @Name = params['Name']
9435
9500
  @Remark = params['Remark']
9436
9501
  @MessageRetention = params['MessageRetention']
9502
+ @EnableDeletionProtection = params['EnableDeletionProtection']
9437
9503
  end
9438
9504
  end
9439
9505
 
@@ -10137,10 +10203,14 @@ module TencentCloud
10137
10203
  # @param ZoneName: 可用区信息
10138
10204
  # 注意:此字段可能返回 null,表示取不到有效值。
10139
10205
  # @type ZoneName: String
10206
+ # @param Tls: 是否开启TLS加密
10207
+ # @type Tls: Boolean
10208
+ # @param CustomUrl: 接入点自定义域名
10209
+ # @type CustomUrl: String
10140
10210
 
10141
- 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
10142
10212
 
10143
- 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)
10144
10214
  @VpcId = vpcid
10145
10215
  @SubnetId = subnetid
10146
10216
  @Endpoint = endpoint
@@ -10152,6 +10222,8 @@ module TencentCloud
10152
10222
  @SecurityPolicy = securitypolicy
10153
10223
  @StandardAccessPoint = standardaccesspoint
10154
10224
  @ZoneName = zonename
10225
+ @Tls = tls
10226
+ @CustomUrl = customurl
10155
10227
  end
10156
10228
 
10157
10229
  def deserialize(params)
@@ -10173,6 +10245,8 @@ module TencentCloud
10173
10245
  end
10174
10246
  @StandardAccessPoint = params['StandardAccessPoint']
10175
10247
  @ZoneName = params['ZoneName']
10248
+ @Tls = params['Tls']
10249
+ @CustomUrl = params['CustomUrl']
10176
10250
  end
10177
10251
  end
10178
10252
 
@@ -10354,10 +10428,12 @@ module TencentCloud
10354
10428
  # @type BillingLabelVersion: String
10355
10429
  # @param Tenant: 自定义租户
10356
10430
  # @type Tenant: String
10431
+ # @param CertificateList: 集群的证书列表
10432
+ # @type CertificateList: Array
10357
10433
 
10358
- 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
10359
10435
 
10360
- 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)
10361
10437
  @InstanceId = instanceid
10362
10438
  @InstanceName = instancename
10363
10439
  @InstanceVersion = instanceversion
@@ -10378,6 +10454,7 @@ module TencentCloud
10378
10454
  @CreateTime = createtime
10379
10455
  @BillingLabelVersion = billinglabelversion
10380
10456
  @Tenant = tenant
10457
+ @CertificateList = certificatelist
10381
10458
  end
10382
10459
 
10383
10460
  def deserialize(params)
@@ -10408,6 +10485,14 @@ module TencentCloud
10408
10485
  @CreateTime = params['CreateTime']
10409
10486
  @BillingLabelVersion = params['BillingLabelVersion']
10410
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
10411
10496
  end
10412
10497
  end
10413
10498
 
@@ -10519,10 +10604,12 @@ module TencentCloud
10519
10604
  # @type WebConsoleDomainEndpoint: String
10520
10605
  # @param ControlPlaneEndpointInfo: 控制面所使用的VPC信息
10521
10606
  # @type ControlPlaneEndpointInfo: :class:`Tencentcloud::Tdmq.v20200217.models.VpcEndpointInfo`
10607
+ # @param PublicTlsAccessEndpoint: TLS加密的数据流公网接入点
10608
+ # @type PublicTlsAccessEndpoint: String
10522
10609
 
10523
- 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
10524
10611
 
10525
- 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)
10526
10613
  @PublicAccessEndpoint = publicaccessendpoint
10527
10614
  @WebConsoleEndpoint = webconsoleendpoint
10528
10615
  @WebConsoleUsername = webconsoleusername
@@ -10537,6 +10624,7 @@ module TencentCloud
10537
10624
  @PrometheusEndpointInfo = prometheusendpointinfo
10538
10625
  @WebConsoleDomainEndpoint = webconsoledomainendpoint
10539
10626
  @ControlPlaneEndpointInfo = controlplaneendpointinfo
10627
+ @PublicTlsAccessEndpoint = publictlsaccessendpoint
10540
10628
  end
10541
10629
 
10542
10630
  def deserialize(params)
@@ -10560,18 +10648,19 @@ module TencentCloud
10560
10648
  @ControlPlaneEndpointInfo = VpcEndpointInfo.new
10561
10649
  @ControlPlaneEndpointInfo.deserialize(params['ControlPlaneEndpointInfo'])
10562
10650
  end
10651
+ @PublicTlsAccessEndpoint = params['PublicTlsAccessEndpoint']
10563
10652
  end
10564
10653
  end
10565
10654
 
10566
- # RabbiteMQ集群基本信息
10655
+ # RabbitMQ 集群基本信息
10567
10656
  class RabbitMQClusterInfo < TencentCloud::Common::AbstractModel
10568
- # @param ClusterId: 集群ID
10657
+ # @param ClusterId: 集群 ID
10569
10658
  # @type ClusterId: String
10570
10659
  # @param ClusterName: 集群名称
10571
10660
  # @type ClusterName: String
10572
10661
  # @param Region: 地域信息
10573
10662
  # @type Region: String
10574
- # @param CreateTime: 创建时间,毫秒为单位
10663
+ # @param CreateTime: 创建时间,毫秒为单位。unix 时间戳
10575
10664
  # @type CreateTime: Integer
10576
10665
  # @param Remark: 集群说明信息
10577
10666
  # @type Remark: String
@@ -10587,7 +10676,7 @@ module TencentCloud
10587
10676
  # @type MessagePublishRate: Float
10588
10677
  # @param MessageStackNumber: 堆积消息数 单位:条
10589
10678
  # @type MessageStackNumber: Integer
10590
- # @param ExpireTime: 过期时间
10679
+ # @param ExpireTime: 实例到期时间,按量付费的资源该值为 0,毫秒为单位。unix 时间戳
10591
10680
  # @type ExpireTime: Integer
10592
10681
  # @param ChannelNumber: Channel数量
10593
10682
  # @type ChannelNumber: Integer
@@ -10614,14 +10703,18 @@ module TencentCloud
10614
10703
  # @type PayMode: Integer
10615
10704
  # @param InstanceType: 实例类型,0 专享版、1 Serverless 版
10616
10705
  # @type InstanceType: Integer
10617
- # @param IsolatedTime: 开始隔离时间
10706
+ # @param IsolatedTime: 开始隔离时间。unix 时间戳
10618
10707
  # @type IsolatedTime: Integer
10619
10708
  # @param Container: 是否为容器实例,默认 true
10620
10709
  # @type Container: Boolean
10710
+ # @param Tags: 标签列表
10711
+ # @type Tags: Array
10712
+ # @param EnableDeletionProtection: 是否已开启删除保护
10713
+ # @type EnableDeletionProtection: Boolean
10621
10714
 
10622
- 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
10623
10716
 
10624
- 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)
10625
10718
  @ClusterId = clusterid
10626
10719
  @ClusterName = clustername
10627
10720
  @Region = region
@@ -10648,6 +10741,8 @@ module TencentCloud
10648
10741
  @InstanceType = instancetype
10649
10742
  @IsolatedTime = isolatedtime
10650
10743
  @Container = container
10744
+ @Tags = tags
10745
+ @EnableDeletionProtection = enabledeletionprotection
10651
10746
  end
10652
10747
 
10653
10748
  def deserialize(params)
@@ -10684,6 +10779,15 @@ module TencentCloud
10684
10779
  @InstanceType = params['InstanceType']
10685
10780
  @IsolatedTime = params['IsolatedTime']
10686
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']
10687
10791
  end
10688
10792
  end
10689
10793
 
@@ -11115,9 +11219,29 @@ module TencentCloud
11115
11219
  end
11116
11220
  end
11117
11221
 
11118
- # RabbitMQ专享实例信息
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
+
11242
+ # RabbitMQ 托管版实例信息
11119
11243
  class RabbitMQVipInstance < TencentCloud::Common::AbstractModel
11120
- # @param InstanceId: 实例id
11244
+ # @param InstanceId: 实例 ID
11121
11245
  # @type InstanceId: String
11122
11246
  # @param InstanceName: 实例名称
11123
11247
  # @type InstanceName: String
@@ -11135,17 +11259,26 @@ module TencentCloud
11135
11259
  # @type MaxBandWidth: Integer
11136
11260
  # @param MaxStorage: 存储容量,GB为单位
11137
11261
  # @type MaxStorage: Integer
11138
- # @param ExpireTime: 实例到期时间,毫秒为单位
11262
+ # @param ExpireTime: 实例到期时间,按量付费的资源该值为 0,毫秒为单位。unix 时间戳
11139
11263
  # @type ExpireTime: Integer
11140
11264
  # @param AutoRenewFlag: 自动续费标记,0表示默认状态(用户未设置,即初始状态即手动续费), 1表示自动续费,2表示明确不自动续费(用户设置)
11141
11265
  # @type AutoRenewFlag: Integer
11142
- # @param PayMode: 0-后付费,1-预付费
11266
+ # @param PayMode: 1 表示预付费,0 表示后付费
11143
11267
  # @type PayMode: Integer
11144
11268
  # @param Remark: 备注信息
11145
11269
  # @type Remark: String
11146
- # @param SpecName: 实例配置ID
11270
+ # @param SpecName: 集群的节点规格,需要输入对应的规格标识:
11271
+ # 2C8G:rabbit-vip-basic-2c8g
11272
+ # 4C16G:rabbit-vip-basic-4c16g
11273
+ # 8C32G:rabbit-vip-basic-8c32g
11274
+ # 16C32G:rabbit-vip-basic-4
11275
+ # 16C64G:rabbit-vip-basic-16c64g
11276
+ # 2C4G:rabbit-vip-basic-5
11277
+ # 4C8G:rabbit-vip-basic-1
11278
+ # 8C16G(已售罄):rabbit-vip-basic-2
11279
+ # 不传默认为4C8G:rabbit-vip-basic-1
11147
11280
  # @type SpecName: String
11148
- # @param ExceptionInformation: 集群异常。
11281
+ # @param ExceptionInformation: 集群异常信息
11149
11282
  # 注意:此字段可能返回 null,表示取不到有效值。
11150
11283
  # @type ExceptionInformation: String
11151
11284
  # @param ClusterStatus: 实例状态,0表示创建中,1表示正常,2表示隔离中,3表示已销毁,4 - 异常, 5 - 发货失败
@@ -11156,16 +11289,20 @@ module TencentCloud
11156
11289
  # @type PublicAccessEndpoint: String
11157
11290
  # @param Vpcs: VPC 接入点列表
11158
11291
  # @type Vpcs: Array
11159
- # @param CreateTime: 创建时间,毫秒为单位
11292
+ # @param CreateTime: 创建时间,毫秒为单位。unix 时间戳
11160
11293
  # @type CreateTime: Integer
11161
- # @param InstanceType: 实例类型,0 专享版、1 Serverless 版
11294
+ # @param InstanceType: 实例类型,0 托管版、1 Serverless 版
11162
11295
  # @type InstanceType: Integer
11163
- # @param IsolatedTime: 隔离时间,毫秒为单位
11296
+ # @param IsolatedTime: 隔离时间,毫秒为单位。unix 时间戳
11164
11297
  # @type IsolatedTime: Integer
11298
+ # @param EnableDeletionProtection: 是否已开启删除保护
11299
+ # @type EnableDeletionProtection: Boolean
11300
+ # @param Tags: 标签列表
11301
+ # @type Tags: Array
11165
11302
 
11166
- 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
11167
11304
 
11168
- 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)
11169
11306
  @InstanceId = instanceid
11170
11307
  @InstanceName = instancename
11171
11308
  @InstanceVersion = instanceversion
@@ -11187,6 +11324,8 @@ module TencentCloud
11187
11324
  @CreateTime = createtime
11188
11325
  @InstanceType = instancetype
11189
11326
  @IsolatedTime = isolatedtime
11327
+ @EnableDeletionProtection = enabledeletionprotection
11328
+ @Tags = tags
11190
11329
  end
11191
11330
 
11192
11331
  def deserialize(params)
@@ -11218,6 +11357,15 @@ module TencentCloud
11218
11357
  @CreateTime = params['CreateTime']
11219
11358
  @InstanceType = params['InstanceType']
11220
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
11221
11369
  end
11222
11370
  end
11223
11371
 
@@ -11650,8 +11798,8 @@ module TencentCloud
11650
11798
 
11651
11799
  attr_accessor :MaxTpsPerNamespace, :MaxNamespaceNum, :UsedNamespaceNum, :MaxTopicNum, :UsedTopicNum, :MaxGroupNum, :UsedGroupNum, :MaxRetentionTime, :MaxLatencyTime, :MaxQueuesPerTopic, :TopicDistribution, :MaxRoleNum, :MaxTpsLimit
11652
11800
  extend Gem::Deprecate
11653
- deprecate :MaxTpsPerNamespace, :none, 2025, 6
11654
- deprecate :MaxTpsPerNamespace=, :none, 2025, 6
11801
+ deprecate :MaxTpsPerNamespace, :none, 2025, 7
11802
+ deprecate :MaxTpsPerNamespace=, :none, 2025, 7
11655
11803
 
11656
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)
11657
11805
  @MaxTpsPerNamespace = maxtpspernamespace
@@ -13800,17 +13948,29 @@ module TencentCloud
13800
13948
  # @type MaxVirtualHost: Integer
13801
13949
  # @param UsedVirtualHost: 已创建vhost数
13802
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
13803
13957
 
13804
- attr_accessor :MaxVirtualHost, :UsedVirtualHost
13958
+ attr_accessor :MaxVirtualHost, :UsedVirtualHost, :MaxConnectionPerVhost, :MaxExchangePerVhost, :MaxQueuePerVhost
13805
13959
 
13806
- def initialize(maxvirtualhost=nil, usedvirtualhost=nil)
13960
+ def initialize(maxvirtualhost=nil, usedvirtualhost=nil, maxconnectionpervhost=nil, maxexchangepervhost=nil, maxqueuepervhost=nil)
13807
13961
  @MaxVirtualHost = maxvirtualhost
13808
13962
  @UsedVirtualHost = usedvirtualhost
13963
+ @MaxConnectionPerVhost = maxconnectionpervhost
13964
+ @MaxExchangePerVhost = maxexchangepervhost
13965
+ @MaxQueuePerVhost = maxqueuepervhost
13809
13966
  end
13810
13967
 
13811
13968
  def deserialize(params)
13812
13969
  @MaxVirtualHost = params['MaxVirtualHost']
13813
13970
  @UsedVirtualHost = params['UsedVirtualHost']
13971
+ @MaxConnectionPerVhost = params['MaxConnectionPerVhost']
13972
+ @MaxExchangePerVhost = params['MaxExchangePerVhost']
13973
+ @MaxQueuePerVhost = params['MaxQueuePerVhost']
13814
13974
  end
13815
13975
  end
13816
13976
 
@@ -13881,14 +14041,17 @@ module TencentCloud
13881
14041
  # @type VpcEndpoint: String
13882
14042
  # @param VpcDataStreamEndpointStatus: vpc接入点状态 OFF/ON/CREATING/DELETING
13883
14043
  # @type VpcDataStreamEndpointStatus: String
14044
+ # @param VpcTlsEndpoint: TLS加密的数据流接入点
14045
+ # @type VpcTlsEndpoint: String
13884
14046
 
13885
- attr_accessor :VpcId, :SubnetId, :VpcEndpoint, :VpcDataStreamEndpointStatus
14047
+ attr_accessor :VpcId, :SubnetId, :VpcEndpoint, :VpcDataStreamEndpointStatus, :VpcTlsEndpoint
13886
14048
 
13887
- def initialize(vpcid=nil, subnetid=nil, vpcendpoint=nil, vpcdatastreamendpointstatus=nil)
14049
+ def initialize(vpcid=nil, subnetid=nil, vpcendpoint=nil, vpcdatastreamendpointstatus=nil, vpctlsendpoint=nil)
13888
14050
  @VpcId = vpcid
13889
14051
  @SubnetId = subnetid
13890
14052
  @VpcEndpoint = vpcendpoint
13891
14053
  @VpcDataStreamEndpointStatus = vpcdatastreamendpointstatus
14054
+ @VpcTlsEndpoint = vpctlsendpoint
13892
14055
  end
13893
14056
 
13894
14057
  def deserialize(params)
@@ -13896,6 +14059,7 @@ module TencentCloud
13896
14059
  @SubnetId = params['SubnetId']
13897
14060
  @VpcEndpoint = params['VpcEndpoint']
13898
14061
  @VpcDataStreamEndpointStatus = params['VpcDataStreamEndpointStatus']
14062
+ @VpcTlsEndpoint = params['VpcTlsEndpoint']
13899
14063
  end
13900
14064
  end
13901
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.1085
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-06-19 00:00:00.000000000 Z
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