tencentcloud-sdk-tsf 3.0.844 → 3.0.845
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/v20180326/models.rb +14 -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: 8f3e17e4fe601259056fe8c07510e2672e2a8cd1
|
|
4
|
+
data.tar.gz: 95be9d3adad4f7f356d2423cd7d4578dc2106f30
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 87605d6ff7d8a8baa6f543f336826d3b14b11782eeb6e41f4598266fa9f08ee1359a0b6d10ab91ceb8da4777d7ddbf96b8af78d86a62cb9c854fec88bef40691
|
|
7
|
+
data.tar.gz: c6807ab66c05ee82bf2d12d65bfa25f86f02191e67a2662f3e2ff9d7081a20ca6cf1b4fc077eef0b56ca4610a9d656ba4ed944bb052b1b1e768b3dfbbae86d74
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.845
|
data/lib/v20180326/models.rb
CHANGED
|
@@ -12304,10 +12304,13 @@ module TencentCloud
|
|
|
12304
12304
|
# @param ClusterName: 集群名称
|
|
12305
12305
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
12306
12306
|
# @type ClusterName: String
|
|
12307
|
+
# @param ConfigCenters: 配置中心发布详情
|
|
12308
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
12309
|
+
# @type ConfigCenters: Array
|
|
12307
12310
|
|
|
12308
|
-
attr_accessor :ConfigReleaseId, :ConfigId, :ConfigName, :ConfigVersion, :ReleaseDesc, :ReleaseTime, :GroupId, :GroupName, :NamespaceId, :NamespaceName, :ClusterId, :ClusterName
|
|
12311
|
+
attr_accessor :ConfigReleaseId, :ConfigId, :ConfigName, :ConfigVersion, :ReleaseDesc, :ReleaseTime, :GroupId, :GroupName, :NamespaceId, :NamespaceName, :ClusterId, :ClusterName, :ConfigCenters
|
|
12309
12312
|
|
|
12310
|
-
def initialize(configreleaseid=nil, configid=nil, configname=nil, configversion=nil, releasedesc=nil, releasetime=nil, groupid=nil, groupname=nil, namespaceid=nil, namespacename=nil, clusterid=nil, clustername=nil)
|
|
12313
|
+
def initialize(configreleaseid=nil, configid=nil, configname=nil, configversion=nil, releasedesc=nil, releasetime=nil, groupid=nil, groupname=nil, namespaceid=nil, namespacename=nil, clusterid=nil, clustername=nil, configcenters=nil)
|
|
12311
12314
|
@ConfigReleaseId = configreleaseid
|
|
12312
12315
|
@ConfigId = configid
|
|
12313
12316
|
@ConfigName = configname
|
|
@@ -12320,6 +12323,7 @@ module TencentCloud
|
|
|
12320
12323
|
@NamespaceName = namespacename
|
|
12321
12324
|
@ClusterId = clusterid
|
|
12322
12325
|
@ClusterName = clustername
|
|
12326
|
+
@ConfigCenters = configcenters
|
|
12323
12327
|
end
|
|
12324
12328
|
|
|
12325
12329
|
def deserialize(params)
|
|
@@ -12335,6 +12339,14 @@ module TencentCloud
|
|
|
12335
12339
|
@NamespaceName = params['NamespaceName']
|
|
12336
12340
|
@ClusterId = params['ClusterId']
|
|
12337
12341
|
@ClusterName = params['ClusterName']
|
|
12342
|
+
unless params['ConfigCenters'].nil?
|
|
12343
|
+
@ConfigCenters = []
|
|
12344
|
+
params['ConfigCenters'].each do |i|
|
|
12345
|
+
tsfconfigcenter_tmp = TsfConfigCenter.new
|
|
12346
|
+
tsfconfigcenter_tmp.deserialize(i)
|
|
12347
|
+
@ConfigCenters << tsfconfigcenter_tmp
|
|
12348
|
+
end
|
|
12349
|
+
end
|
|
12338
12350
|
end
|
|
12339
12351
|
end
|
|
12340
12352
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-tsf
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.845
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-06-
|
|
11
|
+
date: 2024-06-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|