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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5bc485a632d356af369ed3f0f3efec2d0361b3d5
4
- data.tar.gz: 7286f3f5245d7306c828c4dedef6b9cc3a693b03
3
+ metadata.gz: 85cee9aa4f046ecb33afca9738dd450daf5262fb
4
+ data.tar.gz: 1e4fb970a9fe254589d4c6884b8947ae91cf1547
5
5
  SHA512:
6
- metadata.gz: e98a7954c0342f915e7fba746f9c5721cce632fbce677b1fb6eb1854f0ba600d462dbd7da0bbd67ae5192049c4614ec8fb686ec03715ce83f8207e776e2a5fe8
7
- data.tar.gz: 59b922e3819df1bed894796e34d12e61d1f9078709c4810710de368af9d00a7ea3443f590fdbdfe9ec4e2ae4f01348219fb81b980fed43a060cb0e5c72ddd290
6
+ metadata.gz: 5d42c3fd3f0a290fe1b8d133b0eec62e4adc3404a430889a403a981b850969b30604974037e21a09f4f129ddbeb4df67d2b21fc4ac9befcf4e9c1346875340b3
7
+ data.tar.gz: 916beb3a6033bbe0b70b50c3e050c64aabc982f3eda6a1c781045a5b2b4540c9f72e981a6f3b376a0a61d913338cfca13b4bcf993fe7b4f342d5de4fb359029e
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1105
1
+ 3.0.1115
@@ -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, 7
74
- deprecate :ActivityRelatedInstanceSet=, :none, 2025, 7
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, 7
2750
- deprecate :AutomationService=, :none, 2025, 7
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: 线路类型。各种线路类型详情可参考:[EIP 的 IP 地址类型](https://cloud.tencent.com/document/product/1199/41646)。默认值:BGP。
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.1105
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-07-21 00:00:00.000000000 Z
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