tencentcloud-sdk-tsf 1.0.236 → 1.0.237
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 -2
- 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: 5a27f83af27fe5091195733e62160b2e0aff9f62
|
4
|
+
data.tar.gz: 6959b27dcf1b8e37c476b1082a2220218a789310
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f1be4a79eede0e9419179b40d40e8fe5d858450d03003be1a611470ba675abbfc09e3639d59458fb531222b5c7f9f13ad0c5011eaa5688acdfb2ee073eeee067
|
7
|
+
data.tar.gz: bb475e88a268e6c7403feef45ba23831feec0c81b3cc0cae9c9f0318d75eab0c64ed4cb8eb4d8b66bcb6e02ad2fb0009cbcd955d8fbd0e7992285762010ddb76
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.237
|
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
|
|
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.237
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-01-
|
11
|
+
date: 2022-01-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|