tencentcloud-sdk-trabbit 3.0.1001 → 3.0.1002
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/v20230418/models.rb +6 -154
- 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: ecaaf781ea25e879a5bfd52ea4fc6e414f707622
|
4
|
+
data.tar.gz: e062622c47b2d5568c41babf586a5ec70504771b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 55309724ac736676a6ed8b1e3f228cdbe5a0fb2ea264bc5aba760d52f633e371664896d94b31fbd72d69a44c8df5f18c59759739264e8e7b0eaa88cc9b5ec295
|
7
|
+
data.tar.gz: 634923a01ecf371f35a7e9d7b9b32d414c733cab9666dd6656c201f7d9a2dce5dfb2082568b32efded2d8fc81f9a5eeb5b985530a5c7c931e30eb68671a88eba
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1002
|
data/lib/v20230418/models.rb
CHANGED
@@ -56,13 +56,10 @@ module TencentCloud
|
|
56
56
|
# CreateRabbitMQServerlessBinding返回参数结构体
|
57
57
|
class CreateRabbitMQServerlessBindingResponse < TencentCloud::Common::AbstractModel
|
58
58
|
# @param InstanceId: 队列名称
|
59
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
60
59
|
# @type InstanceId: String
|
61
60
|
# @param VirtualHost: vhost参数
|
62
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
63
61
|
# @type VirtualHost: String
|
64
62
|
# @param BindingId: 路由关系Id
|
65
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
66
63
|
# @type BindingId: Integer
|
67
64
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
68
65
|
# @type RequestId: String
|
@@ -135,7 +132,6 @@ module TencentCloud
|
|
135
132
|
# CreateRabbitMQServerlessExchange返回参数结构体
|
136
133
|
class CreateRabbitMQServerlessExchangeResponse < TencentCloud::Common::AbstractModel
|
137
134
|
# @param ExchangeName: exchange 名称
|
138
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
139
135
|
# @type ExchangeName: String
|
140
136
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
141
137
|
# @type RequestId: String
|
@@ -268,7 +264,6 @@ module TencentCloud
|
|
268
264
|
# CreateRabbitMQServerlessQueue返回参数结构体
|
269
265
|
class CreateRabbitMQServerlessQueueResponse < TencentCloud::Common::AbstractModel
|
270
266
|
# @param QueueName: 队列名称
|
271
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
272
267
|
# @type QueueName: String
|
273
268
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
274
269
|
# @type RequestId: String
|
@@ -425,13 +420,10 @@ module TencentCloud
|
|
425
420
|
# DeleteRabbitMQServerlessBinding返回参数结构体
|
426
421
|
class DeleteRabbitMQServerlessBindingResponse < TencentCloud::Common::AbstractModel
|
427
422
|
# @param InstanceId: 队列名称
|
428
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
429
423
|
# @type InstanceId: String
|
430
424
|
# @param VirtualHost: vhost参数
|
431
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
432
425
|
# @type VirtualHost: String
|
433
426
|
# @param BindingId: 路由关系Id
|
434
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
435
427
|
# @type BindingId: Integer
|
436
428
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
437
429
|
# @type RequestId: String
|
@@ -480,7 +472,6 @@ module TencentCloud
|
|
480
472
|
# DeleteRabbitMQServerlessExchange返回参数结构体
|
481
473
|
class DeleteRabbitMQServerlessExchangeResponse < TencentCloud::Common::AbstractModel
|
482
474
|
# @param ExchangeName: exchange 名称
|
483
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
484
475
|
# @type ExchangeName: String
|
485
476
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
486
477
|
# @type RequestId: String
|
@@ -565,7 +556,6 @@ module TencentCloud
|
|
565
556
|
# DeleteRabbitMQServerlessQueue返回参数结构体
|
566
557
|
class DeleteRabbitMQServerlessQueueResponse < TencentCloud::Common::AbstractModel
|
567
558
|
# @param QueueName: 队列名称
|
568
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
569
559
|
# @type QueueName: String
|
570
560
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
571
561
|
# @type RequestId: String
|
@@ -702,10 +692,8 @@ module TencentCloud
|
|
702
692
|
# DescribeRabbitMQServerlessBindings返回参数结构体
|
703
693
|
class DescribeRabbitMQServerlessBindingsResponse < TencentCloud::Common::AbstractModel
|
704
694
|
# @param BindingInfoList: 路由关系列表
|
705
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
706
695
|
# @type BindingInfoList: Array
|
707
696
|
# @param TotalCount: 数量
|
708
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
709
697
|
# @type TotalCount: Integer
|
710
698
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
711
699
|
# @type RequestId: String
|
@@ -822,10 +810,8 @@ module TencentCloud
|
|
822
810
|
# DescribeRabbitMQServerlessConsumers返回参数结构体
|
823
811
|
class DescribeRabbitMQServerlessConsumersResponse < TencentCloud::Common::AbstractModel
|
824
812
|
# @param ConsumerInfoList: 消费者列表信息
|
825
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
826
813
|
# @type ConsumerInfoList: Array
|
827
814
|
# @param TotalCount: 数量
|
828
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
829
815
|
# @type TotalCount: Integer
|
830
816
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
831
817
|
# @type RequestId: String
|
@@ -881,7 +867,6 @@ module TencentCloud
|
|
881
867
|
# @param ExchangeName: exchange 名
|
882
868
|
# @type ExchangeName: String
|
883
869
|
# @param Remark: 备注说明
|
884
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
885
870
|
# @type Remark: String
|
886
871
|
# @param Durable: 是否为持久化 exchange, 当集群重启时, 将会清除所有该字段为 "false" 的 exchange
|
887
872
|
# @type Durable: Boolean
|
@@ -991,10 +976,8 @@ module TencentCloud
|
|
991
976
|
# DescribeRabbitMQServerlessExchanges返回参数结构体
|
992
977
|
class DescribeRabbitMQServerlessExchangesResponse < TencentCloud::Common::AbstractModel
|
993
978
|
# @param ExchangeInfoList: 交换机列表
|
994
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
995
979
|
# @type ExchangeInfoList: Array
|
996
980
|
# @param TotalCount: 交换机总数
|
997
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
998
981
|
# @type TotalCount: Integer
|
999
982
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1000
983
|
# @type RequestId: String
|
@@ -1050,10 +1033,8 @@ module TencentCloud
|
|
1050
1033
|
# @param QueueQuota: queue配额信息
|
1051
1034
|
# @type QueueQuota: :class:`Tencentcloud::Trabbit.v20230418.models.QueueQuota`
|
1052
1035
|
# @param ClusterNetInfo: 网络信息
|
1053
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1054
1036
|
# @type ClusterNetInfo: :class:`Tencentcloud::Trabbit.v20230418.models.RabbitMQServerlessAccessInfo`
|
1055
1037
|
# @param ClusterWhiteListInfo: 公网白名单信息
|
1056
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1057
1038
|
# @type ClusterWhiteListInfo: :class:`Tencentcloud::Trabbit.v20230418.models.RabbitMQServerlessWhiteListInfo`
|
1058
1039
|
# @param UserQuota: user配额信息
|
1059
1040
|
# @type UserQuota: :class:`Tencentcloud::Trabbit.v20230418.models.UserQuota`
|
@@ -1201,94 +1182,64 @@ module TencentCloud
|
|
1201
1182
|
# DescribeRabbitMQServerlessQueueDetail返回参数结构体
|
1202
1183
|
class DescribeRabbitMQServerlessQueueDetailResponse < TencentCloud::Common::AbstractModel
|
1203
1184
|
# @param InstanceId: 实例id
|
1204
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1205
1185
|
# @type InstanceId: String
|
1206
1186
|
# @param VirtualHost: Vhost参数
|
1207
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1208
1187
|
# @type VirtualHost: String
|
1209
1188
|
# @param QueueName: 队列名称
|
1210
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1211
1189
|
# @type QueueName: String
|
1212
1190
|
# @param QueueType: 队列类型,取值classic或quorum
|
1213
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1214
1191
|
# @type QueueType: String
|
1215
1192
|
# @param Consumers: 在线消费者数量
|
1216
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1217
1193
|
# @type Consumers: Integer
|
1218
1194
|
# @param Durable: 持久标记
|
1219
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1220
1195
|
# @type Durable: Boolean
|
1221
1196
|
# @param AutoDelete: 自动清除
|
1222
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1223
1197
|
# @type AutoDelete: Boolean
|
1224
1198
|
# @param Remark: 备注
|
1225
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1226
1199
|
# @type Remark: String
|
1227
1200
|
# @param MessageTTL: MessageTTL参数,classic类型专用
|
1228
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1229
1201
|
# @type MessageTTL: Integer
|
1230
1202
|
# @param AutoExpire: AutoExpire参数
|
1231
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1232
1203
|
# @type AutoExpire: Integer
|
1233
1204
|
# @param MaxLength: MaxLength参数
|
1234
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1235
1205
|
# @type MaxLength: Integer
|
1236
1206
|
# @param MaxLengthBytes: MaxLengthBytes参数
|
1237
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1238
1207
|
# @type MaxLengthBytes: Integer
|
1239
1208
|
# @param DeliveryLimit: DeliveryLimit参数,quorum类型专用
|
1240
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1241
1209
|
# @type DeliveryLimit: Integer
|
1242
1210
|
# @param OverflowBehaviour: OverflowBehaviour参数,取值为drop-head, reject-publish或reject-publish-dlx
|
1243
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1244
1211
|
# @type OverflowBehaviour: String
|
1245
1212
|
# @param DeadLetterExchange: DeadLetterExchange参数
|
1246
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1247
1213
|
# @type DeadLetterExchange: String
|
1248
1214
|
# @param DeadLetterRoutingKey: DeadLetterRoutingKey参数
|
1249
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1250
1215
|
# @type DeadLetterRoutingKey: String
|
1251
1216
|
# @param SingleActiveConsumer: SingleActiveConsumer参数
|
1252
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1253
1217
|
# @type SingleActiveConsumer: Boolean
|
1254
1218
|
# @param MaximumPriority: MaximumPriority参数,classic类型专用
|
1255
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1256
1219
|
# @type MaximumPriority: Integer
|
1257
1220
|
# @param LazyMode: LazyMode参数,classic类型专用
|
1258
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1259
1221
|
# @type LazyMode: Boolean
|
1260
1222
|
# @param MasterLocator: MasterLocator参数,classic类型专用
|
1261
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1262
1223
|
# @type MasterLocator: String
|
1263
1224
|
# @param MaxInMemoryLength: MaxInMemoryLength参数,quorum类型专用
|
1264
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1265
1225
|
# @type MaxInMemoryLength: Integer
|
1266
1226
|
# @param MaxInMemoryBytes: MaxInMemoryBytes参数,quorum类型专用
|
1267
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1268
1227
|
# @type MaxInMemoryBytes: Integer
|
1269
1228
|
# @param CreateTime: 创建时间戳,单位秒
|
1270
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1271
1229
|
# @type CreateTime: Integer
|
1272
1230
|
# @param Node: 节点
|
1273
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1274
1231
|
# @type Node: String
|
1275
1232
|
# @param DeadLetterStrategy: 仲裁队列死信一致性策略
|
1276
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1277
1233
|
# @type DeadLetterStrategy: String
|
1278
1234
|
# @param QueueLeaderLocator: 仲裁队列的领导者选举策略
|
1279
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1280
1235
|
# @type QueueLeaderLocator: String
|
1281
1236
|
# @param QuorumInitialGroupSize: 仲裁队列的初始副本组大小
|
1282
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1283
1237
|
# @type QuorumInitialGroupSize: Integer
|
1284
1238
|
# @param Exclusive: 是否为独占队列
|
1285
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1286
1239
|
# @type Exclusive: Boolean
|
1287
1240
|
# @param Policy: 生效的策略名
|
1288
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1289
1241
|
# @type Policy: String
|
1290
1242
|
# @param Arguments: 扩展参数 key-value
|
1291
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1292
1243
|
# @type Arguments: String
|
1293
1244
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1294
1245
|
# @type RequestId: String
|
@@ -1416,10 +1367,8 @@ module TencentCloud
|
|
1416
1367
|
# DescribeRabbitMQServerlessQueues返回参数结构体
|
1417
1368
|
class DescribeRabbitMQServerlessQueuesResponse < TencentCloud::Common::AbstractModel
|
1418
1369
|
# @param QueueInfoList: 队列列表信息
|
1419
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1420
1370
|
# @type QueueInfoList: Array
|
1421
1371
|
# @param TotalCount: 数量
|
1422
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1423
1372
|
# @type TotalCount: Integer
|
1424
1373
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1425
1374
|
# @type RequestId: String
|
@@ -1596,7 +1545,6 @@ module TencentCloud
|
|
1596
1545
|
# @param MaxExchange: 可创建最大exchange数
|
1597
1546
|
# @type MaxExchange: Integer
|
1598
1547
|
# @param UsedExchange: 已创建exchange数
|
1599
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1600
1548
|
# @type UsedExchange: Integer
|
1601
1549
|
|
1602
1550
|
attr_accessor :MaxExchange, :UsedExchange
|
@@ -1666,7 +1614,6 @@ module TencentCloud
|
|
1666
1614
|
# ListRabbitMQServerlessInstances返回参数结构体
|
1667
1615
|
class ListRabbitMQServerlessInstancesResponse < TencentCloud::Common::AbstractModel
|
1668
1616
|
# @param Instances: 实例列表
|
1669
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1670
1617
|
# @type Instances: Array
|
1671
1618
|
# @param TotalCount: 总数
|
1672
1619
|
# @type TotalCount: Integer
|
@@ -1726,7 +1673,6 @@ module TencentCloud
|
|
1726
1673
|
# ModifyRabbitMQServerlessExchange返回参数结构体
|
1727
1674
|
class ModifyRabbitMQServerlessExchangeResponse < TencentCloud::Common::AbstractModel
|
1728
1675
|
# @param ExchangeName: exchange 名称
|
1729
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1730
1676
|
# @type ExchangeName: String
|
1731
1677
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1732
1678
|
# @type RequestId: String
|
@@ -1875,7 +1821,6 @@ module TencentCloud
|
|
1875
1821
|
# ModifyRabbitMQServerlessQueue返回参数结构体
|
1876
1822
|
class ModifyRabbitMQServerlessQueueResponse < TencentCloud::Common::AbstractModel
|
1877
1823
|
# @param QueueName: 队列名称
|
1878
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1879
1824
|
# @type QueueName: String
|
1880
1825
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1881
1826
|
# @type RequestId: String
|
@@ -1998,7 +1943,6 @@ module TencentCloud
|
|
1998
1943
|
# @param MaxQueue: 可创建最大Queue数
|
1999
1944
|
# @type MaxQueue: Integer
|
2000
1945
|
# @param UsedQueue: 已创建Queue数
|
2001
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2002
1946
|
# @type UsedQueue: Integer
|
2003
1947
|
|
2004
1948
|
attr_accessor :MaxQueue, :UsedQueue
|
@@ -2017,31 +1961,22 @@ module TencentCloud
|
|
2017
1961
|
# Rabbitmq路由关系列表成员
|
2018
1962
|
class RabbitMQBindingListInfo < TencentCloud::Common::AbstractModel
|
2019
1963
|
# @param BindingId: 路由关系id
|
2020
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2021
1964
|
# @type BindingId: Integer
|
2022
1965
|
# @param VirtualHost: Vhost参数
|
2023
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2024
1966
|
# @type VirtualHost: String
|
2025
1967
|
# @param Source: 源exchange名称
|
2026
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2027
1968
|
# @type Source: String
|
2028
1969
|
# @param DestinationType: 目标类型,queue或exchange
|
2029
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2030
1970
|
# @type DestinationType: String
|
2031
1971
|
# @param Destination: 目标资源名称
|
2032
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2033
1972
|
# @type Destination: String
|
2034
1973
|
# @param RoutingKey: 绑定key
|
2035
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2036
1974
|
# @type RoutingKey: String
|
2037
1975
|
# @param SourceExchangeType: 源exchange类型
|
2038
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2039
1976
|
# @type SourceExchangeType: String
|
2040
1977
|
# @param CreateTime: 创建时间
|
2041
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2042
1978
|
# @type CreateTime: String
|
2043
1979
|
# @param ModifyTime: 修改时间
|
2044
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2045
1980
|
# @type ModifyTime: String
|
2046
1981
|
|
2047
1982
|
attr_accessor :BindingId, :VirtualHost, :Source, :DestinationType, :Destination, :RoutingKey, :SourceExchangeType, :CreateTime, :ModifyTime
|
@@ -2082,12 +2017,10 @@ module TencentCloud
|
|
2082
2017
|
# @param CreateTime: 创建时间,毫秒为单位
|
2083
2018
|
# @type CreateTime: Integer
|
2084
2019
|
# @param Remark: 集群说明信息
|
2085
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2086
2020
|
# @type Remark: String
|
2087
2021
|
# @param Vpcs: VPC及网络信息
|
2088
2022
|
# @type Vpcs: Array
|
2089
2023
|
# @param ZoneIds: 可用区信息
|
2090
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2091
2024
|
# @type ZoneIds: Array
|
2092
2025
|
# @param VirtualHostNumber: 虚拟主机数量
|
2093
2026
|
# @type VirtualHostNumber: Integer
|
@@ -2108,30 +2041,22 @@ module TencentCloud
|
|
2108
2041
|
# @param ExchangeNumber: Exchang数量
|
2109
2042
|
# @type ExchangeNumber: Integer
|
2110
2043
|
# @param ExceptionInformation: 集群异常信息
|
2111
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2112
2044
|
# @type ExceptionInformation: String
|
2113
2045
|
# @param ClusterStatus: 实例状态,0表示创建中,1表示正常,2表示隔离中,3表示已销毁,4 - 异常, 5 - 发货失败
|
2114
2046
|
# @type ClusterStatus: Integer
|
2115
2047
|
# @param AutoRenewFlag: 自动续费标记,0表示默认状态(用户未设置,即初始状态即手动续费), 1表示自动续费,2表示明确不自动续费(用户设置)
|
2116
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2117
2048
|
# @type AutoRenewFlag: Integer
|
2118
2049
|
# @param MirrorQueuePolicyFlag: 是否开启镜像队列策略。1表示开启,0表示没开启。
|
2119
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2120
2050
|
# @type MirrorQueuePolicyFlag: Integer
|
2121
2051
|
# @param MessageConsumeRate: 每秒消费消息数 单位:条/秒
|
2122
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2123
2052
|
# @type MessageConsumeRate: Float
|
2124
2053
|
# @param ClusterVersion: 集群版本信息
|
2125
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2126
2054
|
# @type ClusterVersion: String
|
2127
2055
|
# @param PayMode: 计费模式,0-后付费,1-预付费
|
2128
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2129
2056
|
# @type PayMode: Integer
|
2130
2057
|
# @param InstanceType: 集群类型
|
2131
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2132
2058
|
# @type InstanceType: Integer
|
2133
2059
|
# @param MessageRetainTime: 消息保留时间,单位小时
|
2134
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2135
2060
|
# @type MessageRetainTime: Integer
|
2136
2061
|
|
2137
2062
|
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, :MessageRetainTime
|
@@ -2251,25 +2176,18 @@ module TencentCloud
|
|
2251
2176
|
# RabbitMQ连接详情
|
2252
2177
|
class RabbitMQConnection < TencentCloud::Common::AbstractModel
|
2253
2178
|
# @param ConnectionName: 连接名称
|
2254
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2255
2179
|
# @type ConnectionName: String
|
2256
2180
|
# @param PeerHost: 客户端ip
|
2257
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2258
2181
|
# @type PeerHost: String
|
2259
2182
|
# @param State: 连接状态,包括 starting、tuning、opening、running、flow、blocking、blocked、closing 和 closed
|
2260
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2261
2183
|
# @type State: String
|
2262
2184
|
# @param User: 连接使用用户
|
2263
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2264
2185
|
# @type User: String
|
2265
2186
|
# @param SSL: 是否开启ssl
|
2266
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2267
2187
|
# @type SSL: Boolean
|
2268
2188
|
# @param Protocol: 连接协议
|
2269
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2270
2189
|
# @type Protocol: String
|
2271
2190
|
# @param Channels: 连接下的channel数
|
2272
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2273
2191
|
# @type Channels: Integer
|
2274
2192
|
|
2275
2193
|
attr_accessor :ConnectionName, :PeerHost, :State, :User, :SSL, :Protocol, :Channels
|
@@ -2298,10 +2216,8 @@ module TencentCloud
|
|
2298
2216
|
# 队列消费者列表信息
|
2299
2217
|
class RabbitMQConsumersListInfo < TencentCloud::Common::AbstractModel
|
2300
2218
|
# @param ClientIp: 客户端Ip
|
2301
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2302
2219
|
# @type ClientIp: String
|
2303
2220
|
# @param ConsumerTag: 消费者Tag
|
2304
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2305
2221
|
# @type ConsumerTag: String
|
2306
2222
|
|
2307
2223
|
attr_accessor :ClientIp, :ConsumerTag
|
@@ -2322,48 +2238,34 @@ module TencentCloud
|
|
2322
2238
|
# @param ExchangeName: exchange 名
|
2323
2239
|
# @type ExchangeName: String
|
2324
2240
|
# @param Remark: 备注说明
|
2325
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2326
2241
|
# @type Remark: String
|
2327
2242
|
# @param ExchangeType: exchange 类型, 支持 "fanout","direct","topic","headers"
|
2328
2243
|
# @type ExchangeType: String
|
2329
2244
|
# @param VirtualHost: VHost参数
|
2330
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2331
2245
|
# @type VirtualHost: String
|
2332
2246
|
# @param ExchangeCreator: exchange 创建者, "system":"系统创建", "user":"用户创建"
|
2333
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2334
2247
|
# @type ExchangeCreator: String
|
2335
2248
|
# @param CreateTimeStamp: exchange 创建时间
|
2336
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2337
2249
|
# @type CreateTimeStamp: String
|
2338
2250
|
# @param ModTimeStamp: exchange 修改时间
|
2339
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2340
2251
|
# @type ModTimeStamp: String
|
2341
2252
|
# @param MessageRateIn: 输入消息速率
|
2342
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2343
2253
|
# @type MessageRateIn: Float
|
2344
2254
|
# @param MessageRateOut: 输出消息速率
|
2345
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2346
2255
|
# @type MessageRateOut: Float
|
2347
2256
|
# @param Durable: 是否为持久化交换机,true 为持久化,false 为非持久化
|
2348
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2349
2257
|
# @type Durable: Boolean
|
2350
2258
|
# @param AutoDelete: 是否为自动删除交换机,true 为自动删除,false 为非自动删除
|
2351
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2352
2259
|
# @type AutoDelete: Boolean
|
2353
2260
|
# @param Internal: 是否为内部交换机,true 为内部交换机
|
2354
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2355
2261
|
# @type Internal: Boolean
|
2356
2262
|
# @param InstanceId: 交换机所属实例 ID
|
2357
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2358
2263
|
# @type InstanceId: String
|
2359
2264
|
# @param Policy: 生效的策略名称
|
2360
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2361
2265
|
# @type Policy: String
|
2362
2266
|
# @param Arguments: 扩展参数 key-value 对象
|
2363
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2364
2267
|
# @type Arguments: String
|
2365
2268
|
# @param MessagesDelayed: 未调度的延时消息数量
|
2366
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2367
2269
|
# @type MessagesDelayed: Integer
|
2368
2270
|
|
2369
2271
|
attr_accessor :ExchangeName, :Remark, :ExchangeType, :VirtualHost, :ExchangeCreator, :CreateTimeStamp, :ModTimeStamp, :MessageRateIn, :MessageRateOut, :Durable, :AutoDelete, :Internal, :InstanceId, :Policy, :Arguments, :MessagesDelayed
|
@@ -2416,19 +2318,14 @@ module TencentCloud
|
|
2416
2318
|
# @param VirtualHost: vhost名
|
2417
2319
|
# @type VirtualHost: String
|
2418
2320
|
# @param ConfigRegexp: 权限类型,declare相关操作,该用户可操作该vhost下的资源名称正则表达式
|
2419
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2420
2321
|
# @type ConfigRegexp: String
|
2421
2322
|
# @param WriteRegexp: 权限类型,消息写入相关操作,该用户可操作该vhost下的资源名称正则表达式
|
2422
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2423
2323
|
# @type WriteRegexp: String
|
2424
2324
|
# @param ReadRegexp: 权限类型,消息读取相关操作,该用户可操作该vhost下的资源名称正则表达式
|
2425
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2426
2325
|
# @type ReadRegexp: String
|
2427
2326
|
# @param CreateTime: 创建时间
|
2428
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2429
2327
|
# @type CreateTime: String
|
2430
2328
|
# @param ModifyTime: 修改时间
|
2431
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2432
2329
|
# @type ModifyTime: String
|
2433
2330
|
|
2434
2331
|
attr_accessor :InstanceId, :User, :VirtualHost, :ConfigRegexp, :WriteRegexp, :ReadRegexp, :CreateTime, :ModifyTime
|
@@ -2459,7 +2356,6 @@ module TencentCloud
|
|
2459
2356
|
# RabbitMQ队列列表消费者信息
|
2460
2357
|
class RabbitMQQueueListConsumerDetailInfo < TencentCloud::Common::AbstractModel
|
2461
2358
|
# @param ConsumersNumber: 消费者数量
|
2462
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2463
2359
|
# @type ConsumersNumber: Integer
|
2464
2360
|
|
2465
2361
|
attr_accessor :ConsumersNumber
|
@@ -2478,52 +2374,36 @@ module TencentCloud
|
|
2478
2374
|
# @param QueueName: 队列名
|
2479
2375
|
# @type QueueName: String
|
2480
2376
|
# @param Remark: 备注说明
|
2481
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2482
2377
|
# @type Remark: String
|
2483
2378
|
# @param ConsumerDetail: 消费者信息
|
2484
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2485
2379
|
# @type ConsumerDetail: :class:`Tencentcloud::Trabbit.v20230418.models.RabbitMQQueueListConsumerDetailInfo`
|
2486
2380
|
# @param QueueType: 队列类型,取值 "classic","quorum"
|
2487
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2488
2381
|
# @type QueueType: String
|
2489
2382
|
# @param MessageHeapCount: 消息堆积数
|
2490
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2491
2383
|
# @type MessageHeapCount: Integer
|
2492
2384
|
# @param MessageRateIn: 消息生产速率,每秒
|
2493
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2494
2385
|
# @type MessageRateIn: Float
|
2495
2386
|
# @param MessageRateOut: 消息消费速率,每秒
|
2496
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2497
2387
|
# @type MessageRateOut: Float
|
2498
2388
|
# @param CreateTime: 创建时间
|
2499
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2500
2389
|
# @type CreateTime: String
|
2501
2390
|
# @param ModifyTime: 修改时间
|
2502
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2503
2391
|
# @type ModifyTime: String
|
2504
2392
|
# @param Durable: 队列是否持久化,true 为持久化,false 为非持久化
|
2505
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2506
2393
|
# @type Durable: Boolean
|
2507
2394
|
# @param AutoDelete: 队列是否为自动删除队列,true 为自动删除,false 为非自动删除
|
2508
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2509
2395
|
# @type AutoDelete: Boolean
|
2510
2396
|
# @param InstanceId: 队列所属实例 ID
|
2511
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2512
2397
|
# @type InstanceId: String
|
2513
2398
|
# @param VirtualHost: 队列所属虚拟主机名称
|
2514
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2515
2399
|
# @type VirtualHost: String
|
2516
2400
|
# @param Node: 队列所在主节点名称
|
2517
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2518
2401
|
# @type Node: String
|
2519
2402
|
# @param Policy: 生效的策略名称
|
2520
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2521
2403
|
# @type Policy: String
|
2522
2404
|
# @param Arguments: 扩展参数 key-value 对象
|
2523
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2524
2405
|
# @type Arguments: String
|
2525
2406
|
# @param Exclusive: 是否独占队列
|
2526
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2527
2407
|
# @type Exclusive: Boolean
|
2528
2408
|
|
2529
2409
|
attr_accessor :QueueName, :Remark, :ConsumerDetail, :QueueType, :MessageHeapCount, :MessageRateIn, :MessageRateOut, :CreateTime, :ModifyTime, :Durable, :AutoDelete, :InstanceId, :VirtualHost, :Node, :Policy, :Arguments, :Exclusive
|
@@ -2575,10 +2455,8 @@ module TencentCloud
|
|
2575
2455
|
# 公网访问信息
|
2576
2456
|
class RabbitMQServerlessAccessInfo < TencentCloud::Common::AbstractModel
|
2577
2457
|
# @param PublicAccessEndpoint: 公网域名
|
2578
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2579
2458
|
# @type PublicAccessEndpoint: String
|
2580
2459
|
# @param PublicDataStreamStatus: 公网状态
|
2581
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2582
2460
|
# @type PublicDataStreamStatus: String
|
2583
2461
|
|
2584
2462
|
attr_accessor :PublicAccessEndpoint, :PublicDataStreamStatus
|
@@ -2597,25 +2475,18 @@ module TencentCloud
|
|
2597
2475
|
# 接入点
|
2598
2476
|
class RabbitMQServerlessEndpoint < TencentCloud::Common::AbstractModel
|
2599
2477
|
# @param VpcId: vpc id
|
2600
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2601
2478
|
# @type VpcId: String
|
2602
2479
|
# @param SubnetId: subnet id
|
2603
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2604
2480
|
# @type SubnetId: String
|
2605
2481
|
# @param VpcEndpoint: 接入地址
|
2606
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2607
2482
|
# @type VpcEndpoint: String
|
2608
2483
|
# @param VpcDataStreamEndpointStatus: 接入地址状态
|
2609
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2610
2484
|
# @type VpcDataStreamEndpointStatus: String
|
2611
2485
|
# @param PublicNetwork: 是否是公网
|
2612
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2613
2486
|
# @type PublicNetwork: Boolean
|
2614
2487
|
# @param AccessStrategy: 访问策略
|
2615
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2616
2488
|
# @type AccessStrategy: String
|
2617
2489
|
# @param Bandwidth: 带宽
|
2618
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2619
2490
|
# @type Bandwidth: Integer
|
2620
2491
|
|
2621
2492
|
attr_accessor :VpcId, :SubnetId, :VpcEndpoint, :VpcDataStreamEndpointStatus, :PublicNetwork, :AccessStrategy, :Bandwidth
|
@@ -2662,18 +2533,14 @@ module TencentCloud
|
|
2662
2533
|
# @param PayMode: 0-后付费,1-预付费
|
2663
2534
|
# @type PayMode: Integer
|
2664
2535
|
# @param Remark: 备注
|
2665
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2666
2536
|
# @type Remark: String
|
2667
2537
|
# @param SpecName: 集群规格
|
2668
2538
|
# @type SpecName: String
|
2669
2539
|
# @param ExceptionInformation: 异常信息
|
2670
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2671
2540
|
# @type ExceptionInformation: String
|
2672
2541
|
# @param PublicAccessEndpoint: 公网接入点
|
2673
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2674
2542
|
# @type PublicAccessEndpoint: String
|
2675
2543
|
# @param Vpcs: 私有网络接入点
|
2676
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2677
2544
|
# @type Vpcs: Array
|
2678
2545
|
# @param ClusterStatus: 实例状态,0表示创建中,1表示正常,2表示隔离中,3表示已销毁,4 - 异常, 5 - 发货失败
|
2679
2546
|
# @type ClusterStatus: Integer
|
@@ -2685,10 +2552,12 @@ module TencentCloud
|
|
2685
2552
|
# @type NodeCount: Integer
|
2686
2553
|
# @param MaxStorage: 为了兼容托管版,固定值 0
|
2687
2554
|
# @type MaxStorage: Integer
|
2555
|
+
# @param IsolatedTime: 隔离时间
|
2556
|
+
# @type IsolatedTime: Integer
|
2688
2557
|
|
2689
|
-
attr_accessor :InstanceId, :InstanceName, :InstanceVersion, :Status, :MaxTps, :MaxBandWidth, :ExpireTime, :AutoRenewFlag, :PayMode, :Remark, :SpecName, :ExceptionInformation, :PublicAccessEndpoint, :Vpcs, :ClusterStatus, :InstanceType, :CreateTime, :NodeCount, :MaxStorage
|
2558
|
+
attr_accessor :InstanceId, :InstanceName, :InstanceVersion, :Status, :MaxTps, :MaxBandWidth, :ExpireTime, :AutoRenewFlag, :PayMode, :Remark, :SpecName, :ExceptionInformation, :PublicAccessEndpoint, :Vpcs, :ClusterStatus, :InstanceType, :CreateTime, :NodeCount, :MaxStorage, :IsolatedTime
|
2690
2559
|
|
2691
|
-
def initialize(instanceid=nil, instancename=nil, instanceversion=nil, status=nil, maxtps=nil, maxbandwidth=nil, expiretime=nil, autorenewflag=nil, paymode=nil, remark=nil, specname=nil, exceptioninformation=nil, publicaccessendpoint=nil, vpcs=nil, clusterstatus=nil, instancetype=nil, createtime=nil, nodecount=nil, maxstorage=nil)
|
2560
|
+
def initialize(instanceid=nil, instancename=nil, instanceversion=nil, status=nil, maxtps=nil, maxbandwidth=nil, expiretime=nil, autorenewflag=nil, paymode=nil, remark=nil, specname=nil, exceptioninformation=nil, publicaccessendpoint=nil, vpcs=nil, clusterstatus=nil, instancetype=nil, createtime=nil, nodecount=nil, maxstorage=nil, isolatedtime=nil)
|
2692
2561
|
@InstanceId = instanceid
|
2693
2562
|
@InstanceName = instancename
|
2694
2563
|
@InstanceVersion = instanceversion
|
@@ -2708,6 +2577,7 @@ module TencentCloud
|
|
2708
2577
|
@CreateTime = createtime
|
2709
2578
|
@NodeCount = nodecount
|
2710
2579
|
@MaxStorage = maxstorage
|
2580
|
+
@IsolatedTime = isolatedtime
|
2711
2581
|
end
|
2712
2582
|
|
2713
2583
|
def deserialize(params)
|
@@ -2737,16 +2607,15 @@ module TencentCloud
|
|
2737
2607
|
@CreateTime = params['CreateTime']
|
2738
2608
|
@NodeCount = params['NodeCount']
|
2739
2609
|
@MaxStorage = params['MaxStorage']
|
2610
|
+
@IsolatedTime = params['IsolatedTime']
|
2740
2611
|
end
|
2741
2612
|
end
|
2742
2613
|
|
2743
2614
|
# 公网白名单信息
|
2744
2615
|
class RabbitMQServerlessWhiteListInfo < TencentCloud::Common::AbstractModel
|
2745
2616
|
# @param PublicDataStreamWhiteList: 公网数据流白名单
|
2746
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2747
2617
|
# @type PublicDataStreamWhiteList: String
|
2748
2618
|
# @param PublicDataStreamWhiteListStatus: 公网数据流白名单状态
|
2749
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2750
2619
|
# @type PublicDataStreamWhiteListStatus: String
|
2751
2620
|
|
2752
2621
|
attr_accessor :PublicDataStreamWhiteList, :PublicDataStreamWhiteListStatus
|
@@ -2771,10 +2640,8 @@ module TencentCloud
|
|
2771
2640
|
# @param Password: 密码,登录时使用
|
2772
2641
|
# @type Password: String
|
2773
2642
|
# @param Description: 用户描述
|
2774
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2775
2643
|
# @type Description: String
|
2776
2644
|
# @param Tags: 用户标签,用于决定改用户访问RabbitMQ Management的权限范围
|
2777
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2778
2645
|
# @type Tags: Array
|
2779
2646
|
# @param CreateTime: 用户创建时间
|
2780
2647
|
# @type CreateTime: String
|
@@ -2783,10 +2650,8 @@ module TencentCloud
|
|
2783
2650
|
# @param Type: 用户类型,System:系统创建,User:用户创建
|
2784
2651
|
# @type Type: String
|
2785
2652
|
# @param MaxConnections: 该用户所能允许的最大连接数
|
2786
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2787
2653
|
# @type MaxConnections: Integer
|
2788
2654
|
# @param MaxChannels: 该用户所能允许的最大通道数
|
2789
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2790
2655
|
# @type MaxChannels: Integer
|
2791
2656
|
|
2792
2657
|
attr_accessor :InstanceId, :User, :Password, :Description, :Tags, :CreateTime, :ModifyTime, :Type, :MaxConnections, :MaxChannels
|
@@ -2825,34 +2690,24 @@ module TencentCloud
|
|
2825
2690
|
# @param VirtualHost: vhost名
|
2826
2691
|
# @type VirtualHost: String
|
2827
2692
|
# @param Description: vhost描述信息
|
2828
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2829
2693
|
# @type Description: String
|
2830
2694
|
# @param Tags: vhost标签
|
2831
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2832
2695
|
# @type Tags: Array
|
2833
2696
|
# @param CreateTime: 创建时间
|
2834
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2835
2697
|
# @type CreateTime: String
|
2836
2698
|
# @param ModifyTime: 修改时间
|
2837
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2838
2699
|
# @type ModifyTime: String
|
2839
2700
|
# @param VirtualHostStatistics: vhost概览统计信息
|
2840
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2841
2701
|
# @type VirtualHostStatistics: :class:`Tencentcloud::Trabbit.v20230418.models.RabbitMQVirtualHostStatistics`
|
2842
2702
|
# @param Status: vhost状态,与原生控制台对应,有running、partial、stopped、unknown
|
2843
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2844
2703
|
# @type Status: String
|
2845
2704
|
# @param MessageHeapCount: 消息堆积数
|
2846
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2847
2705
|
# @type MessageHeapCount: Integer
|
2848
2706
|
# @param MessageRateIn: 输入消息速率
|
2849
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2850
2707
|
# @type MessageRateIn: Float
|
2851
2708
|
# @param MessageRateOut: 输出消息速率
|
2852
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2853
2709
|
# @type MessageRateOut: Float
|
2854
2710
|
# @param MirrorQueuePolicyFlag: 是否存在镜像队列策略,true 为存在,false 为不存
|
2855
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2856
2711
|
# @type MirrorQueuePolicyFlag: Boolean
|
2857
2712
|
|
2858
2713
|
attr_accessor :InstanceId, :VirtualHost, :Description, :Tags, :CreateTime, :ModifyTime, :VirtualHostStatistics, :Status, :MessageHeapCount, :MessageRateIn, :MessageRateOut, :MirrorQueuePolicyFlag
|
@@ -2946,10 +2801,8 @@ module TencentCloud
|
|
2946
2801
|
# 虚拟主机配额
|
2947
2802
|
class VirtualHostQuota < TencentCloud::Common::AbstractModel
|
2948
2803
|
# @param MaxVirtualHost: 最大虚拟主机数
|
2949
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2950
2804
|
# @type MaxVirtualHost: Integer
|
2951
2805
|
# @param UsedVirtualHost: 已经使用的虚拟主机数
|
2952
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2953
2806
|
# @type UsedVirtualHost: Integer
|
2954
2807
|
|
2955
2808
|
attr_accessor :MaxVirtualHost, :UsedVirtualHost
|
@@ -2975,7 +2828,6 @@ module TencentCloud
|
|
2975
2828
|
# @type VpcEndpoint: String
|
2976
2829
|
# @param VpcDataStreamEndpointStatus: vpc接入点状态
|
2977
2830
|
# OFF/ON/CREATING/DELETING
|
2978
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2979
2831
|
# @type VpcDataStreamEndpointStatus: String
|
2980
2832
|
|
2981
2833
|
attr_accessor :VpcId, :SubnetId, :VpcEndpoint, :VpcDataStreamEndpointStatus
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-trabbit
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.1002
|
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-02-
|
11
|
+
date: 2025-02-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|