tencentcloud-sdk-tdmq 3.0.1020 → 3.0.1021

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20200217/models.rb +9 -101
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c801e463eacb6aeed045cabf95c335c14e33cfad
4
- data.tar.gz: 4d884ebe387506e1b3de583c87671f241c8b9b22
3
+ metadata.gz: 64617e5ab93c07063d8d270bea9a358695b90cae
4
+ data.tar.gz: ba386bd7ea56b42c0d00ca44945ce497c388ab5f
5
5
  SHA512:
6
- metadata.gz: 0be1d788bcdcbd6e66a1eee83993a7e2d7ec51e104cb15cd653c28b41b10e17c8b8c55bbf6436af8dfd5241e4220a51245dcafb8a5ea9a0e34565ec80a412693
7
- data.tar.gz: 6abd217c4b1a52ca398baf7c88ec7430a7ea9add28b0e9797cb2b1c181485f0d26ea57abca4e1158dc33077a1d5c15826f6e7669618f150f6d1ea7ac5cc6a5f2
6
+ metadata.gz: f27ea4a22c25aefdfad77831db7a570c44d7df5acde39633dfcb466a95f8c5ae46c8af1dcb174a8fe9d85a1def0286448a88dc9480fe7c78fd90506756f3ea97
7
+ data.tar.gz: 2baac9db350ed0909e4ebb62e9bc6fff7e07629ffe0bb59ca7c0a523c51b77024b6a333827689c997cef1d679c4c43e7a6bc8971e763d7803a2b10121973c10a
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1020
1
+ 3.0.1021
@@ -72,10 +72,8 @@ module TencentCloud
72
72
  # @param Config: 集群配置信息
73
73
  # @type Config: :class:`Tencentcloud::Tdmq.v20200217.models.AMQPClusterConfig`
74
74
  # @param Tags: 标签
75
- # 注意:此字段可能返回 null,表示取不到有效值。
76
75
  # @type Tags: Array
77
76
  # @param Status: 集群状态,0:创建中,1:正常,2:销毁中,3:已删除,4: 隔离中,5:创建失败,6: 删除失败
78
- # 注意:此字段可能返回 null,表示取不到有效值。
79
77
  # @type Status: Integer
80
78
 
81
79
  attr_accessor :Info, :Config, :Tags, :Status
@@ -1609,13 +1607,10 @@ module TencentCloud
1609
1607
  # CreateRabbitMQBinding返回参数结构体
1610
1608
  class CreateRabbitMQBindingResponse < TencentCloud::Common::AbstractModel
1611
1609
  # @param InstanceId: 实例名称
1612
- # 注意:此字段可能返回 null,表示取不到有效值。
1613
1610
  # @type InstanceId: String
1614
1611
  # @param VirtualHost: vhost名称
1615
- # 注意:此字段可能返回 null,表示取不到有效值。
1616
1612
  # @type VirtualHost: String
1617
1613
  # @param BindingId: 路由关系Id
1618
- # 注意:此字段可能返回 null,表示取不到有效值。
1619
1614
  # @type BindingId: Integer
1620
1615
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1621
1616
  # @type RequestId: String
@@ -1784,10 +1779,8 @@ module TencentCloud
1784
1779
  # CreateRabbitMQVipInstance返回参数结构体
1785
1780
  class CreateRabbitMQVipInstanceResponse < TencentCloud::Common::AbstractModel
1786
1781
  # @param TranId: 订单号Id
1787
- # 注意:此字段可能返回 null,表示取不到有效值。
1788
1782
  # @type TranId: String
1789
1783
  # @param InstanceId: 实例Id
1790
- # 注意:此字段可能返回 null,表示取不到有效值。
1791
1784
  # @type InstanceId: String
1792
1785
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1793
1786
  # @type RequestId: String
@@ -2775,13 +2768,10 @@ module TencentCloud
2775
2768
  # DeleteRabbitMQBinding返回参数结构体
2776
2769
  class DeleteRabbitMQBindingResponse < TencentCloud::Common::AbstractModel
2777
2770
  # @param InstanceId: 实例名称
2778
- # 注意:此字段可能返回 null,表示取不到有效值。
2779
2771
  # @type InstanceId: String
2780
2772
  # @param VirtualHost: vhost参数
2781
- # 注意:此字段可能返回 null,表示取不到有效值。
2782
2773
  # @type VirtualHost: String
2783
2774
  # @param BindingId: 路由关系Id
2784
- # 注意:此字段可能返回 null,表示取不到有效值。
2785
2775
  # @type BindingId: Integer
