tencentcloud-sdk-as 3.0.672 → 3.0.673

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: c415578bbcef579a8e0cb04d7b5134b60b1afe16
4
- data.tar.gz: 448d5bb8ef594ab0c7fa540fb02dd0404a6489de
3
+ metadata.gz: cf7b7c0c61e4f081638fca344c703d5f05c76556
4
+ data.tar.gz: 78dd6f2ed2c598ac1c13aceb55a089432db8546a
5
5
  SHA512:
6
- metadata.gz: c92c5f2961666e305de484109f5cfafd1f26ce18628fdf1cc5a79efcc8afaee61f8c0f64a619309a4b0c93302498a66520737fa8ea3ab1ea29b4e85da24e094c
7
- data.tar.gz: aaee95917548f4b9d5de1dabd9e0a5fdbf3b04fde363c06dbb894308a8a00ada28602cb70a9241b9302919b312fbfd8164d914db1638be538a9984f9a71b388d
6
+ metadata.gz: d3b21fb73ba67737f8071ae22c6622262ac50843be9fc52afb1a3b8d27d2626f8a83ff280e7b71a7cec7bc3871644fac113ded37b93b216a82d0eb19dcc2bf60
7
+ data.tar.gz: af6e3a9f77a3cdf6ec3a8a5230893148683b2976a69596d906cbc7cd233ffb895f762558b0b74375a3b38d941752ee3a7a696233fb407f65c95b04921df3ebd2
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.672
1
+ 3.0.673
@@ -64,8 +64,8 @@ module TencentCloud
64
64
 
65
65
  attr_accessor :AutoScalingGroupId, :ActivityId, :ActivityType, :StatusCode, :StatusMessage, :Cause, :Description, :StartTime, :EndTime, :CreatedTime, :ActivityRelatedInstanceSet, :StatusMessageSimplified, :LifecycleActionResultSet, :DetailedStatusMessageSet, :InvocationResultSet, :RelatedInstanceSet
66
66
  extend Gem::Deprecate
67
- deprecate :ActivityRelatedInstanceSet, :none, 2023, 9
68
- deprecate :ActivityRelatedInstanceSet=, :none, 2023, 9
67
+ deprecate :ActivityRelatedInstanceSet, :none, 2023, 10
68
+ deprecate :ActivityRelatedInstanceSet=, :none, 2023, 10
69
69
 
70
70
  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)
71
71
  @AutoScalingGroupId = autoscalinggroupid
@@ -2617,8 +2617,8 @@ module TencentCloud
2617
2617
 
2618
2618
  attr_accessor :SecurityService, :MonitorService, :AutomationService, :AutomationToolsService
2619
2619
  extend Gem::Deprecate
2620
- deprecate :AutomationService, :none, 2023, 9
2621
- deprecate :AutomationService=, :none, 2023, 9
2620
+ deprecate :AutomationService, :none, 2023, 10
2621
+ deprecate :AutomationService=, :none, 2023, 10
2622
2622
 
2623
2623
  def initialize(securityservice=nil, monitorservice=nil, automationservice=nil, automationtoolsservice=nil)
2624
2624
  @SecurityService = securityservice
@@ -3028,10 +3028,7 @@ module TencentCloud
3028
3028
 
3029
3029
  # 云服务器实例名称(InstanceName)的相关设置
3030
3030
  class InstanceNameSettings < TencentCloud::Common::AbstractModel
3031
- # @param InstanceName: 云服务器的实例名。
3032
-
3033
- # 点号(.)和短横线(-)不能作为 InstanceName 的首尾字符,不能连续使用。
3034
- # 字符长度为[2, 40],允许支持多个点号,点之间为一段,每段允许字母(不限制大小写)、数字和短横线(-)组成。不允许为纯数字。
3031
+ # @param InstanceName: 云服务器的实例名。字符长度为[2, 108]。
3035
3032
  # @type InstanceName: String
3036
3033
  # @param InstanceNameStyle: 云服务器实例名的风格,取值范围包括 ORIGINAL 和 UNIQUE,默认为 ORIGINAL。
3037
3034
 
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.672
4
+ version: 3.0.673
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-10-09 00:00:00.000000000 Z
11
+ date: 2023-10-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common