tencentcloud-sdk-tsf 1.0.234 → 1.0.235
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 +26 -4
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1af294af01a66b125696ff1efd3ae250cd904b9f
|
4
|
+
data.tar.gz: a2f948573d6ddcda42ee067680f799af642c8b7c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c76022f130dba6a151ec9cbacddd9018a120c64bc892a8db61bdf9739251905c75baa5e8791e1098126b2613c2ca8d449fb3c7309ab7e8fc065cbd70d8a88b06
|
7
|
+
data.tar.gz: 2d3d8b5806a6fd9f91451366db0c8a937faab8839aca7b42de86c831809c55bb053936c8596bc30494f62c282d13b965d4aa8bfbc089505417c98ba0d1d8b16d
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.235
|
data/lib/v20180326/models.rb
CHANGED
@@ -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.
|
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:
|
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
|