2786
2776
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2787
2777
  # @type RequestId: String
@@ -2902,10 +2892,8 @@ module TencentCloud
2902
2892
  # DeleteRabbitMQVipInstance返回参数结构体
2903
2893
  class DeleteRabbitMQVipInstanceResponse < TencentCloud::Common::AbstractModel
2904
2894
  # @param TranId: 订单号Id
2905
- # 注意:此字段可能返回 null,表示取不到有效值。
2906
2895
  # @type TranId: String
2907
2896
  # @param InstanceId: 实例Id
2908
- # 注意:此字段可能返回 null,表示取不到有效值。
2909
2897
  # @type InstanceId: String
2910
2898
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2911
2899
  # @type RequestId: String
@@ -4894,10 +4882,8 @@ module TencentCloud
4894
4882
  # DescribeRabbitMQBindings返回参数结构体
4895
4883
  class DescribeRabbitMQBindingsResponse < TencentCloud::Common::AbstractModel
4896
4884
  # @param BindingInfoList: 路由关系列表
4897
- # 注意:此字段可能返回 null,表示取不到有效值。
4898
4885
  # @type BindingInfoList: Array
4899
4886
  # @param TotalCount: 数量
4900
- # 注意:此字段可能返回 null,表示取不到有效值。
4901
4887
  # @type TotalCount: Integer
4902
4888
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
4903
4889
  # @type RequestId: String
@@ -4982,10 +4968,8 @@ module TencentCloud
4982
4968
  # DescribeRabbitMQExchanges返回参数结构体
4983
4969
  class DescribeRabbitMQExchangesResponse < TencentCloud::Common::AbstractModel
4984
4970
  # @param ExchangeInfoList: 策略列表信息
4985
- # 注意:此字段可能返回 null,表示取不到有效值。
4986
4971
  # @type ExchangeInfoList: Array
4987
4972
  # @param TotalCount: 策略结果总数
4988
- # 注意:此字段可能返回 null,表示取不到有效值。
4989
4973
  # @type TotalCount: Integer
4990
4974
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
4991
4975
  # @type RequestId: String
@@ -5186,22 +5170,17 @@ module TencentCloud
5186
5170
  # DescribeRabbitMQQueueDetail返回参数结构体
5187
5171
  class DescribeRabbitMQQueueDetailResponse < TencentCloud::Common::AbstractModel
5188
5172
  # @param InstanceId: 实例名称
5189
- # 注意:此字段可能返回 null,表示取不到有效值。
5190
5173
  # @type InstanceId: String
5191
5174
  # @param VirtualHost: Vhost参数
5192
- # 注意:此字段可能返回 null,表示取不到有效值。
5193
5175
  # @type VirtualHost: String
5194
5176
  # @param QueueName: 队列名称
5195
- # 注意:此字段可能返回 null,表示取不到有效值。
5196
5177
  # @type QueueName: String
5197
5178
  # @param QueueType: 队列类型,取值classic或quorum
5198
- # 注意:此字段可能返回 null,表示取不到有效值。
5199
5179
  # @type QueueType: String
5200
5180
  # @param Consumers: 在线消费者数量
5201
5181
  # 注意:此字段可能返回 null,表示取不到有效值。
5202
5182
  # @type Consumers: Integer
5203
5183
  # @param Durable: 持久标记
5204
- # 注意:此字段可能返回 null,表示取不到有效值。
5205
5184
  # @type Durable: Boolean
5206
5185
  # @param AutoDelete: 自动清除
5207
5186
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -5252,7 +5231,6 @@ module TencentCloud
5252
5231
  # 注意:此字段可能返回 null,表示取不到有效值。
5253
5232
  # @type MaxInMemoryBytes: Integer
5254
5233
  # @param CreateTime: 创建时间戳,单位秒
5255
- # 注意:此字段可能返回 null,表示取不到有效值。
5256
5234
  # @type CreateTime: Integer
5257
5235
  # @param Node: 节点
5258
5236
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -5267,13 +5245,11 @@ module TencentCloud
5267
5245
  # 注意:此字段可能返回 null,表示取不到有效值。
5268
5246
  # @type QuorumInitialGroupSize: Integer
5269
5247
  # @param Exclusive: 是否为独占队列
5270
- # 注意:此字段可能返回 null,表示取不到有效值。
5271
5248
  # @type Exclusive: Boolean
5272
5249
  # @param Policy: 生效的策略名
5273
5250
  # 注意:此字段可能返回 null,表示取不到有效值。
