tencentcloud-sdk-as 1.0.324 → 1.0.325

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: 88aeae9dc8a5c34250c07b5c8aec23c1764a2b3f
4
+ data.tar.gz: fdb9c15d120bf0e15751773ec71bf7499f9bec96
5
5
  SHA512:
6
- metadata.gz: cc8ff6689427a8628a9ed94a0bb86618a6555a869649775bba82f705aa5145a40653fb60c7fa0bcb3880377f89013cfd64788628e1b3d253b8f76f8c2d35eb8c
7
- data.tar.gz: 500c75056dd94a8e5fa0c913200ebd970a9daf5cea62685f25177240c8ef69d6b28f4e12248a035355e5bb128773aaa6bcbd0e5161ae06b98cbd8b790ee6d07a
6
+ metadata.gz: 1535c56dd65965f81f6fde091db8c74cc6cf607d69c4c14f4a229f2e81c9a324f0f4510b78fbabbdcb8e481df69dc2b62850cb208a08178319d603b4c2e44d6c
7
+ data.tar.gz: c036c46c8eb9bdff6a09850c758e28ae382af730128dc7540a465c819d7217ad345e5847c38d18f10df16c928525a7ef44663f7ae02231fc253df8016c5cf14a
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.324
1
+ 1.0.325
@@ -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.325
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-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common