tencentcloud-sdk-scf 3.0.535 → 3.0.537

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/v20180416/models.rb +10 -2
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e168bf0f2b0262e858f3cf2c00085227df737194
4
- data.tar.gz: b4cec5ea4883075eeeef18e9824dd9e396ada69c
3
+ metadata.gz: de3d4ef1f9bf7b044a670c7681a3798b7c56ac6d
4
+ data.tar.gz: 26834a4bf95583b8836ed227b3a092c7c4690434
5
5
  SHA512:
6
- metadata.gz: 859c865ff8d76848e6b04c7d7cedee34f0e18d1a5ed903785c480acc9a31b3f55f4898117bb2389acbaa3f8d77895d3fd27ae58cd9a4bf3a4bd7d5c4fd93c67f
7
- data.tar.gz: ca67e72d48b70012ff901ae495fe8cfa1b76b790b91fd55a2ad19f7764c5e8a56ad4b68749eb7d3fcbd1314af6fa67fd5e4af6d35465eb330a7f901a87a3c037
6
+ metadata.gz: 4fd4b8c1b8c51a08a0766315f5981e16704ddd4c760bc13b516668778a99a35167b93c5820f477a75cbe71e9015c63aab49a233053cd9be7a26cb160596f1797
7
+ data.tar.gz: 3a1f96c37c938301c27e88ec6eb6da1a3f3af60cd2784dbe32df6d42190e45dbeb46a55effb6118cb3f19d7da74d4d1d01e0a01d2bee567e91a789627ec15b87
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.535
1
+ 3.0.537
@@ -2202,10 +2202,16 @@ module TencentCloud
2202
2202
  # @param ContainerImageAccelerate: 镜像加速开关,默认False
2203
2203
  # 注意:此字段可能返回 null,表示取不到有效值。
2204
2204
  # @type ContainerImageAccelerate: Boolean
2205
+ # @param ImagePort: 镜像函数端口设置
2206
+ # -1: 无端口镜像函数
2207
+ # 0: 默认端口,当前默认端口是9000
2208
+ # 其他: 特殊端口
2209
+ # 注意:此字段可能返回 null,表示取不到有效值。
2210
+ # @type ImagePort: Integer
2205
2211
 
2206
- attr_accessor :ImageType, :ImageUri, :RegistryId, :EntryPoint, :Command, :Args, :ContainerImageAccelerate
2212
+ attr_accessor :ImageType, :ImageUri, :RegistryId, :EntryPoint, :Command, :Args, :ContainerImageAccelerate, :ImagePort
2207
2213
 
2208
- def initialize(imagetype=nil, imageuri=nil, registryid=nil, entrypoint=nil, command=nil, args=nil, containerimageaccelerate=nil)
2214
+ def initialize(imagetype=nil, imageuri=nil, registryid=nil, entrypoint=nil, command=nil, args=nil, containerimageaccelerate=nil, imageport=nil)
2209
2215
  @ImageType = imagetype
2210
2216
  @ImageUri = imageuri
2211
2217
  @RegistryId = registryid
@@ -2213,6 +2219,7 @@ module TencentCloud
2213
2219
  @Command = command
2214
2220
  @Args = args
2215
2221
  @ContainerImageAccelerate = containerimageaccelerate
2222
+ @ImagePort = imageport
2216
2223
  end
2217
2224
 
2218
2225
  def deserialize(params)
@@ -2223,6 +2230,7 @@ module TencentCloud
2223
2230
  @Command = params['Command']
2224
2231
  @Args = params['Args']
2225
2232
  @ContainerImageAccelerate = params['ContainerImageAccelerate']
2233
+ @ImagePort = params['ImagePort']
2226
2234
  end
2227
2235
  end
2228
2236
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-scf
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.535
4
+ version: 3.0.537
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-03-22 00:00:00.000000000 Z
11
+ date: 2023-03-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common