5274
5251
  # @type Policy: String
5275
5252
  # @param Arguments: 扩展参数 key-value
5276
- # 注意:此字段可能返回 null,表示取不到有效值。
5277
5253
  # @type Arguments: String
5278
5254
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
5279
5255
  # @type RequestId: String
@@ -5401,10 +5377,8 @@ module TencentCloud
5401
5377
  # DescribeRabbitMQQueues返回参数结构体
5402
5378
  class DescribeRabbitMQQueuesResponse < TencentCloud::Common::AbstractModel
5403
5379
  # @param QueueInfoList: 列表信息
5404
- # 注意:此字段可能返回 null,表示取不到有效值。
5405
5380
  # @type QueueInfoList: Array
5406
5381
  # @param TotalCount: 数量
5407
- # 注意:此字段可能返回 null,表示取不到有效值。
5408
5382
  # @type TotalCount: Integer
5409
5383
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
5410
5384
  # @type RequestId: String
@@ -5521,10 +5495,8 @@ module TencentCloud
5521
5495
  # @param ClusterSpecInfo: 集群规格信息
5522
5496
  # @type ClusterSpecInfo: :class:`Tencentcloud::Tdmq.v20200217.models.RabbitMQClusterSpecInfo`
5523
5497
  # @param ClusterNetInfo: 集群访问
5524
- # 注意:此字段可能返回 null,表示取不到有效值。
5525
5498
  # @type ClusterNetInfo: :class:`Tencentcloud::Tdmq.v20200217.models.RabbitMQClusterAccessInfo`
5526
5499
  # @param ClusterWhiteListInfo: 集群白名单
5527
- # 注意:此字段可能返回 null,表示取不到有效值。
5528
5500
  # @type ClusterWhiteListInfo: :class:`Tencentcloud::Tdmq.v20200217.models.RabbitMQClusterWhiteListInfo`
5529
5501
  # @param VirtualHostQuota: vhost配额信息
5530
5502
  # @type VirtualHostQuota: :class:`Tencentcloud::Tdmq.v20200217.models.VirtualHostQuota`
@@ -8119,7 +8091,6 @@ module TencentCloud
8119
8091
  # @param MaxExchange: 可创建最大exchange数
8120
8092
  # @type MaxExchange: Integer
8121
8093
  # @param UsedExchange: 已创建exchange数
8122
- # 注意:此字段可能返回 null,表示取不到有效值。
8123
8094
  # @type UsedExchange: Integer
8124
8095
 
8125
8096
  attr_accessor :MaxExchange, :UsedExchange
@@ -9263,7 +9234,6 @@ module TencentCloud
9263
9234
  # ModifyRabbitMQVipInstance返回参数结构体
9264
9235
  class ModifyRabbitMQVipInstanceResponse < TencentCloud::Common::AbstractModel
9265
9236
  # @param InstanceId: 实例id
9266
- # 注意:此字段可能返回 null,表示取不到有效值。
9267
9237
  # @type InstanceId: String
9268
9238
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
9269
9239
  # @type RequestId: String
@@ -10467,7 +10437,6 @@ module TencentCloud
10467
10437
  # @param MaxQueue: 可创建最大Queue数
10468
10438
  # @type MaxQueue: Integer
10469
10439
  # @param UsedQueue: 已创建Queue数
10470
- # 注意:此字段可能返回 null,表示取不到有效值。
10471
10440
  # @type UsedQueue: Integer
10472
10441
 
10473
10442
  attr_accessor :MaxQueue, :UsedQueue
@@ -10486,31 +10455,22 @@ module TencentCloud
10486
10455
  # Rabbitmq路由关系列表成员
10487
10456
  class RabbitMQBindingListInfo < TencentCloud::Common::AbstractModel
10488
10457
  # @param BindingId: 路由关系id
10489
- # 注意:此字段可能返回 null,表示取不到有效值。
10490
10458
  # @type BindingId: Integer
10491
10459
  # @param VirtualHost: Vhost参数
10492
- # 注意:此字段可能返回 null,表示取不到有效值。
10493
10460
  # @type VirtualHost: String
10494
10461
  # @param Source: 源exchange名称
10495
- # 注意:此字段可能返回 null,表示取不到有效值。
10496
10462
  # @type Source: String
10497
10463
  # @param DestinationType: 目标类型,queue或exchange
10498
- # 注意:此字段可能返回 null,表示取不到有效值。
10499
10464
  # @type DestinationType: String
10500
10465
  # @param Destination: 目标资源名称
