tencentcloud-sdk-as 3.0.1115 → 3.0.1120
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/v20180419/models.rb +5 -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: 84b19f42aade855d116b6a7d99638ccae2e2a40a
|
4
|
+
data.tar.gz: 2deda91e7e624d8752bee058142db238c39efa68
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 31f6a4814e653487766c060ad0d608659283444bc749f3cae32b49d2d426bd79b6e56165fd9de7c40823aa0bfa09b47a7cdb08dd856a41257f01bfb30a3612ef
|
7
|
+
data.tar.gz: 129357ea50d5384218054706500f1582dd77a317a94851efa5c41959b99db416e5eaefbff8242cc8445511be17681f9362f8b9c49489df6591426692c94c22bf
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1120
|
data/lib/v20180419/models.rb
CHANGED
@@ -5147,9 +5147,11 @@ module TencentCloud
|
|
5147
5147
|
|
5148
5148
|
# ScaleOutInstances请求参数结构体
|
5149
5149
|
class ScaleOutInstancesRequest < TencentCloud::Common::AbstractModel
|
5150
|
-
# @param AutoScalingGroupId: 伸缩组ID
|
5150
|
+
# @param AutoScalingGroupId: 伸缩组ID。可以通过如下方式获取可用的伸缩组ID:
|
5151
|
+
# <li>通过登录 [控制台](https://console.cloud.tencent.com/autoscaling/group) 查询伸缩组ID。</li>
|
5152
|
+
# <li>通过调用接口 [DescribeAutoScalingGroups](https://cloud.tencent.com/document/api/377/20438) ,取返回信息中的 AutoScalingGroupId 获取伸缩组ID。</li>
|
5151
5153
|
# @type AutoScalingGroupId: String
|
5152
|
-
# @param ScaleOutNumber:
|
5154
|
+
# @param ScaleOutNumber: 希望扩容的实例数量。该参数的静态取值范围是 [1,2000],同时该参数不得大于期望数与最大值的差值。例如伸缩组期望数为 20,最大值为 100,此时可取值范围为 [1,80]。
|
5153
5155
|
# @type ScaleOutNumber: Integer
|
5154
5156
|
|
5155
5157
|
attr_accessor :AutoScalingGroupId, :ScaleOutNumber
|
@@ -5521,7 +5523,7 @@ module TencentCloud
|
|
5521
5523
|
|
5522
5524
|
# StartInstanceRefresh请求参数结构体
|
5523
5525
|
class StartInstanceRefreshRequest < TencentCloud::Common::AbstractModel
|
5524
|
-
# @param AutoScalingGroupId: 伸缩组ID。
|
5526
|
+
# @param AutoScalingGroupId: 伸缩组ID。可通过登录 [控制台](https://console.cloud.tencent.com/autoscaling/group) 或调用接口 [DescribeAutoScalingGroups](https://cloud.tencent.com/document/api/377/20438) ,取返回信息中的 AutoScalingGroupId 获取伸缩组ID。
|
5525
5527
|
# @type AutoScalingGroupId: String
|
5526
5528
|
# @param RefreshSettings: 刷新设置。
|
5527
5529
|
# @type RefreshSettings: :class:`Tencentcloud::As.v20180419.models.RefreshSettings`
|
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: 3.0.
|
4
|
+
version: 3.0.1120
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-08-
|
11
|
+
date: 2025-08-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|