tencentcloud-sdk-tem 3.0.870 → 3.0.871

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20210701/models.rb +15 -3
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f416a09454da6ceb53c2c36b0115323be98a61fe
4
- data.tar.gz: 127330b23d66dac47793f8de6427ed734665ee64
3
+ metadata.gz: 5936471bdf0b449ef7d9f4534823b5349bb1f945
4
+ data.tar.gz: acd7edfbb19dc629197e2c908f81305133942771
5
5
  SHA512:
6
- metadata.gz: ed38274376d5d0e4a4b76b48815d10d27909972e768fd7375e571af3a100bf6e9557e2777162d1473ccdc8561bfbd40d478e9ff09958872d193711b64664deac
7
- data.tar.gz: 4d45f4f853a0129e65aa43efa6689a13bedfaf4effdab297ead887160c8ec78b199e6c405fcf6aa29012d9faa523c6d59e7263da04528c4ea30f779efb80c98a
6
+ metadata.gz: 433f604e11828245d09edd97e50d2d6b6658c6f5864a667a31f0daac9355ee8f1b7fd565240fa362bd5b7e70b601fda035c3a9ed207c84e11e08965d40183d8f
7
+ data.tar.gz: d3a251274f5ee0b34b17ece0bb4bc3fb948a12ed283a7138d7400471778e05951253af68d7c1bfaa766869de12aebee023e01f75218172898d1063659444c4df
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.870
1
+ 3.0.871
@@ -1033,7 +1033,11 @@ module TencentCloud
1033
1033
  # @param DeployVersion: 部署类型为 IMAGE 时,该参数表示镜像 tag。
1034
1034
  # 部署类型为 JAR/WAR 时,该参数表示包版本号。
1035
1035
  # @type DeployVersion: String
1036
- # @param PkgName: 包名。使用 JAR 包或者 WAR 包部署的时候必填。
1036
+ # @param PkgName: 传入内容为 /jar包名字 的形式。也就是在 jar包名字前增加一个/。
1037
+
1038
+ # 如上传的 jar 包名字为 demo-1.0.0.jar,那么这里传入内容为:/demo-1.0.0.jar
1039
+
1040
+ # 注:jar 包需要通过 tem 页面上传过,tem 后端才能拉到该 jar 包。
1037
1041
  # @type PkgName: String
1038
1042
  # @param JdkVersion: JDK 版本。
1039
1043
  # - KONA:8:使用 kona jdk 8。
@@ -1105,10 +1109,14 @@ module TencentCloud
1105
1109
  # @type RepoServer: String
1106
1110
  # @param RepoType: 镜像部署时,仓库类型:0:个人仓库;1:企业版;2:公共仓库;3:tem托管仓库;4:demo仓库
1107
1111
  # @type RepoType: Integer
1112
+ # @param PostStartEncoded: 启动后执行的脚本,base64 编码
1113
+ # @type PostStartEncoded: String
1114
+ # @param PreStopEncoded: 停止前执行的脚本,base64 编码
1115
+ # @type PreStopEncoded: String
1108
1116
 
1109
- attr_accessor :ApplicationId, :InitPodNum, :CpuSpec, :MemorySpec, :EnvironmentId, :ImgRepo, :VersionDesc, :JvmOpts, :EsInfo, :EnvConf, :LogConfs, :StorageConfs, :StorageMountConfs, :DeployMode, :DeployVersion, :PkgName, :JdkVersion, :SecurityGroupIds, :LogOutputConf, :SourceChannel, :Description, :ImageCommand, :ImageArgs, :UseRegistryDefaultConfig, :SettingConfs, :Service, :VersionId, :PostStart, :PreStop, :Liveness, :Readiness, :DeployStrategyConf, :HorizontalAutoscaler, :CronHorizontalAutoscaler, :LogEnable, :ConfEdited, :SpeedUp, :StartupProbe, :OsFlavour, :EnablePrometheusConf, :EnableTracing, :EnableMetrics, :TcrInstanceId, :RepoServer, :RepoType
1117
+ attr_accessor :ApplicationId, :InitPodNum, :CpuSpec, :MemorySpec, :EnvironmentId, :ImgRepo, :VersionDesc, :JvmOpts, :EsInfo, :EnvConf, :LogConfs, :StorageConfs, :StorageMountConfs, :DeployMode, :DeployVersion, :PkgName, :JdkVersion, :SecurityGroupIds, :LogOutputConf, :SourceChannel, :Description, :ImageCommand, :ImageArgs, :UseRegistryDefaultConfig, :SettingConfs, :Service, :VersionId, :PostStart, :PreStop, :Liveness, :Readiness, :DeployStrategyConf, :HorizontalAutoscaler, :CronHorizontalAutoscaler, :LogEnable, :ConfEdited, :SpeedUp, :StartupProbe, :OsFlavour, :EnablePrometheusConf, :EnableTracing, :EnableMetrics, :TcrInstanceId, :RepoServer, :RepoType, :PostStartEncoded, :PreStopEncoded
1110
1118
 