10501
- # 注意:此字段可能返回 null,表示取不到有效值。
10502
10466
  # @type Destination: String
10503
10467
  # @param RoutingKey: 绑定key
10504
- # 注意:此字段可能返回 null,表示取不到有效值。
10505
10468
  # @type RoutingKey: String
10506
10469
  # @param SourceExchangeType: 源exchange类型
10507
- # 注意:此字段可能返回 null,表示取不到有效值。
10508
10470
  # @type SourceExchangeType: String
10509
10471
  # @param CreateTime: 创建时间
10510
- # 注意:此字段可能返回 null,表示取不到有效值。
10511
10472
  # @type CreateTime: String
10512
10473
  # @param ModifyTime: 修改时间
10513
- # 注意:此字段可能返回 null,表示取不到有效值。
10514
10474
  # @type ModifyTime: String
10515
10475
 
10516
10476
  attr_accessor :BindingId, :VirtualHost, :Source, :DestinationType, :Destination, :RoutingKey, :SourceExchangeType, :CreateTime, :ModifyTime
@@ -10560,25 +10520,22 @@ module TencentCloud
10560
10520
  # @param VpcWebConsoleEndpoint: Vpc管控台访问地址,示例值,http://1.1.1.1:15672
10561
10521
  # @type VpcWebConsoleEndpoint: String
10562
10522
  # @param PublicWebConsoleSwitchStatus: 公网管控台开关状态,示例值,OFF/ON/CREATING/DELETING
10563
- # 注意:此字段可能返回 null,表示取不到有效值。
10564
10523
  # @type PublicWebConsoleSwitchStatus: String
10565
10524
  # @param VpcWebConsoleSwitchStatus: Vpc管控台开关状态,示例值,
10566
10525
  # OFF/ON/CREATING/DELETING
10567
- # 注意:此字段可能返回 null,表示取不到有效值。
10568
10526
  # @type VpcWebConsoleSwitchStatus: String
10569
10527
  # @param PublicDataStreamStatus: 公网管控台开关状态,示例值,OFF/ON/CREATING/DELETING
10570
- # 注意:此字段可能返回 null,表示取不到有效值。
10571
10528
  # @type PublicDataStreamStatus: String
10572
10529
  # @param PrometheusEndpointInfo: Prometheus信息
10573
- # 注意:此字段可能返回 null,表示取不到有效值。
10574
10530
  # @type PrometheusEndpointInfo: :class:`Tencentcloud::Tdmq.v20200217.models.PrometheusEndpointInfo`
10575
10531
  # @param WebConsoleDomainEndpoint: 公网域名接入点
10576
- # 注意:此字段可能返回 null,表示取不到有效值。
10577
10532
  # @type WebConsoleDomainEndpoint: String
10533
+ # @param ControlPlaneEndpointInfo: 控制面所使用的VPC信息
10534
+ # @type ControlPlaneEndpointInfo: :class:`Tencentcloud::Tdmq.v20200217.models.VpcEndpointInfo`
10578
10535
 
10579
- attr_accessor :PublicAccessEndpoint, :WebConsoleEndpoint, :WebConsoleUsername, :WebConsolePassword, :PublicAccessEndpointStatus, :PublicControlConsoleSwitchStatus, :VpcControlConsoleSwitchStatus, :VpcWebConsoleEndpoint, :PublicWebConsoleSwitchStatus, :VpcWebConsoleSwitchStatus, :PublicDataStreamStatus, :PrometheusEndpointInfo, :WebConsoleDomainEndpoint
10536
+ attr_accessor :PublicAccessEndpoint, :WebConsoleEndpoint, :WebConsoleUsername, :WebConsolePassword, :PublicAccessEndpointStatus, :PublicControlConsoleSwitchStatus, :VpcControlConsoleSwitchStatus, :VpcWebConsoleEndpoint, :PublicWebConsoleSwitchStatus, :VpcWebConsoleSwitchStatus, :PublicDataStreamStatus, :PrometheusEndpointInfo, :WebConsoleDomainEndpoint, :ControlPlaneEndpointInfo
10580
10537
 
10581
- 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)
10538
+ 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)
10582
10539
  @PublicAccessEndpoint = publicaccessendpoint
10583
10540
  @WebConsoleEndpoint = webconsoleendpoint
10584
10541
  @WebConsoleUsername = webconsoleusername
@@ -10592,6 +10549,7 @@ module TencentCloud
10592
10549
  @PublicDataStreamStatus = publicdatastreamstatus
10593
10550
  @PrometheusEndpointInfo = prometheusendpointinfo
