tencentcloud-sdk-tsf 3.0.1159 → 3.0.1162
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 +19 -19
- 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: db0edaf26a8cb13279acb4b1d45da9e975c0b0ea
|
|
4
|
+
data.tar.gz: 5a9314aea219fac0a6ff9e24de3e669dd3bed738
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fb855b1f4cf561519913796e73a9791e9460d0e755402ccf0d3e9186aa9e94d4a8bbb7417f66c80a649a8ddd272c1ddabeda39683bf2800aa517b0b7a184f47e
|
|
7
|
+
data.tar.gz: 2820692aa8d8ea563b191b83d243fa0c5f8e7c3fe01903e283ec22f2d1af6c2131127eacf18e9a23f90e9758cb2f2e70c2a3b49438ce678f58309a2a037870ab
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.1162
|
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, 11
|
|
1341
|
+
deprecate :ConfigAssociatedGroups=, :none, 2025, 11
|
|
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, 11
|
|
3727
|
+
deprecate :ApplicationLogConfig=, :none, 2025, 11
|
|
3728
|
+
deprecate :ApplicationResourceType, :none, 2025, 11
|
|
3729
|
+
deprecate :ApplicationResourceType=, :none, 2025, 11
|
|
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
|
|
@@ -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, 11
|
|
7117
|
+
deprecate :Reponame=, :none, 2025, 11
|
|
7118
|
+
deprecate :VolumeInfos, :none, 2025, 11
|
|
7119
|
+
deprecate :VolumeInfos=, :none, 2025, 11
|
|
7120
|
+
deprecate :VolumeMountInfos, :none, 2025, 11
|
|
7121
|
+
deprecate :VolumeMountInfos=, :none, 2025, 11
|
|
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
|
|
@@ -13564,7 +13564,7 @@ module TencentCloud
|
|
|
13564
13564
|
class ExpandGroupRequest < TencentCloud::Common::AbstractModel
|
|
13565
13565
|
# @param GroupId: 部署组ID,可通过调用[DescribeGroups](https://cloud.tencent.com/document/api/649/36065)查询已创建的部署组列表或登录控制台进行查看;也可以调用[CreateGroup](https://cloud.tencent.com/document/api/649/36074)创建新的部署组。
|
|
13566
13566
|
# @type GroupId: String
|
|
13567
|
-
# @param InstanceIdList: 扩容的机器实例ID列表,调用[
|
|
13567
|
+
# @param InstanceIdList: 扩容的机器实例ID列表,调用[DescribeGroupInstances](https://cloud.tencent.com/document/api/649/36066)查询虚拟机部署组云主机列表
|
|
13568
13568
|
# @type InstanceIdList: Array
|
|
13569
13569
|
|
|
13570
13570
|
attr_accessor :GroupId, :InstanceIdList
|
|
@@ -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, 11
|
|
14883
|
+
deprecate :ApplicationName=, :none, 2025, 11
|
|
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
|
|
@@ -16651,7 +16651,7 @@ module TencentCloud
|
|
|
16651
16651
|
|
|
16652
16652
|
# ModifyContainerReplicas请求参数结构体
|
|
16653
16653
|
class ModifyContainerReplicasRequest < TencentCloud::Common::AbstractModel
|
|
16654
|
-
# @param GroupId: 部署组ID
|
|
16654
|
+
# @param GroupId: 部署组ID,部署组唯一标识,可以通过[DescribeContainerGroups](https://cloud.tencent.com/document/api/649/36068)查询已创建的容器部署组列表;也可以调用[CreateContainGroup](https://cloud.tencent.com/document/api/649/36075)创建新的容器部署组
|
|
16655
16655
|
# @type GroupId: String
|
|
16656
16656
|
# @param InstanceNum: 实例数量
|
|
16657
16657
|
# @type InstanceNum: Integer
|
|
@@ -18587,7 +18587,7 @@ module TencentCloud
|
|
|
18587
18587
|
class RemoveInstancesRequest < TencentCloud::Common::AbstractModel
|
|
18588
18588
|
# @param ClusterId: 集群 ID。调用[DescribeSimpleClusters](https://cloud.tencent.com/document/api/649/36047)查询已创建的集群或通过[CreateCluster](https://cloud.tencent.com/document/api/649/36049)接口创建新的集群。
|
|
18589
18589
|
# @type ClusterId: String
|
|
18590
|
-
# @param InstanceIdList: 云主机 ID
|
|
18590
|
+
# @param InstanceIdList: 云主机 ID 列表,调用[DescribeInstances](https://cloud.tencent.com/document/api/649/72342)查询已有的云主机列表
|
|
18591
18591
|
# @type InstanceIdList: Array
|
|
18592
18592
|
|
|
18593
18593
|
attr_accessor :ClusterId, :InstanceIdList
|
|
@@ -20532,8 +20532,8 @@ module TencentCloud
|
|
|
20532
20532
|
|
|
20533
20533
|
attr_accessor :ThreadCount, :ThreadActive, :DeamonThreadCount, :DaemonThreadCount
|
|
20534
20534
|
extend Gem::Deprecate
|
|
20535
|
-
deprecate :DeamonThreadCount, :none, 2025,
|
|
20536
|
-
deprecate :DeamonThreadCount=, :none, 2025,
|
|
20535
|
+
deprecate :DeamonThreadCount, :none, 2025, 11
|
|
20536
|
+
deprecate :DeamonThreadCount=, :none, 2025, 11
|
|
20537
20537
|
|
|
20538
20538
|
def initialize(threadcount=nil, threadactive=nil, deamonthreadcount=nil, daemonthreadcount=nil)
|
|
20539
20539
|
@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.1162
|
|
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-11-05 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/v20180326/models.rb
|
|
37
|
-
- lib/v20180326/client.rb
|
|
38
36
|
- lib/tencentcloud-sdk-tsf.rb
|
|
37
|
+
- lib/v20180326/client.rb
|
|
38
|
+
- lib/v20180326/models.rb
|
|
39
39
|
- lib/VERSION
|
|
40
40
|
homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
|
|
41
41
|
licenses:
|