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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 85cee9aa4f046ecb33afca9738dd450daf5262fb
4
- data.tar.gz: 1e4fb970a9fe254589d4c6884b8947ae91cf1547
3
+ metadata.gz: 84b19f42aade855d116b6a7d99638ccae2e2a40a
4
+ data.tar.gz: 2deda91e7e624d8752bee058142db238c39efa68
5
5
  SHA512:
6
- metadata.gz: 5d42c3fd3f0a290fe1b8d133b0eec62e4adc3404a430889a403a981b850969b30604974037e21a09f4f129ddbeb4df67d2b21fc4ac9befcf4e9c1346875340b3
7
- data.tar.gz: 916beb3a6033bbe0b70b50c3e050c64aabc982f3eda6a1c781045a5b2b4540c9f72e981a6f3b376a0a61d913338cfca13b4bcf993fe7b4f342d5de4fb359029e
6
+ metadata.gz: 31f6a4814e653487766c060ad0d608659283444bc749f3cae32b49d2d426bd79b6e56165fd9de7c40823aa0bfa09b47a7cdb08dd856a41257f01bfb30a3612ef
7
+ data.tar.gz: 129357ea50d5384218054706500f1582dd77a317a94851efa5c41959b99db416e5eaefbff8242cc8445511be17681f9362f8b9c49489df6591426692c94c22bf
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1115
1
+ 3.0.1120
@@ -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.1115
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-01 00:00:00.000000000 Z
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