tencentcloud-sdk-scf 3.0.536 → 3.0.538
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20180416/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: 15f93234d1c49e25e551c61f8f637e4578195151
|
4
|
+
data.tar.gz: 534366ae4095a9610aa1a1e0b376bbb6506485f5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a82e5fb334b2622c5ab79b948f09b8bac93ced0b41839673fbba9e5cf6498269331719fd9f9e4f816993421b1e48f7d2367f5519a7a47109f21b1859bca71c3d
|
7
|
+
data.tar.gz: e74e8b4b31518b74c3bc408117c845942afb97b3066410d97ca65fb94b9f833c45375f66ab132df52559c0c4b9722feccdda8860decb2c179a5ad9ac2b2674c0
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.538
|
data/lib/v20180416/models.rb
CHANGED
@@ -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.
|
4
|
+
version: 3.0.538
|
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-
|
11
|
+
date: 2023-03-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|