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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1c101b89c9731114b7595dea0e41aa26799ab6d0
4
- data.tar.gz: cdd7b96763fc5e43f25d1f2e094c2575c726a2d5
3
+ metadata.gz: c7eda69865515c287e32b5f9c7b162121e7a5d71
4
+ data.tar.gz: 34c4b9c944bb7855fe4e997905a780978beb182e
5
5
  SHA512:
6
- metadata.gz: 683780ff260209ed6dceae664382b220f8a9c31ad7b5a115c301a6338a8aaba2b76f7fec82800048adf421b73b99effecc27387eb0d4dddb8fd74a29c46ad782
7
- data.tar.gz: 95524377d2ff47b43a1dc3a16fd758f5badd08ff649abce6a7187ee9e31b710978db19ed4327c3cd4c5cf9c6937fd9f640a0cb453e682666c66e0128d4c963e7
6
+ metadata.gz: 91e4f18219b598e619711edaf329ba049df629e897a24f5510f1cb9ac3b798694d54d7e5b884e47239249322140494465ed7ff1f85a3dd1cef57ba4be93a8f73
7
+ data.tar.gz: 47940027fe60ba04f873c40928af80352e3a15c65517993b5c1d1152a43ace84ab3e9b4e9f1d906b161e934e77c334d06316f7648add49a22d70d3b4827251a6
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.652
1
+ 3.0.653
@@ -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: JDK版本: 811 (openJDK只支持8)
6184
+ # @param JdkVersion: konaJDK版本:811和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.652
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-05 00:00:00.000000000 Z
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