tencentcloud-sdk-as 1.0.324 → 1.0.327

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: fb54f3b70a3d9acda03f038d9683f7bd2de08bef
4
- data.tar.gz: 5bb368c64d9deba99510dbf3fd3320c2c664f263
3
+ metadata.gz: 8d3606c6db5725691ea31552fa98c898485d2140
4
+ data.tar.gz: b83e873ed8543894e7e7d893dd34b22126dd0ca8
5
5
  SHA512:
6
- metadata.gz: cc8ff6689427a8628a9ed94a0bb86618a6555a869649775bba82f705aa5145a40653fb60c7fa0bcb3880377f89013cfd64788628e1b3d253b8f76f8c2d35eb8c
7
- data.tar.gz: 500c75056dd94a8e5fa0c913200ebd970a9daf5cea62685f25177240c8ef69d6b28f4e12248a035355e5bb128773aaa6bcbd0e5161ae06b98cbd8b790ee6d07a
6
+ metadata.gz: 467129ba95fca27a48a018a20f71b29625b780fd7f96e9f82b2f94adcd0397a594244f374649ce05cfbc971cc233cb4cffe197af59a11a9a79b17506ec395b95
7
+ data.tar.gz: 0a9ac3d316c97f381005a4c1da386121fcebcf1e4e4fdf20765e79461d2a2f40ccf53058a9ee57b160f5b9dc9ed359b8edca5373d42933b8841e80554ccf6ba7
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.324
1
+ 1.0.327
@@ -30,6 +30,8 @@ module TencentCloud
30
30
 
31
31
 
32
32
  # 本接口(AttachInstances)用于将 CVM 实例添加到伸缩组。
33
+ # * 仅支持添加处于`RUNNING`(运行中)或`STOPPED`(已关机)状态的 CVM 实例
34
+ # * 添加的 CVM 实例需要和伸缩组 VPC 网络一致
33
35
 
34
36
  # @param request: Request instance for AttachInstances.
35
37
  # @type request: :class:`Tencentcloud::as::V20180419::AttachInstancesRequest`
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-as
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.324
4
+ version: 1.0.327
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-05-31 00:00:00.000000000 Z
11
+ date: 2022-06-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common