tencentcloud-sdk-as 3.0.977 → 3.0.979

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20180419/models.rb +13 -6
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 932a4fa5a2ed412ba9672fa86ce287da68dfafd6
4
- data.tar.gz: 284dfe786ec1824c97ab15b660a6e803c166f987
3
+ metadata.gz: 2090590250624ef8b416eef0eb216bc710129248
4
+ data.tar.gz: d86f8a4f1074a8e53169465f4cf046772fc11bb2
5
5
  SHA512:
6
- metadata.gz: 7f337549573f15800b3db45ff0b8ec63fc27401ff3af8fafb01575a929bb7d157369ccac194fbfeafbdeaedd60ff17578e9dc91efe8223e4da6aedb5fe056586
7
- data.tar.gz: e645de59ad6c7b79bdb8e82898e719c38e320e8bfafd70ad7c2a78cce30cd779b9b98bd3adcc73f2019cb370ba0b93885c23c964a2c53c550266b42e1c99706b
6
+ metadata.gz: 7fb1542b466c37668d7c9a8b0664fa358e5acda3e546d2e24782f84370149b415b1fd9afd52cfd1c4b4b8ac01281bd8ee86098c36e0bb65df43a55e3c2eb63e6
7
+ data.tar.gz: 6a9512902ed9f978c087c74e519739eb6e425b91e165f226e23767dce3d593d93aaa866d6fcc97e532d586d631c45372031756b204bdca58484252ae976a9ea2
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.977
1
+ 3.0.979
@@ -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, 2024, 12
74
- deprecate :ActivityRelatedInstanceSet=, :none, 2024, 12
73
+ deprecate :ActivityRelatedInstanceSet, :none, 2025, 1
74
+ deprecate :ActivityRelatedInstanceSet=, :none, 2025, 1
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
@@ -2685,8 +2685,8 @@ module TencentCloud
2685
2685
 
2686
2686
  attr_accessor :SecurityService, :MonitorService, :AutomationService, :AutomationToolsService
2687
2687
  extend Gem::Deprecate
2688
- deprecate :AutomationService, :none, 2024, 12
2689
- deprecate :AutomationService=, :none, 2024, 12
2688
+ deprecate :AutomationService, :none, 2025, 1
2689
+ deprecate :AutomationService=, :none, 2025, 1
2690
2690
 
2691
2691
  def initialize(securityservice=nil, monitorservice=nil, automationservice=nil, automationtoolsservice=nil)
2692
2692
  @SecurityService = securityservice
@@ -4819,19 +4819,26 @@ module TencentCloud
4819
4819
  # @param MaxSurge: 最大额外数量。设置该参数后,在滚动更新开始前根据启动配置创建一批按量计费的额外实例,滚动更新完成后销毁额外实例。
4820
4820
  # 该参数用于保证滚动更新过程中可用实例的数量,最大额外数量不能超过滚动更新单个批次的刷新实例数。回滚流程暂不支持该参数。
4821
4821
  # @type MaxSurge: Integer
4822
+ # @param FailProcess: 失败处理策略。默认值为 AUTO_PAUSE,取值范围如下:
4823
+ # <li>AUTO_PAUSE:刷新失败后暂停</li>
4824
+ # <li>AUTO_ROLLBACK:刷新失败后回滚。回滚时每批次回滚一台实例,CheckInstanceTargetHealth 参数值与原刷新活动一致。MaxSurge参数引入的扩缩容流程失败无需回滚,会用取消动作代替回滚</li>
4825
+ # <li>AUTO_CANCEL:刷新失败后取消</li>
4826
+ # @type FailProcess: String
4822
4827
 
4823
- attr_accessor :BatchNumber, :BatchPause, :MaxSurge
4828
+ attr_accessor :BatchNumber, :BatchPause, :MaxSurge, :FailProcess
4824
4829
 
4825
- def initialize(batchnumber=nil, batchpause=nil, maxsurge=nil)
4830
+ def initialize(batchnumber=nil, batchpause=nil, maxsurge=nil, failprocess=nil)
4826
4831
  @BatchNumber = batchnumber
4827
4832
  @BatchPause = batchpause
4828
4833
  @MaxSurge = maxsurge
4834
+ @FailProcess = failprocess
4829
4835
  end
4830
4836
 
4831
4837
  def deserialize(params)
4832
4838
  @BatchNumber = params['BatchNumber']
4833
4839
  @BatchPause = params['BatchPause']
4834
4840
  @MaxSurge = params['MaxSurge']
4841
+ @FailProcess = params['FailProcess']
4835
4842
  end
4836
4843
  end
4837
4844
 
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.977
4
+ version: 3.0.979
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-01-07 00:00:00.000000000 Z
11
+ date: 2025-01-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common