10594
10551
  @WebConsoleDomainEndpoint = webconsoledomainendpoint
10552
+ @ControlPlaneEndpointInfo = controlplaneendpointinfo
10595
10553
  end
10596
10554
 
10597
10555
  def deserialize(params)
@@ -10611,6 +10569,10 @@ module TencentCloud
10611
10569
  @PrometheusEndpointInfo.deserialize(params['PrometheusEndpointInfo'])
10612
10570
  end
10613
10571
  @WebConsoleDomainEndpoint = params['WebConsoleDomainEndpoint']
10572
+ unless params['ControlPlaneEndpointInfo'].nil?
10573
+ @ControlPlaneEndpointInfo = VpcEndpointInfo.new
10574
+ @ControlPlaneEndpointInfo.deserialize(params['ControlPlaneEndpointInfo'])
10575
+ end
10614
10576
  end
10615
10577
  end
10616
10578
 
@@ -10625,12 +10587,10 @@ module TencentCloud
10625
10587
  # @param CreateTime: 创建时间,毫秒为单位
10626
10588
  # @type CreateTime: Integer
10627
10589
  # @param Remark: 集群说明信息
10628
- # 注意:此字段可能返回 null,表示取不到有效值。
10629
10590
  # @type Remark: String
10630
10591
  # @param Vpcs: VPC及网络信息
10631
10592
  # @type Vpcs: Array
10632
10593
  # @param ZoneIds: 可用区信息
10633
- # 注意:此字段可能返回 null,表示取不到有效值。
10634
10594
  # @type ZoneIds: Array
10635
10595
  # @param VirtualHostNumber: 虚拟主机数量
10636
10596
  # @type VirtualHostNumber: Integer
@@ -10656,19 +10616,14 @@ module TencentCloud
10656
10616
  # @param ClusterStatus: 实例状态,0表示创建中,1表示正常,2表示隔离中,3表示已销毁,4 - 异常, 5 - 发货失败
10657
10617
  # @type ClusterStatus: Integer
10658
10618
  # @param AutoRenewFlag: 自动续费标记,0表示默认状态(用户未设置,即初始状态即手动续费), 1表示自动续费,2表示明确不自动续费(用户设置)
10659
- # 注意:此字段可能返回 null,表示取不到有效值。
10660
10619
  # @type AutoRenewFlag: Integer
10661
10620
  # @param MirrorQueuePolicyFlag: 是否开启镜像队列策略。1表示开启,0表示没开启。
10662
- # 注意:此字段可能返回 null,表示取不到有效值。
10663
10621
  # @type MirrorQueuePolicyFlag: Integer
10664
10622
  # @param MessageConsumeRate: 每秒消费消息数 单位:条/秒
10665
- # 注意:此字段可能返回 null,表示取不到有效值。
10666
10623
  # @type MessageConsumeRate: Float
10667
10624
  # @param ClusterVersion: 集群版本信息
10668
- # 注意:此字段可能返回 null,表示取不到有效值。
10669
10625
  # @type ClusterVersion: String
10670
10626
  # @param PayMode: 计费模式,0-后付费,1-预付费
10671
- # 注意:此字段可能返回 null,表示取不到有效值。
10672
10627
  # @type PayMode: Integer
10673
10628
  # @param InstanceType: 实例类型,0 专享版、1 Serverless 版
10674
10629
  # @type InstanceType: Integer
@@ -10776,13 +10731,10 @@ module TencentCloud
10776
10731
  # RabbiteMQ集群白名单信息
10777
10732
  class RabbitMQClusterWhiteListInfo < TencentCloud::Common::AbstractModel
10778
10733
  # @param WhiteList: 废弃
10779
- # 注意:此字段可能返回 null,表示取不到有效值。
10780
10734
  # @type WhiteList: String
10781
10735
  # @param PublicControlConsoleWhiteList: 公网管控台白名单
10782
- # 注意:此字段可能返回 null,表示取不到有效值。
10783
10736
  # @type PublicControlConsoleWhiteList: String
10784
10737
  # @param PublicDataStreamWhiteList: 公网数据流白名单
10785
- # 注意:此字段可能返回 null,表示取不到有效值。
10786
10738
  # @type PublicDataStreamWhiteList: String
10787
10739
  # @param PublicControlConsoleWhiteListStatus: 公网管控台白名单状态
10788
10740
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -10820,16 +10772,12 @@ module TencentCloud
10820
10772
  # @param ExchangeType: exchange 类型, 支持 "fanout","direct","topic","headers"