1111
- def initialize(applicationid=nil, initpodnum=nil, cpuspec=nil, memoryspec=nil, environmentid=nil, imgrepo=nil, versiondesc=nil, jvmopts=nil, esinfo=nil, envconf=nil, logconfs=nil, storageconfs=nil, storagemountconfs=nil, deploymode=nil, deployversion=nil, pkgname=nil, jdkversion=nil, securitygroupids=nil, logoutputconf=nil, sourcechannel=nil, description=nil, imagecommand=nil, imageargs=nil, useregistrydefaultconfig=nil, settingconfs=nil, service=nil, versionid=nil, poststart=nil, prestop=nil, liveness=nil, readiness=nil, deploystrategyconf=nil, horizontalautoscaler=nil, cronhorizontalautoscaler=nil, logenable=nil, confedited=nil, speedup=nil, startupprobe=nil, osflavour=nil, enableprometheusconf=nil, enabletracing=nil, enablemetrics=nil, tcrinstanceid=nil, reposerver=nil, repotype=nil)
1119
+ def initialize(applicationid=nil, initpodnum=nil, cpuspec=nil, memoryspec=nil, environmentid=nil, imgrepo=nil, versiondesc=nil, jvmopts=nil, esinfo=nil, envconf=nil, logconfs=nil, storageconfs=nil, storagemountconfs=nil, deploymode=nil, deployversion=nil, pkgname=nil, jdkversion=nil, securitygroupids=nil, logoutputconf=nil, sourcechannel=nil, description=nil, imagecommand=nil, imageargs=nil, useregistrydefaultconfig=nil, settingconfs=nil, service=nil, versionid=nil, poststart=nil, prestop=nil, liveness=nil, readiness=nil, deploystrategyconf=nil, horizontalautoscaler=nil, cronhorizontalautoscaler=nil, logenable=nil, confedited=nil, speedup=nil, startupprobe=nil, osflavour=nil, enableprometheusconf=nil, enabletracing=nil, enablemetrics=nil, tcrinstanceid=nil, reposerver=nil, repotype=nil, poststartencoded=nil, prestopencoded=nil)
1112
1120
  @ApplicationId = applicationid
1113
1121
  @InitPodNum = initpodnum
1114
1122
  @CpuSpec = cpuspec
@@ -1154,6 +1162,8 @@ module TencentCloud
1154
1162
  @TcrInstanceId = tcrinstanceid
1155
1163
  @RepoServer = reposerver
1156
1164
  @RepoType = repotype
1165
+ @PostStartEncoded = poststartencoded
1166
+ @PreStopEncoded = prestopencoded
1157
1167
  end
1158
1168
 
1159
1169
  def deserialize(params)
@@ -1268,6 +1278,8 @@ module TencentCloud
1268
1278
  @TcrInstanceId = params['TcrInstanceId']
1269
1279
  @RepoServer = params['RepoServer']
1270
1280
  @RepoType = params['RepoType']
1281
+ @PostStartEncoded = params['PostStartEncoded']
1282
+ @PreStopEncoded = params['PreStopEncoded']
1271
1283
  end
1272
1284
  end
1273
1285
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-tem
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.870
4
+ version: 3.0.871
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-07-22 00:00:00.000000000 Z
11
+ date: 2024-07-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common