tencentcloud-sdk-as 3.0.1105 → 3.0.1115
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 -5
- 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: 85cee9aa4f046ecb33afca9738dd450daf5262fb
|
4
|
+
data.tar.gz: 1e4fb970a9fe254589d4c6884b8947ae91cf1547
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5d42c3fd3f0a290fe1b8d133b0eec62e4adc3404a430889a403a981b850969b30604974037e21a09f4f129ddbeb4df67d2b21fc4ac9befcf4e9c1346875340b3
|
7
|
+
data.tar.gz: 916beb3a6033bbe0b70b50c3e050c64aabc982f3eda6a1c781045a5b2b4540c9f72e981a6f3b376a0a61d913338cfca13b4bcf993fe7b4f342d5de4fb359029e
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1115
|
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, 8
|
74
|
+
deprecate :ActivityRelatedInstanceSet=, :none, 2025, 8
|
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
|
@@ -2746,8 +2746,8 @@ module TencentCloud
|
|
2746
2746
|
|
2747
2747
|
attr_accessor :SecurityService, :MonitorService, :AutomationService, :AutomationToolsService
|
2748
2748
|
extend Gem::Deprecate
|
2749
|
-
deprecate :AutomationService, :none, 2025,
|
2750
|
-
deprecate :AutomationService=, :none, 2025,
|
2749
|
+
deprecate :AutomationService, :none, 2025, 8
|
2750
|
+
deprecate :AutomationService=, :none, 2025, 8
|
2751
2751
|
|
2752
2752
|
def initialize(securityservice=nil, monitorservice=nil, automationservice=nil, automationtoolsservice=nil)
|
2753
2753
|
@SecurityService = securityservice
|
@@ -3299,7 +3299,7 @@ module TencentCloud
|
|
3299
3299
|
# @param BandwidthPackageId: 带宽包ID。可通过[DescribeBandwidthPackages](https://cloud.tencent.com/document/api/215/19209)接口返回值中的`BandwidthPackageId`获取。
|
3300
3300
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
3301
3301
|
# @type BandwidthPackageId: String
|
3302
|
-
# @param InternetServiceProvider:
|
3302
|
+
# @param InternetServiceProvider: 线路类型。各种线路类型及支持地区详情可参考:[EIP 的 IP 地址类型](https://cloud.tencent.com/document/product/1199/41646)。默认值:BGP。
|
3303
3303
|
|
3304
3304
|
# <li>BGP:常规 BGP 线路</li>
|
3305
3305
|
# 已开通静态单线IP白名单的用户,可选值:
|
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.1115
|
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-
|
11
|
+
date: 2025-08-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|