tencentcloud-sdk-lighthouse 3.0.615 → 3.0.616
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/v20200324/models.rb +6 -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: 9c7574c26447e372ebb471961c4d11e696a5924d
|
4
|
+
data.tar.gz: d9f45e98eb6be7963b2daf521e25fa884a62128c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 94b942d35460ab0710250f83d0f37768ce0bfff16c25126a7427f51eec0ba132b223f7a9446f727d6cb3232687db0e390bbd8dc386e2d48dee2f5d8ff0b43f5a
|
7
|
+
data.tar.gz: 3875d6fb2f103bcd6c0175c30b5eced7a882a064e124223421dc7c900dff53ba251238ab1b2d937eb9e1c9426447e94237eb1e32f9ec232ddb8dfa940cec0d15
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.616
|
data/lib/v20200324/models.rb
CHANGED
@@ -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.
|
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-
|
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
|