tencentcloud-sdk-lighthouse 3.0.615 → 3.0.617

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 05cbdfc96f3cb8fd9af495b231ec09c186579870
4
- data.tar.gz: c2d3475265b47295f610a27b6f59dad6267c53d6
3
+ metadata.gz: ebec96ad31989ed8d807f6136b5df5077f6b6058
4
+ data.tar.gz: 965283737f5f0179fc22b5974374ededfc10915e
5
5
  SHA512:
6
- metadata.gz: fecef1627670d61157ca2881ccb6f63184c09a7dff8dbc227cc8b047944c3b63c56831fea4a2500cfcd4c2d388dfc7dbd1ad257d017fdf032e2639d2334c9251
7
- data.tar.gz: 39c7a87f8685df786d0c48a19f8f58754bda9b56485e507d669100771e320c308a5c6817f802ef46ce69fb4179412aa1ae118892c959aa6c4a8351aff6104cab
6
+ metadata.gz: 6cf07f790c685c459211422dc8bf86e27064bb219983695a3bde6747dc52929e0a6b88e339ae4a208ce7e3d43eb88452bb509f903e0533368027556c233765e2
7
+ data.tar.gz: a815873b2a79c7d9e43a2a2a99f2ac7763c0cce56aad395f732ed08a127dad6cfa1f0528c52c57bbc2cede3b9bb5f6f2442d73356078fd1d8a230c61d625abd8
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.615
1
+ 3.0.617
@@ -3563,16 +3563,19 @@ module TencentCloud
3563
3563
  # @type Volumes: Array
3564
3564
  # @param Command: 运行的命令
3565
3565
  # @type Command: String
3566
+ # @param RestartPolicy: 容器重启策略
3567
+ # @type RestartPolicy: String
3566
3568
 
3567
- attr_accessor :ContainerImage, :ContainerName, :Envs, :PublishPorts, :Volumes, :Command
3569
+ attr_accessor :ContainerImage, :ContainerName, :Envs, :PublishPorts, :Volumes, :Command, :RestartPolicy
3568
3570
 
3569
- def initialize(containerimage=nil, containername=nil, envs=nil, publishports=nil, volumes=nil, command=nil)
3571
+ def initialize(containerimage=nil, containername=nil, envs=nil, publishports=nil, volumes=nil, command=nil, restartpolicy=nil)
3570
3572
  @ContainerImage = containerimage
3571
3573
  @ContainerName = containername
3572
3574
  @Envs = envs
3573
3575
  @PublishPorts = publishports
3574
3576
  @Volumes = volumes
3575
3577
  @Command = command
3578
+ @RestartPolicy = restartpolicy
3576
3579
  end
3577
3580
 
3578
3581
  def deserialize(params)
@@ -3603,6 +3606,7 @@ module TencentCloud
3603
3606
  end
3604
3607
  end
3605
3608
  @Command = params['Command']
3609
+ @RestartPolicy = params['RestartPolicy']
3606
3610
  end
3607
3611
  end
3608
3612
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-lighthouse
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.615
4
+ version: 3.0.617
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-07-18 00:00:00.000000000 Z
11
+ date: 2023-07-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common