tencentcloud-sdk-tem 3.0.933 → 3.0.935

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/v20210701/models.rb +11 -11
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e9a26000b806ed6885f3d6e2274d1429496df0dd
4
- data.tar.gz: 5918823d5c0d64ed8f20001aef235fb53ee1fde8
3
+ metadata.gz: 02274d09fdfcca66c900f30b284a686736e2af40
4
+ data.tar.gz: c018594202ab012053d6f4261558e05c73f7ff3b
5
5
  SHA512:
6
- metadata.gz: ebf7a1747e829ca1cae9f9bd647f489b53e218171f8e1d8ec9d8615cff902f4e89a31890dde05f0f9256d45aca46e8713a61b8f5df2941a17bd20b522e72f2f0
7
- data.tar.gz: df76b9a96d513d6a4e921427bdfba84e9201cf2e0fd3647d75665318cd81bc24201b293f5df36737179d055ac8ba9678b0c3c3d46675eca2f7027a8ab120a2ea
6
+ metadata.gz: a41d5a7f4aa743837b36b03b4b6d01677b4a412a93bc8687712027169d1506a6961a98c1a157fd58eb71aa288a17cd00f7470328a35ebc25042886e977fbfe49
7
+ data.tar.gz: 0189da2e0c97832938492f4b0eb8909ac62cb0151be513939fbb5ebb1e08ba8b95ca0d0535b1d5e733d95b715fedcbb305363c384f22561ee153be2d97776c23
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.933
1
+ 3.0.935
@@ -518,17 +518,17 @@ module TencentCloud
518
518
  # @type K8sVersion: String
519
519
  # @param SourceChannel: 来源渠道
520
520
  # @type SourceChannel: Integer
521
- # @param EnableTswTraceService: 是否开启tsw服务
521
+ # @param EnableTswTraceService: 是否开启tsw服务。默认值:false
522
522
  # @type EnableTswTraceService: Boolean
523
523
  # @param Tags: 标签
524
524
  # @type Tags: Array
525
- # @param EnvType: 环境类型:test、pre、prod
525
+ # @param EnvType: 环境类型:test、pre、prod。默认值:prod
526
526
  # @type EnvType: String
527
527
  # @param CreateRegion: 创建环境的region
528
528
  # @type CreateRegion: String
529
- # @param SetupVpc: 是否创建私有网络
529
+ # @param SetupVpc: 是否创建私有网络.默认值:true
530
530
  # @type SetupVpc: Boolean
531
- # @param SetupPrometheus: 是否创建 Prometheus 实例
531
+ # @param SetupPrometheus: 是否创建 Prometheus 实例。默认值:false
532
532
  # @type SetupPrometheus: Boolean
533
533
  # @param PrometheusId: prometheus 实例 id
534
534
  # @type PrometheusId: String
@@ -1009,6 +1009,9 @@ module TencentCloud
1009
1009
  # @type MemorySpec: Float
1010
1010
  # @param EnvironmentId: 环境ID
1011
1011
  # @type EnvironmentId: String
1012
+ # @param DeployVersion: 部署类型为 IMAGE 时,该参数表示镜像 tag。
1013
+ # 部署类型为 JAR/WAR 时,该参数表示包版本号。
1014
+ # @type DeployVersion: String
1012
1015
  # @param ImgRepo: 镜像仓库
1013
1016
  # @type ImgRepo: String
1014
1017
  # @param VersionDesc: 版本描述信息
@@ -1030,9 +1033,6 @@ module TencentCloud
1030
1033
  # - WAR:通过 war 包部署
1031
1034
  # - IMAGE:通过镜像部署
1032
1035
  # @type DeployMode: String
1033
- # @param DeployVersion: 部署类型为 IMAGE 时,该参数表示镜像 tag。
1034
- # 部署类型为 JAR/WAR 时,该参数表示包版本号。
1035
- # @type DeployVersion: String
1036
1036
  # @param PkgName: 传入内容为 /jar包名字 的形式。也就是在 jar包名字前增加一个/。
1037
1037
 
1038
1038
  # 如上传的 jar 包名字为 demo-1.0.0.jar,那么这里传入内容为:/demo-1.0.0.jar
@@ -1114,14 +1114,15 @@ module TencentCloud
1114
1114
  # @param PreStopEncoded: 停止前执行的脚本,base64 编码
1115
1115
  # @type PreStopEncoded: String
1116
1116
 
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
1117
+ attr_accessor :ApplicationId, :InitPodNum, :CpuSpec, :MemorySpec, :EnvironmentId, :DeployVersion, :ImgRepo, :VersionDesc, :JvmOpts, :EsInfo, :EnvConf, :LogConfs, :StorageConfs, :StorageMountConfs, :DeployMode, :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
1118
1118
 
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)
1119
+ def initialize(applicationid=nil, initpodnum=nil, cpuspec=nil, memoryspec=nil, environmentid=nil, deployversion=nil, imgrepo=nil, versiondesc=nil, jvmopts=nil, esinfo=nil, envconf=nil, logconfs=nil, storageconfs=nil, storagemountconfs=nil, deploymode=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)
1120
1120
  @ApplicationId = applicationid
1121
1121
  @InitPodNum = initpodnum
1122
1122
  @CpuSpec = cpuspec
1123
1123
  @MemorySpec = memoryspec
1124
1124
  @EnvironmentId = environmentid
1125
+ @DeployVersion = deployversion
1125
1126
  @ImgRepo = imgrepo
1126
1127
  @VersionDesc = versiondesc
1127
1128
  @JvmOpts = jvmopts
@@ -1131,7 +1132,6 @@ module TencentCloud
1131
1132
  @StorageConfs = storageconfs
1132
1133
  @StorageMountConfs = storagemountconfs
1133
1134
  @DeployMode = deploymode
1134
- @DeployVersion = deployversion
1135
1135
  @PkgName = pkgname
1136
1136
  @JdkVersion = jdkversion
1137
1137
  @SecurityGroupIds = securitygroupids
@@ -1172,6 +1172,7 @@ module TencentCloud
1172
1172
  @CpuSpec = params['CpuSpec']
1173
1173
  @MemorySpec = params['MemorySpec']
1174
1174
  @EnvironmentId = params['EnvironmentId']
1175
+ @DeployVersion = params['DeployVersion']
1175
1176
  @ImgRepo = params['ImgRepo']
1176
1177
  @VersionDesc = params['VersionDesc']
1177
1178
  @JvmOpts = params['JvmOpts']
@@ -1205,7 +1206,6 @@ module TencentCloud
1205
1206
  end
1206
1207
  end
1207
1208
  @DeployMode = params['DeployMode']
1208
- @DeployVersion = params['DeployVersion']
1209
1209
  @PkgName = params['PkgName']
1210
1210
  @JdkVersion = params['JdkVersion']
1211
1211
  @SecurityGroupIds = params['SecurityGroupIds']
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.933
4
+ version: 3.0.935
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-10-31 00:00:00.000000000 Z
11
+ date: 2024-11-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common