tencentcloud-sdk-tsf 3.0.1162 → 3.0.1175
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/client.rb +24 -0
- data/lib/v20180326/models.rb +65 -18
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5de354613198cf15ecddab4dec5c5cce8eef4a53
|
|
4
|
+
data.tar.gz: 8a3e5e996936ab6e1af44b3f800141e510de594d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3e0def74a13319d10d2885686ec1b0f418ceed7778c07f5629dbc6dbc86eb137a4ea3acc4a81388b5abdab5708dab29e10d65c1fd7570d24067248f90f4bfba7
|
|
7
|
+
data.tar.gz: cfe4e8a5c72dbde73b80dcd200b9dac7712a9f73c304d596e41441cabbee60b7b0cffb80703c501ee4efb118d179702b332585e70d075c248a83a9c21126f7e0
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.1175
|
data/lib/v20180326/client.rb
CHANGED
|
@@ -4407,6 +4407,30 @@ module TencentCloud
|
|
|
4407
4407
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
|
4408
4408
|
end
|
|
4409
4409
|
|
|
4410
|
+
# 更新部署组泳道信息
|
|
4411
|
+
|
|
4412
|
+
# @param request: Request instance for ModifyGroupLane.
|
|
4413
|
+
# @type request: :class:`Tencentcloud::tsf::V20180326::ModifyGroupLaneRequest`
|
|
4414
|
+
# @rtype: :class:`Tencentcloud::tsf::V20180326::ModifyGroupLaneResponse`
|
|
4415
|
+
def ModifyGroupLane(request)
|
|
4416
|
+
body = send_request('ModifyGroupLane', request.serialize)
|
|
4417
|
+
response = JSON.parse(body)
|
|
4418
|
+
if response['Response'].key?('Error') == false
|
|
4419
|
+
model = ModifyGroupLaneResponse.new
|
|
4420
|
+
model.deserialize(response['Response'])
|
|
4421
|
+
model
|
|
4422
|
+
else
|
|
4423
|
+
code = response['Response']['Error']['Code']
|
|
4424
|
+
message = response['Response']['Error']['Message']
|
|
4425
|
+
reqid = response['Response']['RequestId']
|
|
4426
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
|
|
4427
|
+
end
|
|
4428
|
+
rescue TencentCloud::Common::TencentCloudSDKException => e
|
|
4429
|
+
raise e
|
|
4430
|
+
rescue StandardError => e
|
|
4431
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
|
4432
|
+
end
|
|
4433
|
+
|
|
4410
4434
|
# 更新泳道配置信息
|
|
4411
4435
|
|
|
4412
4436
|
# @param request: Request instance for ModifyLane.
|
data/lib/v20180326/models.rb
CHANGED
|
@@ -1337,8 +1337,8 @@ module TencentCloud
|
|
|
1337
1337
|
|
|
1338
1338
|
attr_accessor :ConfigId, :ConfigName, :ConfigPath, :ConfigDesc, :ConfigTags, :ConfigPipeline, :ConfigCreateTime, :ConfigUpdateTime, :ConfigSchema, :ConfigAssociatedGroups, :ConfigAssociatedGroupList, :FilebeatConfigEnable, :FilebeatCloseTimeout, :FilebeatIgnoreOlder, :FilebeatHarvesterLimit, :FilebeatCloseInactive, :FilebeatCleanInactive
|
|
1339
1339
|
extend Gem::Deprecate
|
|
1340
|
-
deprecate :ConfigAssociatedGroups, :none, 2025,
|
|
1341
|
-
deprecate :ConfigAssociatedGroups=, :none, 2025,
|
|
1340
|
+
deprecate :ConfigAssociatedGroups, :none, 2025, 12
|
|
1341
|
+
deprecate :ConfigAssociatedGroups=, :none, 2025, 12
|
|
1342
1342
|
|
|
1343
1343
|
def initialize(configid=nil, configname=nil, configpath=nil, configdesc=nil, configtags=nil, configpipeline=nil, configcreatetime=nil, configupdatetime=nil, configschema=nil, configassociatedgroups=nil, configassociatedgrouplist=nil, filebeatconfigenable=nil, filebeatclosetimeout=nil, filebeatignoreolder=nil, filebeatharvesterlimit=nil, filebeatcloseinactive=nil, filebeatcleaninactive=nil)
|
|
1344
1344
|
@ConfigId = configid
|
|
@@ -3723,10 +3723,10 @@ module TencentCloud
|
|
|
3723
3723
|
|
|
3724
3724
|
attr_accessor :ApplicationName, :ApplicationType, :MicroserviceType, :ApplicationDesc, :ApplicationLogConfig, :ApplicationResourceType, :ApplicationRuntimeType, :ProgramId, :ServiceConfigList, :IgnoreCreateImageRepository, :ProgramIdList, :ApmInstanceId, :ProgramLanguage, :FrameworkType, :ServiceGovernanceConfig, :CreateSameNameImageRepository
|
|
3725
3725
|
extend Gem::Deprecate
|
|
3726
|
-
deprecate :ApplicationLogConfig, :none, 2025,
|
|
3727
|
-
deprecate :ApplicationLogConfig=, :none, 2025,
|
|
3728
|
-
deprecate :ApplicationResourceType, :none, 2025,
|
|
3729
|
-
deprecate :ApplicationResourceType=, :none, 2025,
|
|
3726
|
+
deprecate :ApplicationLogConfig, :none, 2025, 12
|
|
3727
|
+
deprecate :ApplicationLogConfig=, :none, 2025, 12
|
|
3728
|
+
deprecate :ApplicationResourceType, :none, 2025, 12
|
|
3729
|
+
deprecate :ApplicationResourceType=, :none, 2025, 12
|
|
3730
3730
|
|
|
3731
3731
|
def initialize(applicationname=nil, applicationtype=nil, microservicetype=nil, applicationdesc=nil, applicationlogconfig=nil, applicationresourcetype=nil, applicationruntimetype=nil, programid=nil, serviceconfiglist=nil, ignorecreateimagerepository=nil, programidlist=nil, apminstanceid=nil, programlanguage=nil, frameworktype=nil, servicegovernanceconfig=nil, createsamenameimagerepository=nil)
|
|
3732
3732
|
@ApplicationName = applicationname
|
|
@@ -5178,9 +5178,9 @@ module TencentCloud
|
|
|
5178
5178
|
# @type TriggerRule: :class:`Tencentcloud::Tsf.v20180326.models.TaskRule`
|
|
5179
5179
|
# @param FlowEdges: 工作流任务节点列表
|
|
5180
5180
|
# @type FlowEdges: Array
|
|
5181
|
-
# @param TimeOut:
|
|
5181
|
+
# @param TimeOut: 工作流执行超时时间,单位:毫秒
|
|
5182
5182
|
# @type TimeOut: Integer
|
|
5183
|
-
# @param ProgramIdList:
|
|
5183
|
+
# @param ProgramIdList: 数据集列表
|
|
5184
5184
|
# @type ProgramIdList: Array
|
|
5185
5185
|
|
|
5186
5186
|
attr_accessor :FlowName, :TriggerRule, :FlowEdges, :TimeOut, :ProgramIdList
|
|
@@ -7113,12 +7113,12 @@ module TencentCloud
|
|
|
7113
7113
|
|
|
7114
7114
|
attr_accessor :GroupId, :TagName, :InstanceNum, :Server, :Reponame, :CpuLimit, :MemLimit, :JvmOpts, :CpuRequest, :MemRequest, :DoNotStart, :RepoName, :UpdateType, :UpdateIvl, :AgentCpuRequest, :AgentCpuLimit, :AgentMemRequest, :AgentMemLimit, :IstioCpuRequest, :IstioCpuLimit, :IstioMemRequest, :IstioMemLimit, :MaxSurge, :MaxUnavailable, :HealthCheckSettings, :Envs, :ServiceSetting, :DeployAgent, :SchedulingStrategy, :IncrementalDeployment, :RepoType, :VolumeInfos, :VolumeMountInfos, :VolumeInfoList, :VolumeMountInfoList, :VolumeClean, :AgentProfileList, :WarmupSetting
|
|
7115
7115
|
extend Gem::Deprecate
|
|
7116
|
-
deprecate :Reponame, :none, 2025,
|
|
7117
|
-
deprecate :Reponame=, :none, 2025,
|
|
7118
|
-
deprecate :VolumeInfos, :none, 2025,
|
|
7119
|
-
deprecate :VolumeInfos=, :none, 2025,
|
|
7120
|
-
deprecate :VolumeMountInfos, :none, 2025,
|
|
7121
|
-
deprecate :VolumeMountInfos=, :none, 2025,
|
|
7116
|
+
deprecate :Reponame, :none, 2025, 12
|
|
7117
|
+
deprecate :Reponame=, :none, 2025, 12
|
|
7118
|
+
deprecate :VolumeInfos, :none, 2025, 12
|
|
7119
|
+
deprecate :VolumeInfos=, :none, 2025, 12
|
|
7120
|
+
deprecate :VolumeMountInfos, :none, 2025, 12
|
|
7121
|
+
deprecate :VolumeMountInfos=, :none, 2025, 12
|
|
7122
7122
|
|
|
7123
7123
|
def initialize(groupid=nil, tagname=nil, instancenum=nil, server=nil, cpulimit=nil, memlimit=nil, jvmopts=nil, cpurequest=nil, memrequest=nil, donotstart=nil, reponame=nil, updatetype=nil, updateivl=nil, agentcpurequest=nil, agentcpulimit=nil, agentmemrequest=nil, agentmemlimit=nil, istiocpurequest=nil, istiocpulimit=nil, istiomemrequest=nil, istiomemlimit=nil, maxsurge=nil, maxunavailable=nil, healthchecksettings=nil, envs=nil, servicesetting=nil, deployagent=nil, schedulingstrategy=nil, incrementaldeployment=nil, repotype=nil, volumeinfos=nil, volumemountinfos=nil, volumeinfolist=nil, volumemountinfolist=nil, volumeclean=nil, agentprofilelist=nil, warmupsetting=nil)
|
|
7124
7124
|
@GroupId = groupid
|
|
@@ -14879,8 +14879,8 @@ module TencentCloud
|
|
|
14879
14879
|
|
|
14880
14880
|
attr_accessor :Reponame, :Repotype, :TagCount, :IsPublic, :IsUserFavor, :IsQcloudOfficial, :FavorCount, :PullCount, :Description, :CreationTime, :UpdateTime, :TcrRepoInfo, :TcrBindingId, :ApplicationId, :ApplicationName, :ApplicationNameReal, :Public, :CreateMode, :RepoName, :RepoType
|
|
14881
14881
|
extend Gem::Deprecate
|
|
14882
|
-
deprecate :ApplicationName, :none, 2025,
|
|
14883
|
-
deprecate :ApplicationName=, :none, 2025,
|
|
14882
|
+
deprecate :ApplicationName, :none, 2025, 12
|
|
14883
|
+
deprecate :ApplicationName=, :none, 2025, 12
|
|
14884
14884
|
|
|
14885
14885
|
def initialize(reponame=nil, repotype=nil, tagcount=nil, ispublic=nil, isuserfavor=nil, isqcloudofficial=nil, favorcount=nil, pullcount=nil, description=nil, creationtime=nil, updatetime=nil, tcrrepoinfo=nil, tcrbindingid=nil, applicationid=nil, applicationname=nil, applicationnamereal=nil, public=nil, createmode=nil, reponame=nil, repotype=nil)
|
|
14886
14886
|
@Reponame = reponame
|
|
@@ -16689,6 +16689,53 @@ module TencentCloud
|
|
|
16689
16689
|
end
|
|
16690
16690
|
end
|
|
16691
16691
|
|
|
16692
|
+
# ModifyGroupLane请求参数结构体
|
|
16693
|
+
class ModifyGroupLaneRequest < TencentCloud::Common::AbstractModel
|
|
16694
|
+
# @param GroupId: 部署组ID。该参数可以通过调用 [DescribeSimpleGroups](https://cloud.tencent.com/document/product/649/36064) 的返回值中的 GroupId 字段来获取或通过登录[控制台](https://console.cloud.tencent.com/tsf/resource)-查看部署组页查看;也可以调用[CreateGroup](https://cloud.tencent.com/document/product/649/36074)创建新的部署组。
|
|
16695
|
+
# @type GroupId: String
|
|
16696
|
+
# @param LaneList: 泳道部署组列表。
|
|
16697
|
+
# @type LaneList: Array
|
|
16698
|
+
|
|
16699
|
+
attr_accessor :GroupId, :LaneList
|
|
16700
|
+
|
|
16701
|
+
def initialize(groupid=nil, lanelist=nil)
|
|
16702
|
+
@GroupId = groupid
|
|
16703
|
+
@LaneList = lanelist
|
|
16704
|
+
end
|
|
16705
|
+
|
|
16706
|
+
def deserialize(params)
|
|
16707
|
+
@GroupId = params['GroupId']
|
|
16708
|
+
unless params['LaneList'].nil?
|
|
16709
|
+
@LaneList = []
|
|
16710
|
+
params['LaneList'].each do |i|
|
|
16711
|
+
lanegroup_tmp = LaneGroup.new
|
|
16712
|
+
lanegroup_tmp.deserialize(i)
|
|
16713
|
+
@LaneList << lanegroup_tmp
|
|
16714
|
+
end
|
|
16715
|
+
end
|
|
16716
|
+
end
|
|
16717
|
+
end
|
|
16718
|
+
|
|
16719
|
+
# ModifyGroupLane返回参数结构体
|
|
16720
|
+
class ModifyGroupLaneResponse < TencentCloud::Common::AbstractModel
|
|
16721
|
+
# @param Result: 操作结果。- true:成功- false:失败
|
|
16722
|
+
# @type Result: Boolean
|
|
16723
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
16724
|
+
# @type RequestId: String
|
|
16725
|
+
|
|
16726
|
+
attr_accessor :Result, :RequestId
|
|
16727
|
+
|
|
16728
|
+
def initialize(result=nil, requestid=nil)
|
|
16729
|
+
@Result = result
|
|
16730
|
+
@RequestId = requestid
|
|
16731
|
+
end
|
|
16732
|
+
|
|
16733
|
+
def deserialize(params)
|
|
16734
|
+
@Result = params['Result']
|
|
16735
|
+
@RequestId = params['RequestId']
|
|
16736
|
+
end
|
|
16737
|
+
end
|
|
16738
|
+
|
|
16692
16739
|
# ModifyGroup请求参数结构体
|
|
16693
16740
|
class ModifyGroupRequest < TencentCloud::Common::AbstractModel
|
|
16694
16741
|
# @param GroupId: 部署组ID,可通过调用[DescribeContainerGroups](https://cloud.tencent.com/document/api/649/36068)查询已创建的部署组列表或登录控制台进行查看;也可以调用[CreateContainGroup](https://cloud.tencent.com/document/api/649/36075)创建新的部署组。
|
|
@@ -20532,8 +20579,8 @@ module TencentCloud
|
|
|
20532
20579
|
|
|
20533
20580
|
attr_accessor :ThreadCount, :ThreadActive, :DeamonThreadCount, :DaemonThreadCount
|
|
20534
20581
|
extend Gem::Deprecate
|
|
20535
|
-
deprecate :DeamonThreadCount, :none, 2025,
|
|
20536
|
-
deprecate :DeamonThreadCount=, :none, 2025,
|
|
20582
|
+
deprecate :DeamonThreadCount, :none, 2025, 12
|
|
20583
|
+
deprecate :DeamonThreadCount=, :none, 2025, 12
|
|
20537
20584
|
|
|
20538
20585
|
def initialize(threadcount=nil, threadactive=nil, deamonthreadcount=nil, daemonthreadcount=nil)
|
|
20539
20586
|
@ThreadCount = threadcount
|
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.1175
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2025-
|
|
11
|
+
date: 2025-12-01 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|
|
@@ -34,8 +34,8 @@ extensions: []
|
|
|
34
34
|
extra_rdoc_files: []
|
|
35
35
|
files:
|
|
36
36
|
- lib/tencentcloud-sdk-tsf.rb
|
|
37
|
-
- lib/v20180326/client.rb
|
|
38
37
|
- lib/v20180326/models.rb
|
|
38
|
+
- lib/v20180326/client.rb
|
|
39
39
|
- lib/VERSION
|
|
40
40
|
homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
|
|
41
41
|
licenses:
|