tencentcloud-sdk-tsf 3.0.1053 → 3.0.1054

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: a9b1271ebef6f6162755f66bde6f26a93a029398
4
- data.tar.gz: 2ee0b2580e76992e88f40eabc4d073078b75a313
3
+ metadata.gz: 8183c44ce22742073f6c44d1fe3e0cb4fa7c0342
4
+ data.tar.gz: 85799a421e8373bdcdc3e49fa14e4f97d574e390
5
5
  SHA512:
6
- metadata.gz: c1fc7420a7574918243745069dd10f68c36b34516f3d6aca4631744afabd1490b82eb0a8695a785372f40a445766f3308e1c9a830ca16e1f07ac13635daf4781
7
- data.tar.gz: 23ccb11d69af00722d246132194bb069ba6bf0e309918d95d4e5c9471cd9ba688a6aa293769bf4c3f4c33f7ce69c2e5ee920635ca64143669975e1fa8a8ba58b
6
+ metadata.gz: 3695251ad151f96bf08f66aab20ccba5a18ad94f188f2c1a446d984ca67d3a2b9ef45c9b00ec1c1cec30c26fcff07e8e8b963782ed80c680824b80f5154f8295
7
+ data.tar.gz: dbbc5e8af7d75f8124b299e147be23b655e66ef8d8cbcd19ce8a7dee8ca74e454814072826329c7e223ca1f6260f1923a30136aeadb6b1ef56cc83f39e9fed7b
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1053
1
+ 3.0.1054
@@ -1192,7 +1192,7 @@ module TencentCloud
1192
1192
 
1193
1193
  # BindPlugin返回参数结构体
1194
1194
  class BindPluginResponse < TencentCloud::Common::AbstractModel
1195
- # @param Result: 返回结果,成功失败
1195
+ # @param Result: 返回结果,成功:true,失败:false。
1196
1196
  # @type Result: Boolean
1197
1197
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1198
1198
  # @type RequestId: String
@@ -1313,8 +1313,8 @@ module TencentCloud
1313
1313
 
1314
1314
  attr_accessor :ConfigId, :ConfigName, :ConfigPath, :ConfigDesc, :ConfigTags, :ConfigPipeline, :ConfigCreateTime, :ConfigUpdateTime, :ConfigSchema, :ConfigAssociatedGroups, :ConfigAssociatedGroupList, :FilebeatConfigEnable, :FilebeatCloseTimeout
1315
1315
  extend Gem::Deprecate
1316
- deprecate :ConfigAssociatedGroups, :none, 2025, 4
1317
- deprecate :ConfigAssociatedGroups=, :none, 2025, 4
1316
+ deprecate :ConfigAssociatedGroups, :none, 2025, 5
1317
+ deprecate :ConfigAssociatedGroups=, :none, 2025, 5
1318
1318
 
1319
1319
  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)
1320
1320
  @ConfigId = configid
@@ -6305,8 +6305,8 @@ module TencentCloud
6305
6305
 
6306
6306
  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
6307
6307
  extend Gem::Deprecate
6308
- deprecate :Reponame, :none, 2025, 4
6309
- deprecate :Reponame=, :none, 2025, 4
6308
+ deprecate :Reponame, :none, 2025, 5
6309
+ deprecate :Reponame=, :none, 2025, 5
6310
6310
 
6311
6311
  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)
6312
6312
  @GroupId = groupid
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-tsf
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1053
4
+ version: 3.0.1054
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud