tencentcloud-sdk-lighthouse 3.0.615 → 3.0.616

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: 9c7574c26447e372ebb471961c4d11e696a5924d
4
+ data.tar.gz: d9f45e98eb6be7963b2daf521e25fa884a62128c
5
5
  SHA512:
6
- metadata.gz: fecef1627670d61157ca2881ccb6f63184c09a7dff8dbc227cc8b047944c3b63c56831fea4a2500cfcd4c2d388dfc7dbd1ad257d017fdf032e2639d2334c9251
7
- data.tar.gz: 39c7a87f8685df786d0c48a19f8f58754bda9b56485e507d669100771e320c308a5c6817f802ef46ce69fb4179412aa1ae118892c959aa6c4a8351aff6104cab
6
+ metadata.gz: 94b942d35460ab0710250f83d0f37768ce0bfff16c25126a7427f51eec0ba132b223f7a9446f727d6cb3232687db0e390bbd8dc386e2d48dee2f5d8ff0b43f5a
7
+ data.tar.gz: 3875d6fb2f103bcd6c0175c30b5eced7a882a064e124223421dc7c900dff53ba251238ab1b2d937eb9e1c9426447e94237eb1e32f9ec232ddb8dfa940cec0d15
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.615
1
+ 3.0.616
@@ -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.616
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-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common