tencentcloud-sdk-tsf 3.0.1074 → 3.0.1085

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 037210a5d553a0a52a74ecdb475cf7a7dfcad066
4
- data.tar.gz: eef6cc9616a2f353cfe575451c646cc1b03a529a
3
+ metadata.gz: 957a7585204f1489ff06978d90e89e7c2efd4eba
4
+ data.tar.gz: efdb5e9fc8913746aa9bb30fc36153139db71149
5
5
  SHA512:
6
- metadata.gz: f8b5c789c6e01747cccc8162b1ed87c22479b5bfef45547b458785af289bc914c1a42429034a87e95b16f571d914037556921e87480028646bec77bf1f0fa700
7
- data.tar.gz: e39dba31e249ba907756d353b881589e74eb12d19f3425456c7b0e13d69894d035a54589ab3f972da79681b0bda480e7a8bbe4af3e15ec931fb372342267653d
6
+ metadata.gz: eed2dab1567cd7d03cb831bf7c66de5be8aec96f3837cad5d16f02bab69e09a5272b3a052cc0f40a0c235c20364c7bd084fad963e5d6517a13fa0aecbb164bb5
7
+ data.tar.gz: 6e8dde21b7b60872bd6f6e47c0d9c5481f8b3d59b9b881bf1345dc650e98e2be32d8fb13946824b3807e46f6884bbb34ae0dce2dea7aa93cf55996865512e200
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1074
1
+ 3.0.1085
@@ -1324,8 +1324,8 @@ module TencentCloud
1324
1324
 
1325
1325
  attr_accessor :ConfigId, :ConfigName, :ConfigPath, :ConfigDesc, :ConfigTags, :ConfigPipeline, :ConfigCreateTime, :ConfigUpdateTime, :ConfigSchema, :ConfigAssociatedGroups, :ConfigAssociatedGroupList, :FilebeatConfigEnable, :FilebeatCloseTimeout
1326
1326
  extend Gem::Deprecate
1327
- deprecate :ConfigAssociatedGroups, :none, 2025, 5
1328
- deprecate :ConfigAssociatedGroups=, :none, 2025, 5
1327
+ deprecate :ConfigAssociatedGroups, :none, 2025, 6
1328
+ deprecate :ConfigAssociatedGroups=, :none, 2025, 6
1329
1329
 
1330
1330
  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)
1331
1331
  @ConfigId = configid
@@ -3355,6 +3355,11 @@ module TencentCloud
3355
3355
  # @type CreateSameNameImageRepository: Boolean
3356
3356
 
3357
3357
  attr_accessor :ApplicationName, :ApplicationType, :MicroserviceType, :ApplicationDesc, :ApplicationLogConfig, :ApplicationResourceType, :ApplicationRuntimeType, :ProgramId, :ServiceConfigList, :IgnoreCreateImageRepository, :ProgramIdList, :ApmInstanceId, :ProgramLanguage, :FrameworkType, :ServiceGovernanceConfig, :CreateSameNameImageRepository
3358
+ extend Gem::Deprecate
3359
+ deprecate :ApplicationLogConfig, :none, 2025, 6
3360
+ deprecate :ApplicationLogConfig=, :none, 2025, 6
3361
+ deprecate :ApplicationResourceType, :none, 2025, 6
3362
+ deprecate :ApplicationResourceType=, :none, 2025, 6
3358
3363
 
3359
3364
  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)
3360
3365
  @ApplicationName = applicationname
@@ -6316,8 +6321,8 @@ module TencentCloud
6316
6321
 
6317
6322
  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
6318
6323
  extend Gem::Deprecate
6319
- deprecate :Reponame, :none, 2025, 5
6320
- deprecate :Reponame=, :none, 2025, 5
6324
+ deprecate :Reponame, :none, 2025, 6
6325
+ deprecate :Reponame=, :none, 2025, 6
6321
6326
 
6322
6327
  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)
6323
6328
  @GroupId = groupid
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.1074
4
+ version: 3.0.1085
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-06-04 00:00:00.000000000 Z
11
+ date: 2025-06-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common