10821
10773
  # @type ExchangeType: String
10822
10774
  # @param VirtualHost: VHost参数
10823
- # 注意:此字段可能返回 null,表示取不到有效值。
10824
10775
  # @type VirtualHost: String
10825
10776
  # @param ExchangeCreator: exchange 创建者, "system":"系统创建", "user":"用户创建"
10826
- # 注意:此字段可能返回 null,表示取不到有效值。
10827
10777
  # @type ExchangeCreator: String
10828
10778
  # @param CreateTimeStamp: exchange 创建时间
10829
- # 注意:此字段可能返回 null,表示取不到有效值。
10830
10779
  # @type CreateTimeStamp: String
10831
10780
  # @param ModTimeStamp: exchange 修改时间
10832
- # 注意:此字段可能返回 null,表示取不到有效值。
10833
10781
  # @type ModTimeStamp: String
10834
10782
  # @param MessageRateIn: 输入消息速率
10835
10783
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -10838,22 +10786,17 @@ module TencentCloud
10838
10786
  # 注意:此字段可能返回 null,表示取不到有效值。
10839
10787
  # @type MessageRateOut: Float
10840
10788
  # @param Durable: 是否为持久化交换机,true 为持久化,false 为非持久化
10841
- # 注意:此字段可能返回 null,表示取不到有效值。
10842
10789
  # @type Durable: Boolean
10843
10790
  # @param AutoDelete: 是否为自动删除交换机,true 为自动删除,false 为非自动删除
10844
- # 注意:此字段可能返回 null,表示取不到有效值。
10845
10791
  # @type AutoDelete: Boolean
10846
10792
  # @param Internal: 是否为内部交换机,true 为内部交换机
10847
- # 注意:此字段可能返回 null,表示取不到有效值。
10848
10793
  # @type Internal: Boolean
10849
10794
  # @param InstanceId: 交换机所属实例 ID
10850
- # 注意:此字段可能返回 null,表示取不到有效值。
10851
10795
  # @type InstanceId: String
10852
10796
  # @param Policy: 生效的策略名称
10853
10797
  # 注意:此字段可能返回 null,表示取不到有效值。
10854
10798
  # @type Policy: String
10855
10799
  # @param Arguments: 扩展参数 key-value 对象
10856
- # 注意:此字段可能返回 null,表示取不到有效值。
10857
10800
  # @type Arguments: String
10858
10801
  # @param MessagesDelayed: 未调度的延时消息数量
10859
10802
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -10909,19 +10852,14 @@ module TencentCloud
10909
10852
  # @param VirtualHost: vhost名
10910
10853
  # @type VirtualHost: String
10911
10854
  # @param ConfigRegexp: 权限类型,declare相关操作,该用户可操作该vhost下的资源名称正则表达式
10912
- # 注意:此字段可能返回 null,表示取不到有效值。
10913
10855
  # @type ConfigRegexp: String
10914
10856
  # @param WriteRegexp: 权限类型,消息写入相关操作,该用户可操作该vhost下的资源名称正则表达式
10915
- # 注意:此字段可能返回 null,表示取不到有效值。
10916
10857
  # @type WriteRegexp: String
10917
10858
  # @param ReadRegexp: 权限类型,消息读取相关操作,该用户可操作该vhost下的资源名称正则表达式
10918
- # 注意:此字段可能返回 null,表示取不到有效值。
10919
10859
  # @type ReadRegexp: String
10920
10860
  # @param CreateTime: 创建时间
10921
- # 注意:此字段可能返回 null,表示取不到有效值。
10922
10861
  # @type CreateTime: String
10923
10862
  # @param ModifyTime: 修改时间
10924
- # 注意:此字段可能返回 null,表示取不到有效值。
10925
10863
  # @type ModifyTime: String
10926
10864
 
10927
10865
  attr_accessor :InstanceId, :User, :VirtualHost, :ConfigRegexp, :WriteRegexp, :ReadRegexp, :CreateTime, :ModifyTime
@@ -11016,10 +10954,8 @@ module TencentCloud
11016
10954
  # 注意:此字段可能返回 null,表示取不到有效值。
11017
10955
  # @type Remark: String
11018
10956
  # @param ConsumerDetail: 消费者信息
11019
- # 注意:此字段可能返回 null,表示取不到有效值。
11020
10957
  # @type ConsumerDetail: :class:`Tencentcloud::Tdmq.v20200217.models.RabbitMQQueueListConsumerDetailInfo`
11021
10958
  # @param QueueType: 队列类型,取值 "classic","quorum"
