tencentcloud-sdk-tdmq 1.0.238 → 1.0.242
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 +2 -2
- 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: a60ed9f45ad85dcebb5ba2537f2955107d127aab
|
4
|
+
data.tar.gz: d8047f05e56265d5f60bb534303f93bb5c2dc898
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a31449456d14096212f608efc4e8e11662499c639275556c357b691853fb284859bedd212a21bb7eb30772df0c5650d78621163fd4fda35ac7030f59d43d835e
|
7
|
+
data.tar.gz: c10580b6e1bed2965700fdad1ab13d2b96f530dfecf86c531454e637172f3f7a60ada67db31444312f061132290699d9afeb05ca1d2c0a33a7ed73d47fa9364b
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.242
|
data/lib/v20200217/models.rb
CHANGED
@@ -532,7 +532,7 @@ module TencentCloud
|
|
532
532
|
# @param HealthyInfo: 集群健康信息
|
533
533
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
534
534
|
# @type HealthyInfo: String
|
535
|
-
# @param Status: 集群状态,0:创建中,1:正常,2
|
535
|
+
# @param Status: 集群状态,0:创建中,1:正常,2:销毁中,3:已删除,4: 隔离中,5:创建失败,6: 删除失败
|
536
536
|
# @type Status: Integer
|
537
537
|
# @param MaxNamespaceNum: 最大命名空间数量
|
538
538
|
# @type MaxNamespaceNum: Integer
|
@@ -1387,7 +1387,7 @@ module TencentCloud
|
|
1387
1387
|
# @type BindClusterId: Integer
|
1388
1388
|
# @param Remark: 说明,128个字符以内。
|
1389
1389
|
# @type Remark: String
|
1390
|
-
# @param Tags: 集群的标签列表
|
1390
|
+
# @param Tags: 集群的标签列表(已废弃)
|
1391
1391
|
# @type Tags: Array
|
1392
1392
|
# @param PublicAccessEnabled: 是否开启公网访问,不填时默认开启
|
1393
1393
|
# @type PublicAccessEnabled: Boolean
|
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: 1.0.
|
4
|
+
version: 1.0.242
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-01-
|
11
|
+
date: 2022-01-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|