tencentcloud-sdk-tem 3.0.405 → 3.0.406
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 +14 -2
- 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: 8bb5764eb81bb10570d2f1d55273c5656d909992
|
|
4
|
+
data.tar.gz: 18edd114cefd90329d3d167755cb6f3e5f124de3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7945f809d876c23f0cce300ca15673941967fb876557b4d6e8f977d2db0877cc4c18cd7097486b567ebeb5bb8d0f19cedd1ff2ea2180456246db779fef2fd58d
|
|
7
|
+
data.tar.gz: df1f98531e782d56a33b3c0cf7497f283f048170794d3b326ebb3a4425decf4423521050e80c96faae8f95b7252e707677e6d4c2281146e91f226d74bff48015
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.406
|
data/lib/v20210701/models.rb
CHANGED
|
@@ -945,10 +945,16 @@ module TencentCloud
|
|
|
945
945
|
# @param EnableMetrics: 1:开始自动metrics采集(open-telemetry);
|
|
946
946
|
# 0:关闭metrics采集;
|
|
947
947
|
# @type EnableMetrics: Integer
|
|
948
|
+
# @param TcrInstanceId: 镜像部署时,选择的tcr实例id
|
|
949
|
+
# @type TcrInstanceId: String
|
|
950
|
+
# @param RepoServer: 镜像部署时,选择的镜像服务器地址
|
|
951
|
+
# @type RepoServer: String
|
|
952
|
+
# @param RepoType: 镜像部署时,仓库类型:0:个人仓库;1:企业版;2:公共仓库;3:tem托管仓库;4:demo仓库
|
|
953
|
+
# @type RepoType: Integer
|
|
948
954
|
|
|
949
|
-
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
|
|
955
|
+
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
|
|
950
956
|
|
|
951
|
-
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)
|
|
957
|
+
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)
|
|
952
958
|
@ApplicationId = applicationid
|
|
953
959
|
@InitPodNum = initpodnum
|
|
954
960
|
@CpuSpec = cpuspec
|
|
@@ -991,6 +997,9 @@ module TencentCloud
|
|
|
991
997
|
@EnablePrometheusConf = enableprometheusconf
|
|
992
998
|
@EnableTracing = enabletracing
|
|
993
999
|
@EnableMetrics = enablemetrics
|
|
1000
|
+
@TcrInstanceId = tcrinstanceid
|
|
1001
|
+
@RepoServer = reposerver
|
|
1002
|
+
@RepoType = repotype
|
|
994
1003
|
end
|
|
995
1004
|
|
|
996
1005
|
def deserialize(params)
|
|
@@ -1102,6 +1111,9 @@ module TencentCloud
|
|
|
1102
1111
|
end
|
|
1103
1112
|
@EnableTracing = params['EnableTracing']
|
|
1104
1113
|
@EnableMetrics = params['EnableMetrics']
|
|
1114
|
+
@TcrInstanceId = params['TcrInstanceId']
|
|
1115
|
+
@RepoServer = params['RepoServer']
|
|
1116
|
+
@RepoType = params['RepoType']
|
|
1105
1117
|
end
|
|
1106
1118
|
end
|
|
1107
1119
|
|
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.
|
|
4
|
+
version: 3.0.406
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-09-
|
|
11
|
+
date: 2022-09-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|