tencentcloud-sdk-tsf 1.0.234 → 1.0.238
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 +52 -6
- 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: bb43b5ff57348a2f2a7bf5eb4f36ed656ce0c703
|
4
|
+
data.tar.gz: f1fdaf3613b1b1f4eddcf91b648d2f897ba48301
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 768aa592fd8adb0335bf33f1fd3144577c8a2cc47884598797fb0d7f9750b55144730b8505de323c4078da6e8101fd97fdda557178ad767733040d1919b386b3
|
7
|
+
data.tar.gz: fc2f43523d5a8afca9c708e98cf59a7286e117e5c89da91af3c4574a5ff25b344feec3dba9b0309bdb56f8d3bc9e50820cdedd5a68ae895da4f9b8200c6209c3
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.238
|
data/lib/v20180326/models.rb
CHANGED
@@ -1678,10 +1678,16 @@ module TencentCloud
|
|
1678
1678
|
# @param TcrRepoInfo: TcrRepoInfo值
|
1679
1679
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
1680
1680
|
# @type TcrRepoInfo: :class:`Tencentcloud::Tsf.v20180326.models.TcrRepoInfo`
|
1681
|
+
# @param VolumeInfos: 数据卷信息,list
|
1682
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
1683
|
+
# @type VolumeInfos: Array
|
1684
|
+
# @param VolumeMountInfos: 数据卷挂载信息,list
|
1685
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
1686
|
+
# @type VolumeMountInfos: Array
|
1681
1687
|
|
1682
|
-
attr_accessor :GroupId, :GroupName, :InstanceNum, :CurrentNum, :Server, :Reponame, :TagName, :CpuRequest, :CpuLimit, :MemRequest, :MemLimit, :AccessType, :ProtocolPorts, :UpdateType, :UpdateIvl, :JvmOpts, :SubnetId, :AgentCpuRequest, :AgentCpuLimit, :AgentMemRequest, :AgentMemLimit, :IstioCpuRequest, :IstioCpuLimit, :IstioMemRequest, :IstioMemLimit, :Envs, :HealthCheckSettings, :DeployAgent, :Alias, :DisableService, :HeadlessService, :TcrRepoInfo
|
1688
|
+
attr_accessor :GroupId, :GroupName, :InstanceNum, :CurrentNum, :Server, :Reponame, :TagName, :CpuRequest, :CpuLimit, :MemRequest, :MemLimit, :AccessType, :ProtocolPorts, :UpdateType, :UpdateIvl, :JvmOpts, :SubnetId, :AgentCpuRequest, :AgentCpuLimit, :AgentMemRequest, :AgentMemLimit, :IstioCpuRequest, :IstioCpuLimit, :IstioMemRequest, :IstioMemLimit, :Envs, :HealthCheckSettings, :DeployAgent, :Alias, :DisableService, :HeadlessService, :TcrRepoInfo, :VolumeInfos, :VolumeMountInfos
|
1683
1689
|
|
1684
|
-
def initialize(groupid=nil, groupname=nil, instancenum=nil, currentnum=nil, server=nil, reponame=nil, tagname=nil, cpurequest=nil, cpulimit=nil, memrequest=nil, memlimit=nil, accesstype=nil, protocolports=nil, updatetype=nil, updateivl=nil, jvmopts=nil, subnetid=nil, agentcpurequest=nil, agentcpulimit=nil, agentmemrequest=nil, agentmemlimit=nil, istiocpurequest=nil, istiocpulimit=nil, istiomemrequest=nil, istiomemlimit=nil, envs=nil, healthchecksettings=nil, deployagent=nil, _alias=nil, disableservice=nil, headlessservice=nil, tcrrepoinfo=nil)
|
1690
|
+
def initialize(groupid=nil, groupname=nil, instancenum=nil, currentnum=nil, server=nil, reponame=nil, tagname=nil, cpurequest=nil, cpulimit=nil, memrequest=nil, memlimit=nil, accesstype=nil, protocolports=nil, updatetype=nil, updateivl=nil, jvmopts=nil, subnetid=nil, agentcpurequest=nil, agentcpulimit=nil, agentmemrequest=nil, agentmemlimit=nil, istiocpurequest=nil, istiocpulimit=nil, istiomemrequest=nil, istiomemlimit=nil, envs=nil, healthchecksettings=nil, deployagent=nil, _alias=nil, disableservice=nil, headlessservice=nil, tcrrepoinfo=nil, volumeinfos=nil, volumemountinfos=nil)
|
1685
1691
|
@GroupId = groupid
|
1686
1692
|
@GroupName = groupname
|
1687
1693
|
@InstanceNum = instancenum
|
@@ -1714,6 +1720,8 @@ module TencentCloud
|
|
1714
1720
|
@DisableService = disableservice
|
1715
1721
|
@HeadlessService = headlessservice
|
1716
1722
|
@TcrRepoInfo = tcrrepoinfo
|
1723
|
+
@VolumeInfos = volumeinfos
|
1724
|
+
@VolumeMountInfos = volumemountinfos
|
1717
1725
|
end
|
1718
1726
|
|
1719
1727
|
def deserialize(params)
|
@@ -1769,6 +1777,22 @@ module TencentCloud
|
|
1769
1777
|
@TcrRepoInfo = TcrRepoInfo.new
|
1770
1778
|
@TcrRepoInfo.deserialize(params['TcrRepoInfo'])
|
1771
1779
|
end
|
1780
|
+
unless params['VolumeInfos'].nil?
|
1781
|
+
@VolumeInfos = []
|
1782
|
+
params['VolumeInfos'].each do |i|
|
1783
|
+
volumeinfo_tmp = VolumeInfo.new
|
1784
|
+
volumeinfo_tmp.deserialize(i)
|
1785
|
+
@VolumeInfos << volumeinfo_tmp
|
1786
|
+
end
|
1787
|
+
end
|
1788
|
+
unless params['VolumeMountInfos'].nil?
|
1789
|
+
@VolumeMountInfos = []
|
1790
|
+
params['VolumeMountInfos'].each do |i|
|
1791
|
+
volumemountinfo_tmp = VolumeMountInfo.new
|
1792
|
+
volumemountinfo_tmp.deserialize(i)
|
1793
|
+
@VolumeMountInfos << volumemountinfo_tmp
|
1794
|
+
end
|
1795
|
+
end
|
1772
1796
|
end
|
1773
1797
|
end
|
1774
1798
|
|
@@ -4286,14 +4310,18 @@ module TencentCloud
|
|
4286
4310
|
# @type IncrementalDeployment: Boolean
|
4287
4311
|
# @param RepoType: tcr或者不填
|
4288
4312
|
# @type RepoType: String
|
4289
|
-
# @param VolumeInfos:
|
4313
|
+
# @param VolumeInfos: 数据卷信息-废弃,请用VolumeInfoList参数
|
4290
4314
|
# @type VolumeInfos: :class:`Tencentcloud::Tsf.v20180326.models.VolumeInfo`
|
4291
|
-
# @param VolumeMountInfos:
|
4315
|
+
# @param VolumeMountInfos: 数据卷挂载点信息-废弃,请用VolumeMountInfoList参数
|
4292
4316
|
# @type VolumeMountInfos: :class:`Tencentcloud::Tsf.v20180326.models.VolumeMountInfo`
|
4317
|
+
# @param VolumeInfoList: 数据卷信息,list
|
4318
|
+
# @type VolumeInfoList: Array
|
4319
|
+
# @param VolumeMountInfoList: 数据卷挂载点信息,list
|
4320
|
+
# @type VolumeMountInfoList: Array
|
4293
4321
|
|
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
|
4322
|
+
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
4323
|
|
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)
|
4324
|
+
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
4325
|
@GroupId = groupid
|
4298
4326
|
@TagName = tagname
|
4299
4327
|
@InstanceNum = instancenum
|
@@ -4327,6 +4355,8 @@ module TencentCloud
|
|
4327
4355
|
@RepoType = repotype
|
4328
4356
|
@VolumeInfos = volumeinfos
|
4329
4357
|
@VolumeMountInfos = volumemountinfos
|
4358
|
+
@VolumeInfoList = volumeinfolist
|
4359
|
+
@VolumeMountInfoList = volumemountinfolist
|
4330
4360
|
end
|
4331
4361
|
|
4332
4362
|
def deserialize(params)
|
@@ -4385,6 +4415,22 @@ module TencentCloud
|
|
4385
4415
|
@VolumeMountInfos = VolumeMountInfo.new
|
4386
4416
|
@VolumeMountInfos.deserialize(params['VolumeMountInfos'])
|
4387
4417
|
end
|
4418
|
+
unless params['VolumeInfoList'].nil?
|
4419
|
+
@VolumeInfoList = []
|
4420
|
+
params['VolumeInfoList'].each do |i|
|
4421
|
+
volumeinfo_tmp = VolumeInfo.new
|
4422
|
+
volumeinfo_tmp.deserialize(i)
|
4423
|
+
@VolumeInfoList << volumeinfo_tmp
|
4424
|
+
end
|
4425
|
+
end
|
4426
|
+
unless params['VolumeMountInfoList'].nil?
|
4427
|
+
@VolumeMountInfoList = []
|
4428
|
+
params['VolumeMountInfoList'].each do |i|
|
4429
|
+
volumemountinfo_tmp = VolumeMountInfo.new
|
4430
|
+
volumemountinfo_tmp.deserialize(i)
|
4431
|
+
@VolumeMountInfoList << volumemountinfo_tmp
|
4432
|
+
end
|
4433
|
+
end
|
4388
4434
|
end
|
4389
4435
|
end
|
4390
4436
|
|
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.238
|
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-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|