tencentcloud-sdk-tsf 1.0.229 → 1.0.230
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 +74 -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: 39819f2d7b5c980ba3d5dfa1e655512d92d6b040
|
4
|
+
data.tar.gz: e715ef4da5dcbd6c5e2438e70d57792a94dfff26
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 401e2bed87e8fcae79f61fc162fb928f1b748febea54d7c86865a23036cd24918f6fbfa0a5de58c355447a7aed999a328efb0769f0bc12cee70445e98d62a45d
|
7
|
+
data.tar.gz: 6f064ce39f13d51ab6a95a49ba19f87c5855350b40502c8e956a06ec47a6d5977367022e8340330995be546bfdc009fd841dd41cbdc374a7c07906b7acf56aee
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.230
|
data/lib/v20180326/models.rb
CHANGED
@@ -4094,10 +4094,14 @@ module TencentCloud
|
|
4094
4094
|
# @type IncrementalDeployment: Boolean
|
4095
4095
|
# @param RepoType: tcr或者不填
|
4096
4096
|
# @type RepoType: String
|
4097
|
+
# @param VolumeInfos: 数据卷信息
|
4098
|
+
# @type VolumeInfos: :class:`Tencentcloud::Tsf.v20180326.models.VolumeInfo`
|
4099
|
+
# @param VolumeMountInfos: 数据卷挂载点信息
|
4100
|
+
# @type VolumeMountInfos: :class:`Tencentcloud::Tsf.v20180326.models.VolumeMountInfo`
|
4097
4101
|
|
4098
|
-
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
|
4102
|
+
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
|
4099
4103
|
|
4100
|
-
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)
|
4104
|
+
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)
|
4101
4105
|
@GroupId = groupid
|
4102
4106
|
@TagName = tagname
|
4103
4107
|
@InstanceNum = instancenum
|
@@ -4129,6 +4133,8 @@ module TencentCloud
|
|
4129
4133
|
@SchedulingStrategy = schedulingstrategy
|
4130
4134
|
@IncrementalDeployment = incrementaldeployment
|
4131
4135
|
@RepoType = repotype
|
4136
|
+
@VolumeInfos = volumeinfos
|
4137
|
+
@VolumeMountInfos = volumemountinfos
|
4132
4138
|
end
|
4133
4139
|
|
4134
4140
|
def deserialize(params)
|
@@ -4179,6 +4185,14 @@ module TencentCloud
|
|
4179
4185
|
end
|
4180
4186
|
@IncrementalDeployment = params['IncrementalDeployment']
|
4181
4187
|
@RepoType = params['RepoType']
|
4188
|
+
unless params['VolumeInfos'].nil?
|
4189
|
+
@VolumeInfos = VolumeInfo.new
|
4190
|
+
@VolumeInfos.deserialize(params['VolumeInfos'])
|
4191
|
+
end
|
4192
|
+
unless params['VolumeMountInfos'].nil?
|
4193
|
+
@VolumeMountInfos = VolumeMountInfo.new
|
4194
|
+
@VolumeMountInfos.deserialize(params['VolumeMountInfos'])
|
4195
|
+
end
|
4182
4196
|
end
|
4183
4197
|
end
|
4184
4198
|
|
@@ -6541,10 +6555,12 @@ module TencentCloud
|
|
6541
6555
|
# @type Status: Array
|
6542
6556
|
# @param MicroserviceIdList: IdList
|
6543
6557
|
# @type MicroserviceIdList: Array
|
6558
|
+
# @param MicroserviceNameList: 搜索的服务名列表
|
6559
|
+
# @type MicroserviceNameList: Array
|
6544
6560
|
|
6545
|
-
attr_accessor :NamespaceId, :SearchWord, :OrderBy, :OrderType, :Offset, :Limit, :Status, :MicroserviceIdList
|
6561
|
+
attr_accessor :NamespaceId, :SearchWord, :OrderBy, :OrderType, :Offset, :Limit, :Status, :MicroserviceIdList, :MicroserviceNameList
|
6546
6562
|
|
6547
|
-
def initialize(namespaceid=nil, searchword=nil, orderby=nil, ordertype=nil, offset=nil, limit=nil, status=nil, microserviceidlist=nil)
|
6563
|
+
def initialize(namespaceid=nil, searchword=nil, orderby=nil, ordertype=nil, offset=nil, limit=nil, status=nil, microserviceidlist=nil, microservicenamelist=nil)
|
6548
6564
|
@NamespaceId = namespaceid
|
6549
6565
|
@SearchWord = searchword
|
6550
6566
|
@OrderBy = orderby
|
@@ -6553,6 +6569,7 @@ module TencentCloud
|
|
6553
6569
|
@Limit = limit
|
6554
6570
|
@Status = status
|
6555
6571
|
@MicroserviceIdList = microserviceidlist
|
6572
|
+
@MicroserviceNameList = microservicenamelist
|
6556
6573
|
end
|
6557
6574
|
|
6558
6575
|
def deserialize(params)
|
@@ -6564,6 +6581,7 @@ module TencentCloud
|
|
6564
6581
|
@Limit = params['Limit']
|
6565
6582
|
@Status = params['Status']
|
6566
6583
|
@MicroserviceIdList = params['MicroserviceIdList']
|
6584
|
+
@MicroserviceNameList = params['MicroserviceNameList']
|
6567
6585
|
end
|
6568
6586
|
end
|
6569
6587
|
|
@@ -15347,6 +15365,58 @@ module TencentCloud
|
|
15347
15365
|
end
|
15348
15366
|
end
|
15349
15367
|
|
15368
|
+
# 容器卷挂载信息
|
15369
|
+
class VolumeInfo < TencentCloud::Common::AbstractModel
|
15370
|
+
# @param VolumeType: 数据卷类型
|
15371
|
+
# @type VolumeType: String
|
15372
|
+
# @param VolumeName: 数据卷名称
|
15373
|
+
# @type VolumeName: String
|
15374
|
+
# @param VolumeConfig: 数据卷配置
|
15375
|
+
# @type VolumeConfig: String
|
15376
|
+
|
15377
|
+
attr_accessor :VolumeType, :VolumeName, :VolumeConfig
|
15378
|
+
|
15379
|
+
def initialize(volumetype=nil, volumename=nil, volumeconfig=nil)
|
15380
|
+
@VolumeType = volumetype
|
15381
|
+
@VolumeName = volumename
|
15382
|
+
@VolumeConfig = volumeconfig
|
15383
|
+
end
|
15384
|
+
|
15385
|
+
def deserialize(params)
|
15386
|
+
@VolumeType = params['VolumeType']
|
15387
|
+
@VolumeName = params['VolumeName']
|
15388
|
+
@VolumeConfig = params['VolumeConfig']
|
15389
|
+
end
|
15390
|
+
end
|
15391
|
+
|
15392
|
+
# 容器卷挂载点信息
|
15393
|
+
class VolumeMountInfo < TencentCloud::Common::AbstractModel
|
15394
|
+
# @param VolumeMountName: 挂载数据卷名称
|
15395
|
+
# @type VolumeMountName: String
|
15396
|
+
# @param VolumeMountPath: 挂载路径
|
15397
|
+
# @type VolumeMountPath: String
|
15398
|
+
# @param VolumeMountSubPath: 挂载子路径
|
15399
|
+
# @type VolumeMountSubPath: String
|
15400
|
+
# @param ReadOrWrite: 读写,1:读 2:读写
|
15401
|
+
# @type ReadOrWrite: String
|
15402
|
+
|
15403
|
+
attr_accessor :VolumeMountName, :VolumeMountPath, :VolumeMountSubPath, :ReadOrWrite
|
15404
|
+
|
15405
|
+
def initialize(volumemountname=nil, volumemountpath=nil, volumemountsubpath=nil, readorwrite=nil)
|
15406
|
+
@VolumeMountName = volumemountname
|
15407
|
+
@VolumeMountPath = volumemountpath
|
15408
|
+
@VolumeMountSubPath = volumemountsubpath
|
15409
|
+
@ReadOrWrite = readorwrite
|
15410
|
+
end
|
15411
|
+
|
15412
|
+
def deserialize(params)
|
15413
|
+
@VolumeMountName = params['VolumeMountName']
|
15414
|
+
@VolumeMountPath = params['VolumeMountPath']
|
15415
|
+
@VolumeMountSubPath = params['VolumeMountSubPath']
|
15416
|
+
@ReadOrWrite = params['ReadOrWrite']
|
15417
|
+
end
|
15418
|
+
end
|
15419
|
+
|
15350
15420
|
end
|
15351
15421
|
end
|
15352
15422
|
end
|
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.230
|
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-
|
11
|
+
date: 2021-12-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|