tencentcloud-sdk-cvm 3.0.1074 → 3.0.1075

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/v20170312/models.rb +10 -4
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ffb87cdc33f39debb519c2734d73c50ef1cfff03
4
- data.tar.gz: fe5cf39d326fce5766a72b5c23b98fa1ef3ca1ef
3
+ metadata.gz: 43b6b484974d6484d849160b0975957b68c8a31d
4
+ data.tar.gz: 4a336be31fda0d59ceccf63fcdcc61abcfd8f3c9
5
5
  SHA512:
6
- metadata.gz: 4fba9d407d858e64a002a8e9bb0c5495e3d779668bbf113fa424b7065f5d29a67e29a962761bfcb51efc376dc5a2cbd6219e35ac5d19cfca18ac861d7b55a978
7
- data.tar.gz: 4187496faa19b475734ff63ba4325fff4985074fbfdba28e6e48e0c84ef0d2c7b86b723f4dfdd88357b2c1ac8f88b5d7385531c2330cc59c6d4ef8071c18e166
6
+ metadata.gz: be0d2fedb3b316d326c73e1662b5adcd744d48e818a2080a675df84f487456fa4b938501fe03641adb62e8ba534945878b8dc72621e8667223e15e6f60eba228
7
+ data.tar.gz: 25b5f28240ac7a2edbfb0f4d85d2679ada054c2ace6507a6f912d75ab79d692838663ec9a6f20c71f7cda2df2ff543fe8858146ce2f5abc78342a29e878d1405
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1074
1
+ 3.0.1075
@@ -2004,8 +2004,8 @@ module TencentCloud
2004
2004
 
2005
2005
  attr_accessor :GroupQuota, :CurrentNum, :CvmInHostGroupQuota, :CvmInSwGroupQuota, :CvmInRackGroupQuota, :CvmInSwitchGroupQuota, :RequestId
2006
2006
  extend Gem::Deprecate
2007
- deprecate :CvmInSwGroupQuota, :none, 2025, 5
2008
- deprecate :CvmInSwGroupQuota=, :none, 2025, 5
2007
+ deprecate :CvmInSwGroupQuota, :none, 2025, 6
2008
+ deprecate :CvmInSwGroupQuota=, :none, 2025, 6
2009
2009
 
2010
2010
  def initialize(groupquota=nil, currentnum=nil, cvminhostgroupquota=nil, cvminswgroupquota=nil, cvminrackgroupquota=nil, cvminswitchgroupquota=nil, requestid=nil)
2011
2011
  @GroupQuota = groupquota
@@ -3927,8 +3927,8 @@ module TencentCloud
3927
3927
 
3928
3928
  attr_accessor :InstanceId, :Password, :Username, :ForceStop, :StopType
3929
3929
  extend Gem::Deprecate
3930
- deprecate :ForceStop, :none, 2025, 5
3931
- deprecate :ForceStop=, :none, 2025, 5
3930
+ deprecate :ForceStop, :none, 2025, 6
3931
+ deprecate :ForceStop=, :none, 2025, 6
3932
3932
 
3933
3933
  def initialize(instanceid=nil, password=nil, username=nil, forcestop=nil, stoptype=nil)
3934
3934
  @InstanceId = instanceid
@@ -7478,6 +7478,9 @@ module TencentCloud
7478
7478
  # @type StopType: String
7479
7479
 
7480
7480
  attr_accessor :InstanceIds, :ForceReboot, :StopType
7481
+ extend Gem::Deprecate
7482
+ deprecate :ForceReboot, :none, 2025, 6
7483
+ deprecate :ForceReboot=, :none, 2025, 6
7481
7484
 
7482
7485
  def initialize(instanceids=nil, forcereboot=nil, stoptype=nil)
7483
7486
  @InstanceIds = instanceids
@@ -8860,6 +8863,9 @@ module TencentCloud
8860
8863
  # @type StoppedMode: String
8861
8864
 
8862
8865
  attr_accessor :InstanceIds, :ForceStop, :StopType, :StoppedMode
8866
+ extend Gem::Deprecate
8867
+ deprecate :ForceStop, :none, 2025, 6
8868
+ deprecate :ForceStop=, :none, 2025, 6
8863
8869
 
8864
8870
  def initialize(instanceids=nil, forcestop=nil, stoptype=nil, stoppedmode=nil)
8865
8871
  @InstanceIds = instanceids
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-cvm
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1074
4
+ version: 3.0.1075
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-06-04 00:00:00.000000000 Z
11
+ date: 2025-06-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common