tencentcloud-sdk-tem 3.0.933 → 3.0.934
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/v20210701/models.rb +11 -11
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 23b9c54320a778ca363204bc4b3b63a1b7f23dad
|
|
4
|
+
data.tar.gz: fc6807305f4b87782c2066592057aeb9504efae6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 55ee3fbf7f2ad721eab0324086b9463994987eb62f88921f656de4ae242cdf7748f73c28b63b46d59dd37599a265bee84d1181a054f37a5d57284edef5686bc1
|
|
7
|
+
data.tar.gz: b7b6c2d9fbff540881af0f5aa16931c04982e11b26e2783e2c7caa6583ae3675de01513147137c70d997d1edb94d614670ae48416b20db6d53ef48e687797561
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.934
|
data/lib/v20210701/models.rb
CHANGED
|
@@ -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, :
|
|
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,
|
|
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']
|