tencentcloud-sdk-scf 3.0.536 → 3.0.537
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/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: de3d4ef1f9bf7b044a670c7681a3798b7c56ac6d
|
|
4
|
+
data.tar.gz: 26834a4bf95583b8836ed227b3a092c7c4690434
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4fd4b8c1b8c51a08a0766315f5981e16704ddd4c760bc13b516668778a99a35167b93c5820f477a75cbe71e9015c63aab49a233053cd9be7a26cb160596f1797
|
|
7
|
+
data.tar.gz: 3a1f96c37c938301c27e88ec6eb6da1a3f3af60cd2784dbe32df6d42190e45dbeb46a55effb6118cb3f19d7da74d4d1d01e0a01d2bee567e91a789627ec15b87
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.537
|
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.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-
|
|
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
|