tencentcloud-sdk-tsf 1.0.234 → 1.0.235

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20180326/models.rb +26 -4
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 58f0ac0591591cdcc0676f13c905b9c09e898a12
4
- data.tar.gz: 9d39846823049c1faf5c47e836b84c8845d1e9d6
3
+ metadata.gz: 1af294af01a66b125696ff1efd3ae250cd904b9f
4
+ data.tar.gz: a2f948573d6ddcda42ee067680f799af642c8b7c
5
5
  SHA512:
6
- metadata.gz: 8839e8fbdecfd00575b16eba011d1649fcd5eb9e7030115f588e9231eea50fd210986438c16455743a89e987931890f3802c8c66dba4dc5b1921adfc9aef85a3
7
- data.tar.gz: 939da1deeef0ed2558eb3522dc480d6707c5a61179a330a45bc89ff8dbc3444debd94cc2044a7cea23657204050cbd06b7a0a379b4fa1dd0ae8fa17cb7c486f0
6
+ metadata.gz: c76022f130dba6a151ec9cbacddd9018a120c64bc892a8db61bdf9739251905c75baa5e8791e1098126b2613c2ca8d449fb3c7309ab7e8fc065cbd70d8a88b06
7
+ data.tar.gz: 2d3d8b5806a6fd9f91451366db0c8a937faab8839aca7b42de86c831809c55bb053936c8596bc30494f62c282d13b965d4aa8bfbc089505417c98ba0d1d8b16d
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.234
1
+ 1.0.235
@@ -4286,14 +4286,18 @@ module TencentCloud
4286
4286
  # @type IncrementalDeployment: Boolean
4287
4287
  # @param RepoType: tcr或者不填
4288
4288
  # @type RepoType: String
4289
- # @param VolumeInfos: 数据卷信息
4289
+ # @param VolumeInfos: 数据卷信息-废弃,请用VolumeInfoList参数
4290
4290
  # @type VolumeInfos: :class:`Tencentcloud::Tsf.v20180326.models.VolumeInfo`
4291
- # @param VolumeMountInfos: 数据卷挂载点信息
4291
+ # @param VolumeMountInfos: 数据卷挂载点信息-废弃,请用VolumeMountInfoList参数
4292
4292
  # @type VolumeMountInfos: :class:`Tencentcloud::Tsf.v20180326.models.VolumeMountInfo`
4293
+ # @param VolumeInfoList: 数据卷信息,list
4294
+ # @type VolumeInfoList: Array
4295
+ # @param VolumeMountInfoList: 数据卷挂载点信息,list
4296
+ # @type VolumeMountInfoList: Array
4293
4297
 
4294
- 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
4298
+ 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
4295
4299
 
4296
- def initialize(groupid=nil, tagname=nil, instancenum=nil, server=nil, reponame=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)
4300
+ def initialize(groupid=nil, tagname=nil, instancenum=nil, server=nil, reponame=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)
4297
4301
  @GroupId = groupid
4298
4302
  @TagName = tagname
4299
4303
  @InstanceNum = instancenum
@@ -4327,6 +4331,8 @@ module TencentCloud
4327
4331
  @RepoType = repotype
4328
4332
  @VolumeInfos = volumeinfos
4329
4333
  @VolumeMountInfos = volumemountinfos
4334
+ @VolumeInfoList = volumeinfolist
4335
+ @VolumeMountInfoList = volumemountinfolist
4330
4336
  end
4331
4337
 
4332
4338
  def deserialize(params)
@@ -4385,6 +4391,22 @@ module TencentCloud
4385
4391
  @VolumeMountInfos = VolumeMountInfo.new
4386
4392
  @VolumeMountInfos.deserialize(params['VolumeMountInfos'])
4387
4393
  end
4394
+ unless params['VolumeInfoList'].nil?
4395
+ @VolumeInfoList = []
4396
+ params['VolumeInfoList'].each do |i|
4397
+ volumeinfo_tmp = VolumeInfo.new
4398
+ volumeinfo_tmp.deserialize(i)
4399
+ @VolumeInfoList << volumeinfo_tmp
4400
+ end
4401
+ end
4402
+ unless params['VolumeMountInfoList'].nil?
4403
+ @VolumeMountInfoList = []
4404
+ params['VolumeMountInfoList'].each do |i|
4405
+ volumemountinfo_tmp = VolumeMountInfo.new
4406
+ volumemountinfo_tmp.deserialize(i)
4407
+ @VolumeMountInfoList << volumemountinfo_tmp
4408
+ end
4409
+ end
4388
4410
  end
4389
4411
  end
4390
4412
 
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: 1.0.234
4
+ version: 1.0.235
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-12-30 00:00:00.000000000 Z
11
+ date: 2022-01-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common