tencentcloud-sdk-tdmq 3.0.936 → 3.0.937
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20200217/models.rb +3 -4
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c572d8d922b8a7465ffbafa683e92b4f482f9bbd
|
|
4
|
+
data.tar.gz: d1e212ff2e7a010b49740633374c0131cbb22595
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 11b0ada49ec90bca8d596d6acfbe39dc45ebb07e351e7be90946058ec9dc695caa8ef4219e28d69d3eef2fa9370a108ab1ee149d96f77ddc0e494f74cebd20a4
|
|
7
|
+
data.tar.gz: 3da244b13bc148e2c137e8f52662b9a5e56609f4719adacf54341d66651409d8d7fc187c2f19deb786b6e7c9cd1ef90ae9a14aff05931a436687b5272921f43b
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.937
|
data/lib/v20200217/models.rb
CHANGED
|
@@ -1658,7 +1658,7 @@ module TencentCloud
|
|
|
1658
1658
|
|
|
1659
1659
|
# CreateRabbitMQBinding返回参数结构体
|
|
1660
1660
|
class CreateRabbitMQBindingResponse < TencentCloud::Common::AbstractModel
|
|
1661
|
-
# @param InstanceId:
|
|
1661
|
+
# @param InstanceId: 实例名称
|
|
1662
1662
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
1663
1663
|
# @type InstanceId: String
|
|
1664
1664
|
# @param VirtualHost: vhost参数
|
|
@@ -5216,7 +5216,7 @@ module TencentCloud
|
|
|
5216
5216
|
|
|
5217
5217
|
# DescribeRabbitMQQueueDetail返回参数结构体
|
|
5218
5218
|
class DescribeRabbitMQQueueDetailResponse < TencentCloud::Common::AbstractModel
|
|
5219
|
-
# @param InstanceId:
|
|
5219
|
+
# @param InstanceId: 实例名称
|
|
5220
5220
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
5221
5221
|
# @type InstanceId: String
|
|
5222
5222
|
# @param VirtualHost: Vhost参数
|
|
@@ -10303,8 +10303,7 @@ module TencentCloud
|
|
|
10303
10303
|
# @param PrometheusEndpointInfo: Prometheus信息
|
|
10304
10304
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
10305
10305
|
# @type PrometheusEndpointInfo: :class:`Tencentcloud::Tdmq.v20200217.models.PrometheusEndpointInfo`
|
|
10306
|
-
# @param WebConsoleDomainEndpoint:
|
|
10307
|
-
# 公网域名接入点
|
|
10306
|
+
# @param WebConsoleDomainEndpoint: 公网域名接入点
|
|
10308
10307
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
10309
10308
|
# @type WebConsoleDomainEndpoint: String
|
|
10310
10309
|
|