tencentcloud-sdk-tdmq 3.0.579 → 3.0.581
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 +7 -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: 3766ebe08f817b12cf79c2437811887e65c03f1b
|
4
|
+
data.tar.gz: f033073d6554317559d0ace9520de27965c8b262
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d495bc3d33d791b931e5e154ac53a9ebb769aeec3c4de8b728316eaf0e3c0ac171545a609725643e151b97ee8d05ec9dffdc7173bef877c02bdf9073dc3ebc78
|
7
|
+
data.tar.gz: cd6819799cbd0c0f172d4c665be140b8d161ecd3c9fdaacf81b0ace0773650ae8d1f7c28992b4e7f5af296d2d3187bdf1a6b0e2ac5fc2ae0d3c9c036dc806e45
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.581
|
data/lib/v20200217/models.rb
CHANGED
@@ -7347,10 +7347,13 @@ module TencentCloud
|
|
7347
7347
|
# @type NodeDistribution: Array
|
7348
7348
|
# @param MaxStorage: 最大储存容量,单位:MB
|
7349
7349
|
# @type MaxStorage: Integer
|
7350
|
+
# @param CanEditRoute: 是否可以修改路由
|
7351
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
7352
|
+
# @type CanEditRoute: Boolean
|
7350
7353
|
|
7351
|
-
attr_accessor :ClusterId, :ClusterName, :Remark, :CreateTime, :Status, :Version, :NodeDistribution, :MaxStorage
|
7354
|
+
attr_accessor :ClusterId, :ClusterName, :Remark, :CreateTime, :Status, :Version, :NodeDistribution, :MaxStorage, :CanEditRoute
|
7352
7355
|
|
7353
|
-
def initialize(clusterid=nil, clustername=nil, remark=nil, createtime=nil, status=nil, version=nil, nodedistribution=nil, maxstorage=nil)
|
7356
|
+
def initialize(clusterid=nil, clustername=nil, remark=nil, createtime=nil, status=nil, version=nil, nodedistribution=nil, maxstorage=nil, caneditroute=nil)
|
7354
7357
|
@ClusterId = clusterid
|
7355
7358
|
@ClusterName = clustername
|
7356
7359
|
@Remark = remark
|
@@ -7359,6 +7362,7 @@ module TencentCloud
|
|
7359
7362
|
@Version = version
|
7360
7363
|
@NodeDistribution = nodedistribution
|
7361
7364
|
@MaxStorage = maxstorage
|
7365
|
+
@CanEditRoute = caneditroute
|
7362
7366
|
end
|
7363
7367
|
|
7364
7368
|
def deserialize(params)
|
@@ -7377,6 +7381,7 @@ module TencentCloud
|
|
7377
7381
|
end
|
7378
7382
|
end
|
7379
7383
|
@MaxStorage = params['MaxStorage']
|
7384
|
+
@CanEditRoute = params['CanEditRoute']
|
7380
7385
|
end
|
7381
7386
|
end
|
7382
7387
|
|
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.
|
4
|
+
version: 3.0.581
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-05-
|
11
|
+
date: 2023-05-31 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|