tencentcloud-sdk-tsf 3.0.640 → 3.0.642
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 +61 -4
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 66947569a686e064b73cf7fe2f4ae7fe47eb44c1
|
4
|
+
data.tar.gz: 2748fe16aa9c1d4e96f1413daeb7096235745c1c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0d4157f2a0caa440ee23f9231c45ee29072f7e9bbab14b3570950ee219d7b48e8677876a1509fc7aa98d2a2b7de9aba80ed09e1b210c440aa3bdc93cb24aede3
|
7
|
+
data.tar.gz: 54d599e0f25cd9a31e4c7b9935f5aa8821cf34dcd4cdad605e236e298c2d28b49c167707b7bab51ee956012b32a8740926728ddd014a7056aeb5d1977c81bded
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.642
|
data/lib/v20180326/models.rb
CHANGED
@@ -1832,10 +1832,13 @@ module TencentCloud
|
|
1832
1832
|
# @param ApplicationId: 应用ID
|
1833
1833
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
1834
1834
|
# @type ApplicationId: String
|
1835
|
+
# @param ConfigCenters: 配置中心发布情况
|
1836
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
1837
|
+
# @type ConfigCenters: Array
|
1835
1838
|
|
1836
|
-
attr_accessor :ConfigReleaseId, :ConfigId, :ConfigName, :ConfigVersion, :ReleaseTime, :GroupId, :GroupName, :NamespaceId, :NamespaceName, :ClusterId, :ClusterName, :ReleaseDesc, :ApplicationId
|
1839
|
+
attr_accessor :ConfigReleaseId, :ConfigId, :ConfigName, :ConfigVersion, :ReleaseTime, :GroupId, :GroupName, :NamespaceId, :NamespaceName, :ClusterId, :ClusterName, :ReleaseDesc, :ApplicationId, :ConfigCenters
|
1837
1840
|
|
1838
|
-
def initialize(configreleaseid=nil, configid=nil, configname=nil, configversion=nil, releasetime=nil, groupid=nil, groupname=nil, namespaceid=nil, namespacename=nil, clusterid=nil, clustername=nil, releasedesc=nil, applicationid=nil)
|
1841
|
+
def initialize(configreleaseid=nil, configid=nil, configname=nil, configversion=nil, releasetime=nil, groupid=nil, groupname=nil, namespaceid=nil, namespacename=nil, clusterid=nil, clustername=nil, releasedesc=nil, applicationid=nil, configcenters=nil)
|
1839
1842
|
@ConfigReleaseId = configreleaseid
|
1840
1843
|
@ConfigId = configid
|
1841
1844
|
@ConfigName = configname
|
@@ -1849,6 +1852,7 @@ module TencentCloud
|
|
1849
1852
|
@ClusterName = clustername
|
1850
1853
|
@ReleaseDesc = releasedesc
|
1851
1854
|
@ApplicationId = applicationid
|
1855
|
+
@ConfigCenters = configcenters
|
1852
1856
|
end
|
1853
1857
|
|
1854
1858
|
def deserialize(params)
|
@@ -1865,6 +1869,14 @@ module TencentCloud
|
|
1865
1869
|
@ClusterName = params['ClusterName']
|
1866
1870
|
@ReleaseDesc = params['ReleaseDesc']
|
1867
1871
|
@ApplicationId = params['ApplicationId']
|
1872
|
+
unless params['ConfigCenters'].nil?
|
1873
|
+
@ConfigCenters = []
|
1874
|
+
params['ConfigCenters'].each do |i|
|
1875
|
+
tsfconfigcenter_tmp = TsfConfigCenter.new
|
1876
|
+
tsfconfigcenter_tmp.deserialize(i)
|
1877
|
+
@ConfigCenters << tsfconfigcenter_tmp
|
1878
|
+
end
|
1879
|
+
end
|
1868
1880
|
end
|
1869
1881
|
end
|
1870
1882
|
|
@@ -1921,10 +1933,16 @@ module TencentCloud
|
|
1921
1933
|
# @param RollbackFlag: 回滚标识
|
1922
1934
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
1923
1935
|
# @type RollbackFlag: Boolean
|
1936
|
+
# @param ReleasedConfigCenter: 发布成功的配置中心
|
1937
|
+
# ALL/EXCLUSIVE/SHARE/NONE
|
1924
1938
|
|
1925
|
-
|
1939
|
+
# 全部发布成功,独占发布成功,共享发布成功,全部发布失败
|
1940
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
1941
|
+
# @type ReleasedConfigCenter: String
|
1926
1942
|
|
1927
|
-
|
1943
|
+
attr_accessor :ConfigReleaseLogId, :ConfigId, :ConfigName, :ConfigVersion, :GroupId, :GroupName, :NamespaceId, :NamespaceName, :ClusterId, :ClusterName, :ReleaseTime, :ReleaseDesc, :ReleaseStatus, :LastConfigId, :LastConfigName, :LastConfigVersion, :RollbackFlag, :ReleasedConfigCenter
|
1944
|
+
|
1945
|
+
def initialize(configreleaselogid=nil, configid=nil, configname=nil, configversion=nil, groupid=nil, groupname=nil, namespaceid=nil, namespacename=nil, clusterid=nil, clustername=nil, releasetime=nil, releasedesc=nil, releasestatus=nil, lastconfigid=nil, lastconfigname=nil, lastconfigversion=nil, rollbackflag=nil, releasedconfigcenter=nil)
|
1928
1946
|
@ConfigReleaseLogId = configreleaselogid
|
1929
1947
|
@ConfigId = configid
|
1930
1948
|
@ConfigName = configname
|
@@ -1942,6 +1960,7 @@ module TencentCloud
|
|
1942
1960
|
@LastConfigName = lastconfigname
|
1943
1961
|
@LastConfigVersion = lastconfigversion
|
1944
1962
|
@RollbackFlag = rollbackflag
|
1963
|
+
@ReleasedConfigCenter = releasedconfigcenter
|
1945
1964
|
end
|
1946
1965
|
|
1947
1966
|
def deserialize(params)
|
@@ -1962,6 +1981,7 @@ module TencentCloud
|
|
1962
1981
|
@LastConfigName = params['LastConfigName']
|
1963
1982
|
@LastConfigVersion = params['LastConfigVersion']
|
1964
1983
|
@RollbackFlag = params['RollbackFlag']
|
1984
|
+
@ReleasedConfigCenter = params['ReleasedConfigCenter']
|
1965
1985
|
end
|
1966
1986
|
end
|
1967
1987
|
|
@@ -18494,6 +18514,43 @@ module TencentCloud
|
|
18494
18514
|
end
|
18495
18515
|
end
|
18496
18516
|
|
18517
|
+
# 配置中心
|
18518
|
+
class TsfConfigCenter < TencentCloud::Common::AbstractModel
|
18519
|
+
# @param ConfigType: 配置中心类型
|
18520
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
18521
|
+
# @type ConfigType: String
|
18522
|
+
# @param ConfigCenterInstanceId: 配置中心实例id
|
18523
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
18524
|
+
# @type ConfigCenterInstanceId: String
|
18525
|
+
# @param ConfigCenterInstanceName: 配置中心实例名称
|
18526
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
18527
|
+
# @type ConfigCenterInstanceName: String
|
18528
|
+
# @param RegionId: 实例地域id
|
18529
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
18530
|
+
# @type RegionId: String
|
18531
|
+
# @param NamespaceId: 命名空间id
|
18532
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
18533
|
+
# @type NamespaceId: String
|
18534
|
+
|
18535
|
+
attr_accessor :ConfigType, :ConfigCenterInstanceId, :ConfigCenterInstanceName, :RegionId, :NamespaceId
|
18536
|
+
|
18537
|
+
def initialize(configtype=nil, configcenterinstanceid=nil, configcenterinstancename=nil, regionid=nil, namespaceid=nil)
|
18538
|
+
@ConfigType = configtype
|
18539
|
+
@ConfigCenterInstanceId = configcenterinstanceid
|
18540
|
+
@ConfigCenterInstanceName = configcenterinstancename
|
18541
|
+
@RegionId = regionid
|
18542
|
+
@NamespaceId = namespaceid
|
18543
|
+
end
|
18544
|
+
|
18545
|
+
def deserialize(params)
|
18546
|
+
@ConfigType = params['ConfigType']
|
18547
|
+
@ConfigCenterInstanceId = params['ConfigCenterInstanceId']
|
18548
|
+
@ConfigCenterInstanceName = params['ConfigCenterInstanceName']
|
18549
|
+
@RegionId = params['RegionId']
|
18550
|
+
@NamespaceId = params['NamespaceId']
|
18551
|
+
end
|
18552
|
+
end
|
18553
|
+
|
18497
18554
|
# ApiDetailInfo 翻页对象
|
18498
18555
|
class TsfPageApiDetailInfo < TencentCloud::Common::AbstractModel
|
18499
18556
|
# @param TotalCount: 总记录数
|
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.642
|
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-08-
|
11
|
+
date: 2023-08-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|
@@ -33,9 +33,9 @@ executables: []
|
|
33
33
|
extensions: []
|
34
34
|
extra_rdoc_files: []
|
35
35
|
files:
|
36
|
-
- lib/tencentcloud-sdk-tsf.rb
|
37
|
-
- lib/v20180326/models.rb
|
38
36
|
- lib/v20180326/client.rb
|
37
|
+
- lib/v20180326/models.rb
|
38
|
+
- lib/tencentcloud-sdk-tsf.rb
|
39
39
|
- lib/VERSION
|
40
40
|
homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
|
41
41
|
licenses:
|