tencentcloud-sdk-tsf 3.0.652 → 3.0.653
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/v20180326/models.rb +4 -3
- 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: c7eda69865515c287e32b5f9c7b162121e7a5d71
|
4
|
+
data.tar.gz: 34c4b9c944bb7855fe4e997905a780978beb182e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 91e4f18219b598e619711edaf329ba049df629e897a24f5510f1cb9ac3b798694d54d7e5b884e47239249322140494465ed7ff1f85a3dd1cef57ba4be93a8f73
|
7
|
+
data.tar.gz: 47940027fe60ba04f873c40928af80352e3a15c65517993b5c1d1152a43ace84ab3e9b4e9f1d906b161e934e77c334d06316f7648add49a22d70d3b4827251a6
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.653
|
data/lib/v20180326/models.rb
CHANGED
@@ -6169,7 +6169,7 @@ module TencentCloud
|
|
6169
6169
|
# @type DeployBetaEnable: Boolean
|
6170
6170
|
# @param DeployBatch: 滚动发布每个批次参与的实例比率
|
6171
6171
|
# @type DeployBatch: Array
|
6172
|
-
# @param DeployExeMode:
|
6172
|
+
# @param DeployExeMode: 滚动发布的执行方式,auto表示自动, manual表示手动
|
6173
6173
|
# @type DeployExeMode: String
|
6174
6174
|
# @param DeployWaitTime: 滚动发布每个批次的时间间隔
|
6175
6175
|
# @type DeployWaitTime: Integer
|
@@ -6181,7 +6181,8 @@ module TencentCloud
|
|
6181
6181
|
# @type IncrementalDeployment: Boolean
|
6182
6182
|
# @param JdkName: JDK名称: konaJDK或openJDK
|
6183
6183
|
# @type JdkName: String
|
6184
|
-
# @param JdkVersion:
|
6184
|
+
# @param JdkVersion: konaJDK版本:8、11和17
|
6185
|
+
# openJDK版本:8、17
|
6185
6186
|
# @type JdkVersion: String
|
6186
6187
|
# @param AgentProfileList: 部署agent的类型、版本
|
6187
6188
|
# @type AgentProfileList: Array
|
@@ -19898,7 +19899,7 @@ module TencentCloud
|
|
19898
19899
|
class UpdateHealthCheckSettingsRequest < TencentCloud::Common::AbstractModel
|
19899
19900
|
# @param GroupId: 部署组ID
|
19900
19901
|
# @type GroupId: String
|
19901
|
-
# @param EnableHealthCheck:
|
19902
|
+
# @param EnableHealthCheck: 是否开启健康检查
|
19902
19903
|
# @type EnableHealthCheck: Boolean
|
19903
19904
|
# @param HealthCheckSettings: 健康检查配置
|
19904
19905
|
# @type HealthCheckSettings: :class:`Tencentcloud::Tsf.v20180326.models.HealthCheckSettings`
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-tsf
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.653
|
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-09-
|
11
|
+
date: 2023-09-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|