tencentcloud-sdk-batch 3.0.463 → 3.0.465
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/v20170312/models.rb +7 -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: e033f779ed19527917c48aa4e5a1daf664b8a85d
|
4
|
+
data.tar.gz: 2aad533c5d168f3e5621b81d09517fd2fdd656e1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0a0d999586cf7fb9b416cf64e6560015cc09b11a1d1fe5125426090be60c0fd0044c6649cfdc9691c5c718ad9e81f3a71be3f716b57678f2b18b9498f360dd3a
|
7
|
+
data.tar.gz: da4526e978cdab97856930c6f9ccfaa88b01fbdd4580d725fa9646c9dcbc2a191292301cde4cfa96571ab6f5b9c71f8a04a752252adff04ac887891f3ff1e911
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.465
|
data/lib/v20170312/models.rb
CHANGED
@@ -2047,16 +2047,20 @@ module TencentCloud
|
|
2047
2047
|
# @type MaxRetryCount: Integer
|
2048
2048
|
# @param DelayOnRetry: 拉取Docker镜像失败时延迟时间。单位:秒。
|
2049
2049
|
# @type DelayOnRetry: Integer
|
2050
|
+
# @param DockerRunOption: Docker命令运行参数。
|
2051
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
2052
|
+
# @type DockerRunOption: String
|
2050
2053
|
|
2051
|
-
attr_accessor :User, :Password, :Image, :Server, :MaxRetryCount, :DelayOnRetry
|
2054
|
+
attr_accessor :User, :Password, :Image, :Server, :MaxRetryCount, :DelayOnRetry, :DockerRunOption
|
2052
2055
|
|
2053
|
-
def initialize(user=nil, password=nil, image=nil, server=nil, maxretrycount=nil, delayonretry=nil)
|
2056
|
+
def initialize(user=nil, password=nil, image=nil, server=nil, maxretrycount=nil, delayonretry=nil, dockerrunoption=nil)
|
2054
2057
|
@User = user
|
2055
2058
|
@Password = password
|
2056
2059
|
@Image = image
|
2057
2060
|
@Server = server
|
2058
2061
|
@MaxRetryCount = maxretrycount
|
2059
2062
|
@DelayOnRetry = delayonretry
|
2063
|
+
@DockerRunOption = dockerrunoption
|
2060
2064
|
end
|
2061
2065
|
|
2062
2066
|
def deserialize(params)
|
@@ -2066,6 +2070,7 @@ module TencentCloud
|
|
2066
2070
|
@Server = params['Server']
|
2067
2071
|
@MaxRetryCount = params['MaxRetryCount']
|
2068
2072
|
@DelayOnRetry = params['DelayOnRetry']
|
2073
|
+
@DockerRunOption = params['DockerRunOption']
|
2069
2074
|
end
|
2070
2075
|
end
|
2071
2076
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-batch
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.465
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-12-
|
11
|
+
date: 2022-12-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|