tencentcloud-sdk-tcbr 3.0.1074 → 3.0.1084
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/v20220217/models.rb +10 -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: 7d20ea05f7abdc79e8df28a068fa93ba0d1444aa
|
4
|
+
data.tar.gz: 750e899b1f902dfac603d757afbe9af16d078815
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 243d72345673b2dcba55bf3d535db8f6746e0d206cf06dc5e66e0c5933a2d0afa0912910cd5667cced850658d2f7e20baa16515744d93a6d85dab7e4ed9f2fe3
|
7
|
+
data.tar.gz: 1324b4959ea5a78d7f3799caee9f043b1908057d53b9248e517acde2336f70f04b5f8adfc9fc6daedfa471b7f98052dd71cb5ae26df949ad63c0df4ab16c7d5a
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1084
|
data/lib/v20220217/models.rb
CHANGED
@@ -1067,10 +1067,14 @@ module TencentCloud
|
|
1067
1067
|
# @type OperationMode: String
|
1068
1068
|
# @param TimerScale: 定时扩缩容配置
|
1069
1069
|
# @type TimerScale: Array
|
1070
|
+
# @param EntryPoint: Dockerfile EntryPoint 参数
|
1071
|
+
# @type EntryPoint: Array
|
1072
|
+
# @param Cmd: Dockerfile Cmd 参数
|
1073
|
+
# @type Cmd: Array
|
1070
1074
|
|
1071
|
-
attr_accessor :EnvId, :ServerName, :OpenAccessTypes, :Cpu, :Mem, :MinNum, :MaxNum, :PolicyDetails, :CustomLogs, :EnvParams, :InitialDelaySeconds, :CreateTime, :Port, :HasDockerfile, :Dockerfile, :BuildDir, :LogType, :LogSetId, :LogTopicId, :LogParseType, :Tag, :InternalAccess, :InternalDomain, :OperationMode, :TimerScale
|
1075
|
+
attr_accessor :EnvId, :ServerName, :OpenAccessTypes, :Cpu, :Mem, :MinNum, :MaxNum, :PolicyDetails, :CustomLogs, :EnvParams, :InitialDelaySeconds, :CreateTime, :Port, :HasDockerfile, :Dockerfile, :BuildDir, :LogType, :LogSetId, :LogTopicId, :LogParseType, :Tag, :InternalAccess, :InternalDomain, :OperationMode, :TimerScale, :EntryPoint, :Cmd
|
1072
1076
|
|
1073
|
-
def initialize(envid=nil, servername=nil, openaccesstypes=nil, cpu=nil, mem=nil, minnum=nil, maxnum=nil, policydetails=nil, customlogs=nil, envparams=nil, initialdelayseconds=nil, createtime=nil, port=nil, hasdockerfile=nil, dockerfile=nil, builddir=nil, logtype=nil, logsetid=nil, logtopicid=nil, logparsetype=nil, tag=nil, internalaccess=nil, internaldomain=nil, operationmode=nil, timerscale=nil)
|
1077
|
+
def initialize(envid=nil, servername=nil, openaccesstypes=nil, cpu=nil, mem=nil, minnum=nil, maxnum=nil, policydetails=nil, customlogs=nil, envparams=nil, initialdelayseconds=nil, createtime=nil, port=nil, hasdockerfile=nil, dockerfile=nil, builddir=nil, logtype=nil, logsetid=nil, logtopicid=nil, logparsetype=nil, tag=nil, internalaccess=nil, internaldomain=nil, operationmode=nil, timerscale=nil, entrypoint=nil, cmd=nil)
|
1074
1078
|
@EnvId = envid
|
1075
1079
|
@ServerName = servername
|
1076
1080
|
@OpenAccessTypes = openaccesstypes
|
@@ -1096,6 +1100,8 @@ module TencentCloud
|
|
1096
1100
|
@InternalDomain = internaldomain
|
1097
1101
|
@OperationMode = operationmode
|
1098
1102
|
@TimerScale = timerscale
|
1103
|
+
@EntryPoint = entrypoint
|
1104
|
+
@Cmd = cmd
|
1099
1105
|
end
|
1100
1106
|
|
1101
1107
|
def deserialize(params)
|
@@ -1138,6 +1144,8 @@ module TencentCloud
|
|
1138
1144
|
@TimerScale << timerscale_tmp
|
1139
1145
|
end
|
1140
1146
|
end
|
1147
|
+
@EntryPoint = params['EntryPoint']
|
1148
|
+
@Cmd = params['Cmd']
|
1141
1149
|
end
|
1142
1150
|
end
|
1143
1151
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-tcbr
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.1084
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-06-
|
11
|
+
date: 2025-06-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|