tencentcloud-sdk-tsf 3.0.835 → 3.0.836
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 +44 -15
- 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: 337fe9b7c230dfc8062a10f8bdac28ff99b9038e
|
4
|
+
data.tar.gz: c1d81058ce6ef0e476f5882367a3c27f64c4e651
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 75c52c1c6cbc3c7b40a2dce1a778190a7517384a7e5e88ddbd6bfa37c27adabd834ac3056ace69e5b414cb91960c964edc2ae648ca97c0847b289deaf23e3d87
|
7
|
+
data.tar.gz: 5509e2d2d7513bebf50b56eccfc7da1c9f1d76a1673a7d30b3806b7c982713988313fea0064dc1313961f7347824e08b42763be2c752b6ed12ab5d77af3b9486
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.836
|
data/lib/v20180326/models.rb
CHANGED
@@ -1209,8 +1209,8 @@ module TencentCloud
|
|
1209
1209
|
|
1210
1210
|
attr_accessor :ConfigId, :ConfigName, :ConfigPath, :ConfigDesc, :ConfigTags, :ConfigPipeline, :ConfigCreateTime, :ConfigUpdateTime, :ConfigSchema, :ConfigAssociatedGroups, :ConfigAssociatedGroupList
|
1211
1211
|
extend Gem::Deprecate
|
1212
|
-
deprecate :ConfigAssociatedGroups, :none, 2024,
|
1213
|
-
deprecate :ConfigAssociatedGroups=, :none, 2024,
|
1212
|
+
deprecate :ConfigAssociatedGroups, :none, 2024, 6
|
1213
|
+
deprecate :ConfigAssociatedGroups=, :none, 2024, 6
|
1214
1214
|
|
1215
1215
|
def initialize(configid=nil, configname=nil, configpath=nil, configdesc=nil, configtags=nil, configpipeline=nil, configcreatetime=nil, configupdatetime=nil, configschema=nil, configassociatedgroups=nil, configassociatedgrouplist=nil)
|
1216
1216
|
@ConfigId = configid
|
@@ -1922,10 +1922,15 @@ module TencentCloud
|
|
1922
1922
|
# @param ConfigCenters: 配置中心发布情况
|
1923
1923
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
1924
1924
|
# @type ConfigCenters: Array
|
1925
|
+
# @param DaulStatus: DUAL_STATUS_WRITE_REGISTRATION_ON 双写&&双注册开启
|
1925
1926
|
|
1926
|
-
|
1927
|
+
# DUAL_STATUS_WRITE_REGISTRATION_OFF 双写&&双注册关闭
|
1928
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
1929
|
+
# @type DaulStatus: String
|
1930
|
+
|
1931
|
+
attr_accessor :ConfigReleaseId, :ConfigId, :ConfigName, :ConfigVersion, :ReleaseTime, :GroupId, :GroupName, :NamespaceId, :NamespaceName, :ClusterId, :ClusterName, :ReleaseDesc, :ApplicationId, :ConfigCenters, :DaulStatus
|
1927
1932
|
|
1928
|
-
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)
|
1933
|
+
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, daulstatus=nil)
|
1929
1934
|
@ConfigReleaseId = configreleaseid
|
1930
1935
|
@ConfigId = configid
|
1931
1936
|
@ConfigName = configname
|
@@ -1940,6 +1945,7 @@ module TencentCloud
|
|
1940
1945
|
@ReleaseDesc = releasedesc
|
1941
1946
|
@ApplicationId = applicationid
|
1942
1947
|
@ConfigCenters = configcenters
|
1948
|
+
@DaulStatus = daulstatus
|
1943
1949
|
end
|
1944
1950
|
|
1945
1951
|
def deserialize(params)
|
@@ -1964,6 +1970,7 @@ module TencentCloud
|
|
1964
1970
|
@ConfigCenters << tsfconfigcenter_tmp
|
1965
1971
|
end
|
1966
1972
|
end
|
1973
|
+
@DaulStatus = params['DaulStatus']
|
1967
1974
|
end
|
1968
1975
|
end
|
1969
1976
|
|
@@ -5042,15 +5049,19 @@ module TencentCloud
|
|
5042
5049
|
class DeleteApplicationRequest < TencentCloud::Common::AbstractModel
|
5043
5050
|
# @param ApplicationId: 应用ID
|
5044
5051
|
# @type ApplicationId: String
|
5052
|
+
# @param SyncDeleteImageRepository: 是否删除镜像仓库
|
5053
|
+
# @type SyncDeleteImageRepository: Boolean
|
5045
5054
|
|
5046
|
-
attr_accessor :ApplicationId
|
5055
|
+
attr_accessor :ApplicationId, :SyncDeleteImageRepository
|
5047
5056
|
|
5048
|
-
def initialize(applicationid=nil)
|
5057
|
+
def initialize(applicationid=nil, syncdeleteimagerepository=nil)
|
5049
5058
|
@ApplicationId = applicationid
|
5059
|
+
@SyncDeleteImageRepository = syncdeleteimagerepository
|
5050
5060
|
end
|
5051
5061
|
|
5052
5062
|
def deserialize(params)
|
5053
5063
|
@ApplicationId = params['ApplicationId']
|
5064
|
+
@SyncDeleteImageRepository = params['SyncDeleteImageRepository']
|
5054
5065
|
end
|
5055
5066
|
end
|
5056
5067
|
|
@@ -9667,10 +9678,12 @@ module TencentCloud
|
|
9667
9678
|
# @type MicroserviceIdList: Array
|
9668
9679
|
# @param MicroserviceNameList: 搜索的服务名列表
|
9669
9680
|
# @type MicroserviceNameList: Array
|
9681
|
+
# @param ConfigCenterInstanceId: 注册中心实例id
|
9682
|
+
# @type ConfigCenterInstanceId: String
|
9670
9683
|
|
9671
|
-
attr_accessor :NamespaceId, :SearchWord, :OrderBy, :OrderType, :Offset, :Limit, :Status, :MicroserviceIdList, :MicroserviceNameList
|
9684
|
+
attr_accessor :NamespaceId, :SearchWord, :OrderBy, :OrderType, :Offset, :Limit, :Status, :MicroserviceIdList, :MicroserviceNameList, :ConfigCenterInstanceId
|
9672
9685
|
|
9673
|
-
def initialize(namespaceid=nil, searchword=nil, orderby=nil, ordertype=nil, offset=nil, limit=nil, status=nil, microserviceidlist=nil, microservicenamelist=nil)
|
9686
|
+
def initialize(namespaceid=nil, searchword=nil, orderby=nil, ordertype=nil, offset=nil, limit=nil, status=nil, microserviceidlist=nil, microservicenamelist=nil, configcenterinstanceid=nil)
|
9674
9687
|
@NamespaceId = namespaceid
|
9675
9688
|
@SearchWord = searchword
|
9676
9689
|
@OrderBy = orderby
|
@@ -9680,6 +9693,7 @@ module TencentCloud
|
|
9680
9693
|
@Status = status
|
9681
9694
|
@MicroserviceIdList = microserviceidlist
|
9682
9695
|
@MicroserviceNameList = microservicenamelist
|
9696
|
+
@ConfigCenterInstanceId = configcenterinstanceid
|
9683
9697
|
end
|
9684
9698
|
|
9685
9699
|
def deserialize(params)
|
@@ -9692,6 +9706,7 @@ module TencentCloud
|
|
9692
9706
|
@Status = params['Status']
|
9693
9707
|
@MicroserviceIdList = params['MicroserviceIdList']
|
9694
9708
|
@MicroserviceNameList = params['MicroserviceNameList']
|
9709
|
+
@ConfigCenterInstanceId = params['ConfigCenterInstanceId']
|
9695
9710
|
end
|
9696
9711
|
end
|
9697
9712
|
|
@@ -10877,15 +10892,15 @@ module TencentCloud
|
|
10877
10892
|
# @type Offset: Integer
|
10878
10893
|
# @param Limit: 单页请求配置数量,取值范围[1, 50],默认值为10
|
10879
10894
|
# @type Limit: Integer
|
10880
|
-
# @param NamespaceId: 命名空间Id
|
10895
|
+
# @param NamespaceId: 命名空间Id,此字段,和 NamespaceIdList 或者 MetricDimensionValues 字段包含 namespaceId 维度信息。三者选其一。
|
10881
10896
|
# @type NamespaceId: String
|
10882
10897
|
# @param OrderBy: 排序字段:AvgTimeConsuming[默认]、RequestCount、ErrorRate。实例监控还支持 CpuPercent
|
10883
10898
|
# @type OrderBy: String
|
10884
10899
|
# @param OrderType: 排序方式:ASC:0、DESC:1
|
10885
10900
|
# @type OrderType: Integer
|
10886
|
-
# @param EndTime: 开始时间:年月日 时分秒2020-05-12 14:43:12
|
10901
|
+
# @param EndTime: 开始时间:年月日 时分秒2020-05-12 14:43:12, 不能为空
|
10887
10902
|
# @type EndTime: String
|
10888
|
-
# @param StartTime: 开始时间:年月日 时分秒2020-05-12 14:43:12
|
10903
|
+
# @param StartTime: 开始时间:年月日 时分秒2020-05-12 14:43:12, 不能为空
|
10889
10904
|
# @type StartTime: String
|
10890
10905
|
# @param ServiceName: 服务名称
|
10891
10906
|
# @type ServiceName: String
|
@@ -10899,10 +10914,12 @@ module TencentCloud
|
|
10899
10914
|
# @type DbName: String
|
10900
10915
|
# @param NamespaceIdList: 命名空间id数组
|
10901
10916
|
# @type NamespaceIdList: Array
|
10917
|
+
# @param ConfigCenterInstanceId: 独占配置中心的ID
|
10918
|
+
# @type ConfigCenterInstanceId: String
|
10902
10919
|
|
10903
|
-
attr_accessor :Type, :TimeStep, :Offset, :Limit, :NamespaceId, :OrderBy, :OrderType, :EndTime, :StartTime, :ServiceName, :SearchWord, :MetricDimensionValues, :BucketKey, :DbName, :NamespaceIdList
|
10920
|
+
attr_accessor :Type, :TimeStep, :Offset, :Limit, :NamespaceId, :OrderBy, :OrderType, :EndTime, :StartTime, :ServiceName, :SearchWord, :MetricDimensionValues, :BucketKey, :DbName, :NamespaceIdList, :ConfigCenterInstanceId
|
10904
10921
|
|
10905
|
-
def initialize(type=nil, timestep=nil, offset=nil, limit=nil, namespaceid=nil, orderby=nil, ordertype=nil, endtime=nil, starttime=nil, servicename=nil, searchword=nil, metricdimensionvalues=nil, bucketkey=nil, dbname=nil, namespaceidlist=nil)
|
10922
|
+
def initialize(type=nil, timestep=nil, offset=nil, limit=nil, namespaceid=nil, orderby=nil, ordertype=nil, endtime=nil, starttime=nil, servicename=nil, searchword=nil, metricdimensionvalues=nil, bucketkey=nil, dbname=nil, namespaceidlist=nil, configcenterinstanceid=nil)
|
10906
10923
|
@Type = type
|
10907
10924
|
@TimeStep = timestep
|
10908
10925
|
@Offset = offset
|
@@ -10918,6 +10935,7 @@ module TencentCloud
|
|
10918
10935
|
@BucketKey = bucketkey
|
10919
10936
|
@DbName = dbname
|
10920
10937
|
@NamespaceIdList = namespaceidlist
|
10938
|
+
@ConfigCenterInstanceId = configcenterinstanceid
|
10921
10939
|
end
|
10922
10940
|
|
10923
10941
|
def deserialize(params)
|
@@ -10943,6 +10961,7 @@ module TencentCloud
|
|
10943
10961
|
@BucketKey = params['BucketKey']
|
10944
10962
|
@DbName = params['DbName']
|
10945
10963
|
@NamespaceIdList = params['NamespaceIdList']
|
10964
|
+
@ConfigCenterInstanceId = params['ConfigCenterInstanceId']
|
10946
10965
|
end
|
10947
10966
|
end
|
10948
10967
|
|
@@ -18890,15 +18909,23 @@ module TencentCloud
|
|
18890
18909
|
# @param NamespaceId: 命名空间id
|
18891
18910
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
18892
18911
|
# @type NamespaceId: String
|
18912
|
+
# @param CurrentVersion: 当前版本
|
18913
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
18914
|
+
# @type CurrentVersion: String
|
18915
|
+
# @param TargetVersion: 需要升级的版本
|
18916
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
18917
|
+
# @type TargetVersion: String
|
18893
18918
|
|
18894
|
-
attr_accessor :ConfigType, :ConfigCenterInstanceId, :ConfigCenterInstanceName, :RegionId, :NamespaceId
|
18919
|
+
attr_accessor :ConfigType, :ConfigCenterInstanceId, :ConfigCenterInstanceName, :RegionId, :NamespaceId, :CurrentVersion, :TargetVersion
|
18895
18920
|
|
18896
|
-
def initialize(configtype=nil, configcenterinstanceid=nil, configcenterinstancename=nil, regionid=nil, namespaceid=nil)
|
18921
|
+
def initialize(configtype=nil, configcenterinstanceid=nil, configcenterinstancename=nil, regionid=nil, namespaceid=nil, currentversion=nil, targetversion=nil)
|
18897
18922
|
@ConfigType = configtype
|
18898
18923
|
@ConfigCenterInstanceId = configcenterinstanceid
|
18899
18924
|
@ConfigCenterInstanceName = configcenterinstancename
|
18900
18925
|
@RegionId = regionid
|
18901
18926
|
@NamespaceId = namespaceid
|
18927
|
+
@CurrentVersion = currentversion
|
18928
|
+
@TargetVersion = targetversion
|
18902
18929
|
end
|
18903
18930
|
|
18904
18931
|
def deserialize(params)
|
@@ -18907,6 +18934,8 @@ module TencentCloud
|
|
18907
18934
|
@ConfigCenterInstanceName = params['ConfigCenterInstanceName']
|
18908
18935
|
@RegionId = params['RegionId']
|
18909
18936
|
@NamespaceId = params['NamespaceId']
|
18937
|
+
@CurrentVersion = params['CurrentVersion']
|
18938
|
+
@TargetVersion = params['TargetVersion']
|
18910
18939
|
end
|
18911
18940
|
end
|
18912
18941
|
|
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.836
|
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-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|