tencentcloud-sdk-tsf 1.0.244 → 1.0.245
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20180326/client.rb +1 -1
- data/lib/v20180326/models.rb +6 -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: db1dcdf657fa33d825bc0ded18d72498304f2519
|
4
|
+
data.tar.gz: a644e0f6c6380c09aa7e9ad432504a216981b666
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9881e35f558b6c340b3bec5ce7bf207f78b7f0330de7f4cff336547de3457ced5f2651c8b559dddfa30968f62d6973a7ce2a63151e5714142869ae5cbadde177
|
7
|
+
data.tar.gz: 76bf9181d0aa851222123dfbdae92949d4400e2271db5e73b89a94900e180e72e7095597ad7f4ae654a09c912e64f924dcb2809952fee65d72e329562296a643
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.245
|
data/lib/v20180326/client.rb
CHANGED
@@ -1110,7 +1110,7 @@ module TencentCloud
|
|
1110
1110
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
1111
1111
|
end
|
1112
1112
|
|
1113
|
-
#
|
1113
|
+
# 部署容器应用-更新
|
1114
1114
|
|
1115
1115
|
# @param request: Request instance for DeployContainerGroup.
|
1116
1116
|
# @type request: :class:`Tencentcloud::tsf::V20180326::DeployContainerGroupRequest`
|
data/lib/v20180326/models.rb
CHANGED
@@ -4318,10 +4318,12 @@ module TencentCloud
|
|
4318
4318
|
# @type VolumeInfoList: Array
|
4319
4319
|
# @param VolumeMountInfoList: 数据卷挂载点信息,list
|
4320
4320
|
# @type VolumeMountInfoList: Array
|
4321
|
+
# @param VolumeClean: 是否清除数据卷信息,默认false
|
4322
|
+
# @type VolumeClean: Boolean
|
4321
4323
|
|
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
|
4324
|
+
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
|
4323
4325
|
|
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)
|
4326
|
+
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, volumeclean=nil)
|
4325
4327
|
@GroupId = groupid
|
4326
4328
|
@TagName = tagname
|
4327
4329
|
@InstanceNum = instancenum
|
@@ -4357,6 +4359,7 @@ module TencentCloud
|
|
4357
4359
|
@VolumeMountInfos = volumemountinfos
|
4358
4360
|
@VolumeInfoList = volumeinfolist
|
4359
4361
|
@VolumeMountInfoList = volumemountinfolist
|
4362
|
+
@VolumeClean = volumeclean
|
4360
4363
|
end
|
4361
4364
|
|
4362
4365
|
def deserialize(params)
|
@@ -4431,6 +4434,7 @@ module TencentCloud
|
|
4431
4434
|
@VolumeMountInfoList << volumemountinfo_tmp
|
4432
4435
|
end
|
4433
4436
|
end
|
4437
|
+
@VolumeClean = params['VolumeClean']
|
4434
4438
|
end
|
4435
4439
|
end
|
4436
4440
|
|
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.245
|
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-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|