tencentcloud-sdk-as 3.0.1060 → 3.0.1061
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 +9 -9
- 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: 80d282a4492ac86469fa7dc58bd4cb9d0fe1f105
|
4
|
+
data.tar.gz: 225a9068cf37edb3170f0704a4128599d5c158bd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e694b2df7790cd6976323db69e46799653c0b3eacf777ba91652f3faa1eb59314a07836b895fe6aa90bb58bdfbe57a3b04983cb0b3eae06c7defc37c8975efa2
|
7
|
+
data.tar.gz: 67993fce4ed31b1834c26062cde8da4d0eaa2a462cb811c89a3b9844a0dae91d5eb2597a3947828fad67b883428ea7bfa85e784d05567b6528d277cd53eae2e9
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1061
|
data/lib/v20180419/models.rb
CHANGED
@@ -739,11 +739,11 @@ module TencentCloud
|
|
739
739
|
# @type AutoScalingGroupName: String
|
740
740
|
# @param InstanceId: 实例ID。可通过登录[控制台](https://console.cloud.tencent.com/cvm/index)或调用接口 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728) ,取返回信息中的 `InstanceId` 获取实例ID。
|
741
741
|
# @type InstanceId: String
|
742
|
-
# @param MinSize: 最小实例数,取值范围为0
|
742
|
+
# @param MinSize: 最小实例数,取值范围为 [0,2000],同时需满足 MaxSize >= DesiredCapacity >= MinSize 。
|
743
743
|
# @type MinSize: Integer
|
744
|
-
# @param MaxSize: 最大实例数,取值范围为0
|
744
|
+
# @param MaxSize: 最大实例数,取值范围为 [0,2000],同时需满足 MaxSize >= DesiredCapacity >= MinSize 。
|
745
745
|
# @type MaxSize: Integer
|
746
|
-
# @param DesiredCapacity:
|
746
|
+
# @param DesiredCapacity: 期望实例数,取值范围 [0,2000],默认值等于当前 MinSize,同时需满足 MaxSize >= DesiredCapacity >= MinSize 。
|
747
747
|
# @type DesiredCapacity: Integer
|
748
748
|
# @param InheritInstanceTag: 是否继承实例标签,默认值为False
|
749
749
|
# @type InheritInstanceTag: Boolean
|
@@ -795,15 +795,15 @@ module TencentCloud
|
|
795
795
|
# @type AutoScalingGroupName: String
|
796
796
|
# @param LaunchConfigurationId: 启动配置ID。可通过登录 [控制台](https://console.cloud.tencent.com/autoscaling/config) 或调用接口 [DescribeLaunchConfigurations](https://cloud.tencent.com/document/api/377/20445) ,取返回信息中的 LaunchConfigurationId 获取启动配置ID。
|
797
797
|
# @type LaunchConfigurationId: String
|
798
|
-
# @param MaxSize: 最大实例数,取值范围为0
|
798
|
+
# @param MaxSize: 最大实例数,取值范围为 [0,2000],同时需满足 MaxSize >= DesiredCapacity >= MinSize 。
|
799
799
|
# @type MaxSize: Integer
|
800
|
-
# @param MinSize: 最小实例数,取值范围为0
|
800
|
+
# @param MinSize: 最小实例数,取值范围为 [0,2000],同时需满足 MaxSize >= DesiredCapacity >= MinSize 。
|
801
801
|
# @type MinSize: Integer
|
802
802
|
# @param VpcId: 私有网络ID。有效的VpcId可通过登录[控制台](https://console.cloud.tencent.com/vpc/vpc)查询;也可以调用接口 [DescribeVpc](https://cloud.tencent.com/document/api/215/15778) ,从接口返回中的VpcId字段获取。
|
803
803
|
# @type VpcId: String
|
804
804
|
# @param DefaultCooldown: 默认冷却时间,单位秒,默认值为300。取值范围为 [0,3600]。
|
805
805
|
# @type DefaultCooldown: Integer
|
806
|
-
# @param DesiredCapacity: 期望实例数,取值范围 [0,2000]
|
806
|
+
# @param DesiredCapacity: 期望实例数,取值范围 [0,2000],默认值等于当前 MinSize,同时需满足 MaxSize >= DesiredCapacity >= MinSize 。
|
807
807
|
# @type DesiredCapacity: Integer
|
808
808
|
# @param LoadBalancerIds: 传统负载均衡器ID列表,目前长度上限为20,LoadBalancerIds 和 ForwardLoadBalancers 二者同时最多只能指定一个。可以通过 [DescribeLoadBalancers](https://cloud.tencent.com/document/product/214/30685) 接口获取。
|
809
809
|
# @type LoadBalancerIds: Array
|
@@ -3994,11 +3994,11 @@ module TencentCloud
|
|
3994
3994
|
class ModifyDesiredCapacityRequest < TencentCloud::Common::AbstractModel
|
3995
3995
|
# @param AutoScalingGroupId: 伸缩组ID。可通过登录 [控制台](https://console.cloud.tencent.com/autoscaling/group) 或调用接口 [DescribeAutoScalingGroups](https://cloud.tencent.com/document/api/377/20438) ,取返回信息中的 AutoScalingGroupId 获取伸缩组ID。
|
3996
3996
|
# @type AutoScalingGroupId: String
|
3997
|
-
# @param DesiredCapacity: 期望实例数,取值范围 [0,2000]
|
3997
|
+
# @param DesiredCapacity: 期望实例数,取值范围 [0,2000],同时需满足 MaxSize >= DesiredCapacity >= MinSize 。
|
3998
3998
|
# @type DesiredCapacity: Integer
|
3999
|
-
# @param MinSize: 最小实例数,取值范围为0
|
3999
|
+
# @param MinSize: 最小实例数,取值范围为 [0,2000],同时需满足 MaxSize >= DesiredCapacity >= MinSize 。
|
4000
4000
|
# @type MinSize: Integer
|
4001
|
-
# @param MaxSize: 最大实例数,取值范围为0
|
4001
|
+
# @param MaxSize: 最大实例数,取值范围为 [0,2000],同时需满足 MaxSize >= DesiredCapacity >= MinSize 。
|
4002
4002
|
# @type MaxSize: Integer
|
4003
4003
|
|
4004
4004
|
attr_accessor :AutoScalingGroupId, :DesiredCapacity, :MinSize, :MaxSize
|
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.1061
|
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-05-
|
11
|
+
date: 2025-05-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|