11022
- # 注意:此字段可能返回 null,表示取不到有效值。
11023
10959
  # @type QueueType: String
11024
10960
  # @param MessageHeapCount: 消息堆积数
11025
10961
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -11031,34 +10967,25 @@ module TencentCloud
11031
10967
  # 注意:此字段可能返回 null,表示取不到有效值。
11032
10968
  # @type MessageRateOut: Float
11033
10969
  # @param CreateTime: 创建时间
11034
- # 注意:此字段可能返回 null,表示取不到有效值。
11035
10970
  # @type CreateTime: String
11036
10971
  # @param ModifyTime: 修改时间
11037
- # 注意:此字段可能返回 null,表示取不到有效值。
11038
10972
  # @type ModifyTime: String
11039
10973
  # @param Durable: 队列是否持久化,true 为持久化,false 为非持久化
11040
- # 注意:此字段可能返回 null,表示取不到有效值。
11041
10974
  # @type Durable: Boolean
11042
10975
  # @param AutoDelete: 队列是否为自动删除队列,true 为自动删除,false 为非自动删除
11043
- # 注意:此字段可能返回 null,表示取不到有效值。
11044
10976
  # @type AutoDelete: Boolean
11045
10977
  # @param InstanceId: 队列所属实例 ID
11046
- # 注意:此字段可能返回 null,表示取不到有效值。
11047
10978
  # @type InstanceId: String
11048
10979
  # @param VirtualHost: 队列所属虚拟主机名称
11049
- # 注意:此字段可能返回 null,表示取不到有效值。
11050
10980
  # @type VirtualHost: String
11051
10981
  # @param Node: 队列所在主节点名称
11052
- # 注意:此字段可能返回 null,表示取不到有效值。
11053
10982
  # @type Node: String
11054
10983
  # @param Policy: 生效的策略名称
11055
10984
  # 注意:此字段可能返回 null,表示取不到有效值。
11056
10985
  # @type Policy: String
11057
10986
  # @param Arguments: 扩展参数 key-value 对象
11058
- # 注意:此字段可能返回 null,表示取不到有效值。
11059
10987
  # @type Arguments: String
11060
10988
  # @param Exclusive: 是否独占队列
11061
- # 注意:此字段可能返回 null,表示取不到有效值。
11062
10989
  # @type Exclusive: Boolean
11063
10990
 
11064
10991
  attr_accessor :QueueName, :Remark, :ConsumerDetail, :QueueType, :MessageHeapCount, :MessageRateIn, :MessageRateOut, :CreateTime, :ModifyTime, :Durable, :AutoDelete, :InstanceId, :VirtualHost, :Node, :Policy, :Arguments, :Exclusive
@@ -11116,10 +11043,8 @@ module TencentCloud
11116
11043
  # @param Password: 密码,登录时使用
11117
11044
  # @type Password: String
11118
11045
  # @param Description: 用户描述
11119
- # 注意:此字段可能返回 null,表示取不到有效值。
11120
11046
  # @type Description: String
11121
11047
  # @param Tags: 用户标签,用于决定改用户访问RabbitMQ Management的权限范围
11122
- # 注意:此字段可能返回 null,表示取不到有效值。
11123
11048
  # @type Tags: Array
11124
11049
  # @param CreateTime: 用户创建时间
11125
11050
  # @type CreateTime: String
@@ -11170,7 +11095,6 @@ module TencentCloud
11170
11095
  # @param InstanceName: 实例名称
11171
11096
  # @type InstanceName: String
11172
11097
  # @param InstanceVersion: 实例版本
11173
- # 注意:此字段可能返回 null,表示取不到有效值。
11174
11098
  # @type InstanceVersion: String
11175
11099
  # @param Status: 实例状态,0表示创建中,1表示正常,2表示隔离中,3表示已销毁,4 - 异常, 5 - 发货失败
11176
11100
  # @type Status: Integer
@@ -11191,7 +11115,6 @@ module TencentCloud
11191
11115
  # @param PayMode: 0-后付费,1-预付费
11192
11116
  # @type PayMode: Integer
11193
11117
  # @param Remark: 备注信息
11194
- # 注意:此字段可能返回 null,表示取不到有效值。
11195
11118
  # @type Remark: String
11196
11119
  # @param SpecName: 实例配置ID
11197
11120
  # @type SpecName: String
@@ -11205,10 +11128,8 @@ module TencentCloud
11205
11128
  # 注意:此字段可能返回 null,表示取不到有效值。
11206
11129
  # @type PublicAccessEndpoint: String
