tencentcloud-sdk-batch 3.0.464 → 3.0.466

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 562efc30b722a09a097923c084cc083233c62a0e
4
- data.tar.gz: d50da03da674f02f2473ebc407ce5a4e60d68527
3
+ metadata.gz: fca2292926f59d26e5cddacaa234a2fea14d7fc0
4
+ data.tar.gz: 95378f6697fb8318043334617a2bf087b7264b55
5
5
  SHA512:
6
- metadata.gz: b22513e868bdb5d2e9e34a373bd69f0fd839daa081fb9297ce4da919d41f5321ad1a3c12e0b5f25448b1dbfc4b37209e5332305a958098f0107c5c276f385767
7
- data.tar.gz: e1363fb36e8e3c183e5fba502c221f944702b0b5d6908021ccd48a6073ff9c956575d8c5dcb8fce50d8d189ccd1eabc1289a426e11bfef363b6ea5181b968017
6
+ metadata.gz: d847e8e76d39c4a837e467f14f485de455024dc36fa4a79a575d2c6b772753c3c834328588b4ae4ab142e8a019cad463ad50fec48fc22504c4598add7d530477
7
+ data.tar.gz: e7c220f2b6cb63cccbfe6beb5629c182f83b96cfa03f7e7974402c597e4e83c706dc3984c3b8d5564849462fb37c29429db0a4daa69b065b8e62e0c368c4fc9a
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.464
1
+ 3.0.466
@@ -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.464
4
+ version: 3.0.466
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-02 00:00:00.000000000 Z
11
+ date: 2022-12-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common