tencentcloud-sdk-tsf 1.0.229 → 1.0.233

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20180326/models.rb +74 -4
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7ef9eb700db28d1b538e7e572214799fb2add012
4
- data.tar.gz: 675d493071056316263bf6fce3e0006170edac90
3
+ metadata.gz: 8d7fce7d4788c980b9f289e167cc5d75ff55e3cb
4
+ data.tar.gz: dae1d3fd996c918714feed7b1829c78a0c13f4f1
5
5
  SHA512:
6
- metadata.gz: f402310497742f094d42831b3046027eb02be096fff14f3d2bef6e8da266cdb7871dfb7c899e25781c473c42d7a03e5f48df787e54e133e6081ee6dc20975482
7
- data.tar.gz: c9f66eb3f0f29e70af4d6222cb7a365d264be04111023cae7f250c6a0d515762a3c9e9b9ac71272c20b37df9ff1963247982b0584d21da58231f6ec71406bd07
6
+ metadata.gz: c3aa0df49253390edf4c1795e378f33d2314efedf35c0eeec4fc66dfd0145e09eeabbc3482cf7ff2c57b454d4e84040059b957c62490851a9204c203769d1a4a
7
+ data.tar.gz: ff9e0a27a8d45994b0ccd7c72b9b73771f8fed3a23986b6151564c16826f1e048e74386965cfa04a04119dfbc1b8843760c81f5ad9c3213b1e9d99e27f09d1f9
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.229
1
+ 1.0.233
@@ -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.229
4
+ version: 1.0.233
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-22 00:00:00.000000000 Z
11
+ date: 2021-12-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common