tencentcloud-sdk-as 3.0.1134 → 3.0.1153

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: 1cb2c3017024a47e15f132d5db2d38c08a24c6a9
4
- data.tar.gz: 7f45df5ed55dfb818df3c1c06b4572e728158144
3
+ metadata.gz: 92c0f343ceaeeffe04375a93a476d185f4e6debe
4
+ data.tar.gz: a1da5e5d6768dbee40252eb2e9aa8ca7c0ddd2cf
5
5
  SHA512:
6
- metadata.gz: 5b9b19069d324892ed11f9667f8a549981b972601a15f0990dfcfabe39336c99a029ce8abb7ae332bd4d5ef1f873a6c99eeca24fd208681d5cfcfd5d5d4db117
7
- data.tar.gz: 1faedb961adf5be681c5f568402fb31e8d40053d815fc8405fe8586280ae3176fa895c9c02ee2d5a75b068b7c188b7008be53022de303b94a635c58b9c64fc9d
6
+ metadata.gz: 21637edb80d5a041e01af5ad748c8620a6f500a300cb0215ef16ad9082e3218046b124411f9a5e1bc360db41998f52682b844d559e7ece0623351910b6a7d8e0
7
+ data.tar.gz: b2967d1ecfb5428668a6be81b55a22c9858745a3687c28ba40093f670c25a7f02167d3b2ad2d0b69bd9db91a2c3a14ab2bd69b923bf7a9f41d49585ff0b1c5d5
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1134
1
+ 3.0.1153
@@ -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, 9
74
- deprecate :ActivityRelatedInstanceSet=, :none, 2025, 9
73
+ deprecate :ActivityRelatedInstanceSet, :none, 2025, 10
74
+ deprecate :ActivityRelatedInstanceSet=, :none, 2025, 10
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
@@ -2751,8 +2751,8 @@ module TencentCloud
2751
2751
 
2752
2752
  attr_accessor :SecurityService, :MonitorService, :AutomationService, :AutomationToolsService
2753
2753
  extend Gem::Deprecate
2754
- deprecate :AutomationService, :none, 2025, 9
2755
- deprecate :AutomationService=, :none, 2025, 9
2754
+ deprecate :AutomationService, :none, 2025, 10
2755
+ deprecate :AutomationService=, :none, 2025, 10
2756
2756
 
2757
2757
  def initialize(securityservice=nil, monitorservice=nil, automationservice=nil, automationtoolsservice=nil)
2758
2758
  @SecurityService = securityservice
@@ -3328,7 +3328,7 @@ module TencentCloud
3328
3328
  # <li> WanIP:普通公网IP。</li>
3329
3329
  # <li> HighQualityEIP:精品 IP。仅新加坡和中国香港支持精品IP。</li>
3330
3330
  # <li> AntiDDoSEIP:高防 IP。仅部分地域支持高防IP,详情可见[弹性公网IP产品概述](https://cloud.tencent.com/document/product/1199/41646) 。 </li>
3331
- # 如需为资源分配公网IPv4地址,请指定公网IPv4地址类型。
3331
+ # 如需为资源分配弹性公网IPv4地址,请指定弹性公网IPv4地址类型。如只使用WanIP,不需要设置此字段。
3332
3332
 
3333
3333
  # 精品IP 高防IP功能仅部分地区灰度开放,如需使用[请提交工单咨询](https://console.cloud.tencent.com/workorder/category)
3334
3334
  # @type IPv4AddressType: String
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.1134
4
+ version: 3.0.1153
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-09-01 00:00:00.000000000 Z
11
+ date: 2025-10-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common