tencentcloud-sdk-as 3.0.671 → 3.0.673

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2a5eac90b84d1d8364b532276c574f4136bcc870
4
- data.tar.gz: dc89e34e94ad8575877c984104841a7b79227364
3
+ metadata.gz: cf7b7c0c61e4f081638fca344c703d5f05c76556
4
+ data.tar.gz: 78dd6f2ed2c598ac1c13aceb55a089432db8546a
5
5
  SHA512:
6
- metadata.gz: fb4526fa9be764ea608a69d2923f2060cf657e7176ac6072019751d19525372d13b403026fefba92406bc153f6efb94e54c9e771d6ea7927e08ede96f30c4631
7
- data.tar.gz: f00e14aaac0aed1af8a1a0637dff7dce9e9cb08257c5fdd269b77aa42a73ad19fea9f1d2db343d62f069612a983baf68bd323a035f4caf5ebfb1da3ab72bb38c
6
+ metadata.gz: d3b21fb73ba67737f8071ae22c6622262ac50843be9fc52afb1a3b8d27d2626f8a83ff280e7b71a7cec7bc3871644fac113ded37b93b216a82d0eb19dcc2bf60
7
+ data.tar.gz: af6e3a9f77a3cdf6ec3a8a5230893148683b2976a69596d906cbc7cd233ffb895f762558b0b74375a3b38d941752ee3a7a696233fb407f65c95b04921df3ebd2
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.671
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.671
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-07 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