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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20220217/models.rb +10 -2
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 09ba44553e42b1da6801412038ef6b1aeec29e9d
4
- data.tar.gz: 927bb7d49a387059b0ea15d56bdfa44a346b01ca
3
+ metadata.gz: 7d20ea05f7abdc79e8df28a068fa93ba0d1444aa
4
+ data.tar.gz: 750e899b1f902dfac603d757afbe9af16d078815
5
5
  SHA512:
6
- metadata.gz: 759b11d6376719c5f906e92cbcb33c35fc6d28f246d2ef829f997721c9c02d7ed08a91fb2261ede9cfd1ea5e102c1cfe8dc17d52173e64bec2153673477d07a7
7
- data.tar.gz: a63ed15b5b44a93d9455095f19f76a9c14a63bd650e9ddbc80a2cea0383034ac8382ee3ae6512e447dd22ed64438471f1cb700409184f5f798c50056514420c9
6
+ metadata.gz: 243d72345673b2dcba55bf3d535db8f6746e0d206cf06dc5e66e0c5933a2d0afa0912910cd5667cced850658d2f7e20baa16515744d93a6d85dab7e4ed9f2fe3
7
+ data.tar.gz: 1324b4959ea5a78d7f3799caee9f043b1908057d53b9248e517acde2336f70f04b5f8adfc9fc6daedfa471b7f98052dd71cb5ae26df949ad63c0df4ab16c7d5a
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1074
1
+ 3.0.1084
@@ -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.1074
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-04 00:00:00.000000000 Z
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