11207
11130
  # @param Vpcs: VPC 接入点列表
11208
- # 注意:此字段可能返回 null,表示取不到有效值。
11209
11131
  # @type Vpcs: Array
11210
11132
  # @param CreateTime: 创建时间,毫秒为单位
11211
- # 注意:此字段可能返回 null,表示取不到有效值。
11212
11133
  # @type CreateTime: Integer
11213
11134
  # @param InstanceType: 实例类型,0 专享版、1 Serverless 版
11214
11135
  # @type InstanceType: Integer
@@ -11276,37 +11197,26 @@ module TencentCloud
11276
11197
  # @param VirtualHost: vhost名
11277
11198
  # @type VirtualHost: String
11278
11199
  # @param Description: vhost描述信息
11279
- # 注意:此字段可能返回 null,表示取不到有效值。
11280
11200
  # @type Description: String
11281
11201
  # @param Tags: vhost标签
11282
- # 注意:此字段可能返回 null,表示取不到有效值。
11283
11202
  # @type Tags: Array
11284
11203
  # @param CreateTime: 创建时间
11285
- # 注意:此字段可能返回 null,表示取不到有效值。
11286
11204
  # @type CreateTime: String
11287
11205
  # @param ModifyTime: 修改时间
11288
- # 注意:此字段可能返回 null,表示取不到有效值。
11289
11206
  # @type ModifyTime: String
11290
11207
  # @param VirtualHostStatistics: vhost概览统计信息
11291
- # 注意:此字段可能返回 null,表示取不到有效值。
11292
11208
  # @type VirtualHostStatistics: :class:`Tencentcloud::Tdmq.v20200217.models.RabbitMQVirtualHostStatistics`
11293
11209
  # @param TraceFlag: 消息轨迹开关,true打开,false关闭
11294
- # 注意:此字段可能返回 null,表示取不到有效值。
11295
11210
  # @type TraceFlag: Boolean
11296
11211
  # @param Status: vhost状态,与原生控制台对应,有running、partial、stopped、unknown
11297
- # 注意:此字段可能返回 null,表示取不到有效值。
11298
11212
  # @type Status: String
11299
11213
  # @param MessageHeapCount: 消息堆积数
11300
- # 注意:此字段可能返回 null,表示取不到有效值。
11301
11214
  # @type MessageHeapCount: Integer
11302
11215
  # @param MessageRateIn: 输入消息速率
11303
- # 注意:此字段可能返回 null,表示取不到有效值。
11304
11216
  # @type MessageRateIn: Float
11305
11217
  # @param MessageRateOut: 输出消息速率
11306
- # 注意:此字段可能返回 null,表示取不到有效值。
11307
11218
  # @type MessageRateOut: Float
11308
11219
  # @param MirrorQueuePolicyFlag: 是否存在镜像队列策略,true 为存在,false 为不存
11309
- # 注意:此字段可能返回 null,表示取不到有效值。
11310
11220
  # @type MirrorQueuePolicyFlag: Boolean
11311
11221
 
11312
11222
  attr_accessor :InstanceId, :VirtualHost, :Description, :Tags, :CreateTime, :ModifyTime, :VirtualHostStatistics, :TraceFlag, :Status, :MessageHeapCount, :MessageRateIn, :MessageRateOut, :MirrorQueuePolicyFlag
@@ -13811,7 +13721,6 @@ module TencentCloud
13811
13721
  # @param MaxVirtualHost: 允许创建最大vhost数
13812
13722
  # @type MaxVirtualHost: Integer
13813
13723
  # @param UsedVirtualHost: 已创建vhost数
13814
- # 注意:此字段可能返回 null,表示取不到有效值。
13815
13724
  # @type UsedVirtualHost: Integer
13816
13725
 
13817
13726
  attr_accessor :MaxVirtualHost, :UsedVirtualHost
@@ -13893,7 +13802,6 @@ module TencentCloud
13893
13802
  # @param VpcEndpoint: vpc接入点信息
13894
13803
  # @type VpcEndpoint: String
13895
13804
  # @param VpcDataStreamEndpointStatus: vpc接入点状态 OFF/ON/CREATING/DELETING
13896
- # 注意:此字段可能返回 null,表示取不到有效值。
13897
13805
  # @type VpcDataStreamEndpointStatus: String
13898
13806
 
13899
13807
  attr_accessor :VpcId, :SubnetId, :VpcEndpoint, :VpcDataStreamEndpointStatus
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-tdmq
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1020
4
+ version: 3.0.1021
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud