tencentcloud-sdk-as 3.0.1094 → 3.0.1105
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 +52 -10
- 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: 5bc485a632d356af369ed3f0f3efec2d0361b3d5
|
4
|
+
data.tar.gz: 7286f3f5245d7306c828c4dedef6b9cc3a693b03
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e98a7954c0342f915e7fba746f9c5721cce632fbce677b1fb6eb1854f0ba600d462dbd7da0bbd67ae5192049c4614ec8fb686ec03715ce83f8207e776e2a5fe8
|
7
|
+
data.tar.gz: 59b922e3819df1bed894796e34d12e61d1f9078709c4810710de368af9d00a7ea3443f590fdbdfe9ec4e2ae4f01348219fb81b980fed43a060cb0e5c72ddd290
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1105
|
data/lib/v20180419/models.rb
CHANGED
@@ -70,8 +70,8 @@ module TencentCloud
|
|
70
70
|
|
71
71
|
attr_accessor :AutoScalingGroupId, :ActivityId, :ActivityType, :StatusCode, :StatusMessage, :Cause, :Description, :StartTime, :EndTime, :CreatedTime, :ActivityRelatedInstanceSet, :StatusMessageSimplified, :LifecycleActionResultSet, :DetailedStatusMessageSet, :InvocationResultSet, :RelatedInstanceSet
|
72
72
|
extend Gem::Deprecate
|
73
|
-
deprecate :ActivityRelatedInstanceSet, :none, 2025,
|
74
|
-
deprecate :ActivityRelatedInstanceSet=, :none, 2025,
|
73
|
+
deprecate :ActivityRelatedInstanceSet, :none, 2025, 7
|
74
|
+
deprecate :ActivityRelatedInstanceSet=, :none, 2025, 7
|
75
75
|
|
76
76
|
def initialize(autoscalinggroupid=nil, activityid=nil, activitytype=nil, statuscode=nil, statusmessage=nil, cause=nil, description=nil, starttime=nil, endtime=nil, createdtime=nil, activityrelatedinstanceset=nil, statusmessagesimplified=nil, lifecycleactionresultset=nil, detailedstatusmessageset=nil, invocationresultset=nil, relatedinstanceset=nil)
|
77
77
|
@AutoScalingGroupId = autoscalinggroupid
|
@@ -2048,6 +2048,7 @@ module TencentCloud
|
|
2048
2048
|
# @param Filters: 过滤条件。
|
2049
2049
|
# <li> instance-id - String - 是否必填:否 -(过滤条件)按照实例ID过滤。可通过登录[控制台](https://console.cloud.tencent.com/cvm/index)或调用接口 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728) ,取返回信息中的 `InstanceId` 获取实例ID。</li>
|
2050
2050
|
# <li> auto-scaling-group-id - String - 是否必填:否 -(过滤条件)按照伸缩组ID过滤。可通过登录 [控制台](https://console.cloud.tencent.com/autoscaling/group) 或调用接口 [DescribeAutoScalingGroups](https://cloud.tencent.com/document/api/377/20438) ,取返回信息中的 AutoScalingGroupId 获取伸缩组ID。</li>
|
2051
|
+
# <li> private-ip-address - String - 是否必填:否 -(过滤条件)按照实例内网IP过滤。可通过登录 [控制台](https://console.cloud.tencent.com/autoscaling/group) 或调用接口 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728) ,取返回信息中的 `PrivateIpAddresses`获取实例内网IP。</li>
|
2051
2052
|
# 每次请求的`Filters`的上限为10,`Filter.Values`的上限为5。参数不支持同时指定`InstanceIds`和`Filters`。
|
2052
2053
|
# @type Filters: Array
|
2053
2054
|
# @param Offset: 偏移量,默认为0。关于`Offset`的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/api/213/15688)中的相关小节。
|
@@ -2745,8 +2746,8 @@ module TencentCloud
|
|
2745
2746
|
|
2746
2747
|
attr_accessor :SecurityService, :MonitorService, :AutomationService, :AutomationToolsService
|
2747
2748
|
extend Gem::Deprecate
|
2748
|
-
deprecate :AutomationService, :none, 2025,
|
2749
|
-
deprecate :AutomationService=, :none, 2025,
|
2749
|
+
deprecate :AutomationService, :none, 2025, 7
|
2750
|
+
deprecate :AutomationService=, :none, 2025, 7
|
2750
2751
|
|
2751
2752
|
def initialize(securityservice=nil, monitorservice=nil, automationservice=nil, automationtoolsservice=nil)
|
2752
2753
|
@SecurityService = securityservice
|
@@ -3298,14 +3299,47 @@ module TencentCloud
|
|
3298
3299
|
# @param BandwidthPackageId: 带宽包ID。可通过[DescribeBandwidthPackages](https://cloud.tencent.com/document/api/215/19209)接口返回值中的`BandwidthPackageId`获取。
|
3299
3300
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
3300
3301
|
# @type BandwidthPackageId: String
|
3301
|
-
|
3302
|
-
|
3303
|
-
|
3304
|
-
|
3302
|
+
# @param InternetServiceProvider: 线路类型。各种线路类型详情可参考:[EIP 的 IP 地址类型](https://cloud.tencent.com/document/product/1199/41646)。默认值:BGP。
|
3303
|
+
|
3304
|
+
# <li>BGP:常规 BGP 线路</li>
|
3305
|
+
# 已开通静态单线IP白名单的用户,可选值:
|
3306
|
+
|
3307
|
+
# <li>CMCC:中国移动</li>
|
3308
|
+
# <li>CTCC:中国电信</li>
|
3309
|
+
# <li>CUCC:中国联通</li>
|
3310
|
+
# 注意:仅部分地域支持静态单线IP。
|
3311
|
+
# @type InternetServiceProvider: String
|
3312
|
+
# @param IPv4AddressType: 公网 IP 类型。
|
3313
|
+
|
3314
|
+
# <li> WanIP:普通公网IP。</li>
|
3315
|
+
# <li> HighQualityEIP:精品 IP。仅新加坡和中国香港支持精品IP。</li>
|
3316
|
+
# <li> AntiDDoSEIP:高防 IP。仅部分地域支持高防IP,详情可见[弹性公网IP产品概述](https://cloud.tencent.com/document/product/1199/41646) 。 </li>
|
3317
|
+
# 如需为资源分配公网IPv4地址,请指定公网IPv4地址类型。
|
3318
|
+
|
3319
|
+
# 精品IP 高防IP功能仅部分地区灰度开放,如需使用[请提交工单咨询](https://console.cloud.tencent.com/workorder/category)
|
3320
|
+
# @type IPv4AddressType: String
|
3321
|
+
# @param AntiDDoSPackageId: 高防包唯一ID,申请高防IP时,该字段必传。
|
3322
|
+
# @type AntiDDoSPackageId: String
|
3323
|
+
# @param IsKeepEIP: 实例销毁时是否一并销毁绑定的弹性IP。
|
3324
|
+
|
3325
|
+
# 取值范围:
|
3326
|
+
# <li>TRUE:表示保留EIP</li>
|
3327
|
+
# <li>FALSE:表示不保留</li>
|
3328
|
+
# 请注意,当IPv4AddressType字段指定EIP类型时,默认不保留EIP。WanIP不受此字段影响始终随实例销毁。
|
3329
|
+
# 变更配置此字段,已绑定伸缩组会立刻生效。
|
3330
|
+
# @type IsKeepEIP: Boolean
|
3331
|
+
|
3332
|
+
attr_accessor :InternetChargeType, :InternetMaxBandwidthOut, :PublicIpAssigned, :BandwidthPackageId, :InternetServiceProvider, :IPv4AddressType, :AntiDDoSPackageId, :IsKeepEIP
|
3333
|
+
|
3334
|
+
def initialize(internetchargetype=nil, internetmaxbandwidthout=nil, publicipassigned=nil, bandwidthpackageid=nil, internetserviceprovider=nil, ipv4addresstype=nil, antiddospackageid=nil, iskeepeip=nil)
|
3305
3335
|
@InternetChargeType = internetchargetype
|
3306
3336
|
@InternetMaxBandwidthOut = internetmaxbandwidthout
|
3307
3337
|
@PublicIpAssigned = publicipassigned
|
3308
3338
|
@BandwidthPackageId = bandwidthpackageid
|
3339
|
+
@InternetServiceProvider = internetserviceprovider
|
3340
|
+
@IPv4AddressType = ipv4addresstype
|
3341
|
+
@AntiDDoSPackageId = antiddospackageid
|
3342
|
+
@IsKeepEIP = iskeepeip
|
3309
3343
|
end
|
3310
3344
|
|
3311
3345
|
def deserialize(params)
|
@@ -3313,6 +3347,10 @@ module TencentCloud
|
|
3313
3347
|
@InternetMaxBandwidthOut = params['InternetMaxBandwidthOut']
|
3314
3348
|
@PublicIpAssigned = params['PublicIpAssigned']
|
3315
3349
|
@BandwidthPackageId = params['BandwidthPackageId']
|
3350
|
+
@InternetServiceProvider = params['InternetServiceProvider']
|
3351
|
+
@IPv4AddressType = params['IPv4AddressType']
|
3352
|
+
@AntiDDoSPackageId = params['AntiDDoSPackageId']
|
3353
|
+
@IsKeepEIP = params['IsKeepEIP']
|
3316
3354
|
end
|
3317
3355
|
end
|
3318
3356
|
|
@@ -4791,12 +4829,15 @@ module TencentCloud
|
|
4791
4829
|
# @type RollingUpdateSettings: :class:`Tencentcloud::As.v20180419.models.RollingUpdateSettings`
|
4792
4830
|
# @param CheckInstanceTargetHealth: 实例后端服务健康状态检查,默认为 FALSE。仅针对绑定应用型负载均衡器的伸缩组生效,开启该检查后,如刷新后实例未通过检查,负载均衡器端口权重始终为 0,且标记为刷新失败。取值范围如下:<li>TRUE:开启检查</li><li>FALSE:不开启检查</li>
|
4793
4831
|
# @type CheckInstanceTargetHealth: Boolean
|
4832
|
+
# @param CheckInstanceTargetHealthTimeout: 实例后端服务健康状态检查的超时时间,单位为秒,取值范围[60,7200],默认时间1800秒。仅在CheckInstanceTargetHealth参数开启后生效,若实例健康检查超时,则标记为刷新失败。
|
4833
|
+
# @type CheckInstanceTargetHealthTimeout: Integer
|
4794
4834
|
|
4795
|
-
attr_accessor :RollingUpdateSettings, :CheckInstanceTargetHealth
|
4835
|
+
attr_accessor :RollingUpdateSettings, :CheckInstanceTargetHealth, :CheckInstanceTargetHealthTimeout
|
4796
4836
|
|
4797
|
-
def initialize(rollingupdatesettings=nil, checkinstancetargethealth=nil)
|
4837
|
+
def initialize(rollingupdatesettings=nil, checkinstancetargethealth=nil, checkinstancetargethealthtimeout=nil)
|
4798
4838
|
@RollingUpdateSettings = rollingupdatesettings
|
4799
4839
|
@CheckInstanceTargetHealth = checkinstancetargethealth
|
4840
|
+
@CheckInstanceTargetHealthTimeout = checkinstancetargethealthtimeout
|
4800
4841
|
end
|
4801
4842
|
|
4802
4843
|
def deserialize(params)
|
@@ -4805,6 +4846,7 @@ module TencentCloud
|
|
4805
4846
|
@RollingUpdateSettings.deserialize(params['RollingUpdateSettings'])
|
4806
4847
|
end
|
4807
4848
|
@CheckInstanceTargetHealth = params['CheckInstanceTargetHealth']
|
4849
|
+
@CheckInstanceTargetHealthTimeout = params['CheckInstanceTargetHealthTimeout']
|
4808
4850
|
end
|
4809
4851
|
end
|
4810
4852
|
|
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.1105
|
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-07-
|
11
|
+
date: 2025-07-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|