tencentcloud-sdk-cvm 3.0.1172 → 3.0.1184

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 -10
  4. metadata +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: be4763093ef059f14db7df99d5312444c2ec3564
4
- data.tar.gz: a7edf8ba1de57af58d4d15ebc5c8efabb8b9487a
3
+ metadata.gz: a4301961a8434ff8ef0e5b9a3c54d218f454a70f
4
+ data.tar.gz: 4c5527d1438867d4051401aab998370b7691b0a3
5
5
  SHA512:
6
- metadata.gz: 0e68666d4dcce5f88337de7c0ff9bea51c321ff70aa41a2718a2a76d8f39b1f77c13dc39f2661aeef1a342247a74e493cbff04d5bac9cd8a2b9da0d378a96c85
7
- data.tar.gz: f59a7653f66c83558333ad73f09a0be2f1a082eb6e1b977c4d83e5520e32ab7d7a5302de6a540bfd134dff2433667d668d73c1919d06b24a9a3defb897860da9
6
+ metadata.gz: 2ba4e5e5bab971474607edc0588b9aacbf982b43bf837b494f074ad417407c269a28eee9b3092f7cb14b4bc4b8ec2c4f065019a88e8b85d67d8b17f9a52d4748
7
+ data.tar.gz: f34bef10441c64c35f9524ac1d3b9b53e1833771679041406ef8ae035cda8ac52ca1cec5ddf52b755ce6b3b88525f90aba1c4c50052604cac48e240b547c4e47
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1172
1
+ 3.0.1184
@@ -1999,8 +1999,8 @@ module TencentCloud
1999
1999
 
2000
2000
  attr_accessor :GroupQuota, :CurrentNum, :CvmInHostGroupQuota, :CvmInSwGroupQuota, :CvmInRackGroupQuota, :CvmInSwitchGroupQuota, :RequestId
2001
2001
  extend Gem::Deprecate
2002
- deprecate :CvmInSwGroupQuota, :none, 2025, 11
2003
- deprecate :CvmInSwGroupQuota=, :none, 2025, 11
2002
+ deprecate :CvmInSwGroupQuota, :none, 2025, 12
2003
+ deprecate :CvmInSwGroupQuota=, :none, 2025, 12
2004
2004
 
2005
2005
  def initialize(groupquota=nil, currentnum=nil, cvminhostgroupquota=nil, cvminswgroupquota=nil, cvminrackgroupquota=nil, cvminswitchgroupquota=nil, requestid=nil)
2006
2006
  @GroupQuota = groupquota
@@ -2950,7 +2950,7 @@ module TencentCloud
2950
2950
 
2951
2951
  # DescribeInstancesStatus请求参数结构体
2952
2952
  class DescribeInstancesStatusRequest < TencentCloud::Common::AbstractModel
2953
- # @param InstanceIds: 按照一个或者多个实例ID查询。实例ID形如:`ins-11112222`。此参数的具体格式可参考API[简介](https://cloud.tencent.com/document/api/213/15688)的`ids.N`一节)。每次请求的实例的上限为100。
2953
+ # @param InstanceIds: 按照一个或者多个实例ID查询。实例ID形如:`ins-dyzp06q6`。此参数的具体格式可参考API[简介](https://cloud.tencent.com/document/api/213/15688)的`ids.N`一节)。每次请求的实例的上限为100。
2954
2954
  # @type InstanceIds: Array
2955
2955
  # @param Offset: 偏移量,默认为0。关于`Offset`的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/api/213/15688)中的相关小节。
2956
2956
  # @type Offset: Integer
@@ -3750,8 +3750,8 @@ module TencentCloud
3750
3750
 
3751
3751
  attr_accessor :InstanceId, :Password, :Username, :ForceStop, :StopType
3752
3752
  extend Gem::Deprecate
3753
- deprecate :ForceStop, :none, 2025, 11
3754
- deprecate :ForceStop=, :none, 2025, 11
3753
+ deprecate :ForceStop, :none, 2025, 12
3754
+ deprecate :ForceStop=, :none, 2025, 12
3755
3755
 
3756
3756
  def initialize(instanceid=nil, password=nil, username=nil, forcestop=nil, stoptype=nil)
3757
3757
  @InstanceId = instanceid
@@ -6741,7 +6741,7 @@ module TencentCloud
6741
6741
 
6742
6742
  # ModifyInstancesChargeType请求参数结构体
6743
6743
  class ModifyInstancesChargeTypeRequest < TencentCloud::Common::AbstractModel
6744
- # @param InstanceIds: 一个或多个待操作的实例ID。可通过[DescribeInstances](https://cloud.tencent.com/document/api/213/15728)接口返回值中的`InstanceId`获取。每次请求批量实例的上限为30
6744
+ # @param InstanceIds: 一个或多个待操作的实例ID。可通过[DescribeInstances](https://cloud.tencent.com/document/api/213/15728)接口返回值中的`InstanceId`获取。每次请求批量实例的上限为20
6745
6745
  # @type InstanceIds: Array
6746
6746
  # @param InstanceChargeType: 修改后实例[计费类型](https://cloud.tencent.com/document/product/213/2180)。<li> PREPAID:预付费,即包年包月。</li><li> POSTPAID_BY_HOUR:后付费,即按量付费。</li>
6747
6747
  # @type InstanceChargeType: String
@@ -7244,8 +7244,8 @@ module TencentCloud
7244
7244
 
7245
7245
  attr_accessor :InstanceIds, :ForceReboot, :StopType
7246
7246
  extend Gem::Deprecate
7247
- deprecate :ForceReboot, :none, 2025, 11
7248
- deprecate :ForceReboot=, :none, 2025, 11
7247
+ deprecate :ForceReboot, :none, 2025, 12
7248
+ deprecate :ForceReboot=, :none, 2025, 12
7249
7249
 
7250
7250
  def initialize(instanceids=nil, forcereboot=nil, stoptype=nil)
7251
7251
  @InstanceIds = instanceids
@@ -8353,8 +8353,8 @@ module TencentCloud
8353
8353
 
8354
8354
  attr_accessor :InstanceIds, :ForceStop, :StopType, :StoppedMode
8355
8355
  extend Gem::Deprecate
8356
- deprecate :ForceStop, :none, 2025, 11
8357
- deprecate :ForceStop=, :none, 2025, 11
8356
+ deprecate :ForceStop, :none, 2025, 12
8357
+ deprecate :ForceStop=, :none, 2025, 12
8358
8358
 
8359
8359
  def initialize(instanceids=nil, forcestop=nil, stoptype=nil, stoppedmode=nil)
8360
8360
  @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.1172
4
+ version: 3.0.1184
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-11-23 00:00:00.000000000 Z
11
+ date: 2025-12-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common
@@ -33,9 +33,9 @@ executables: []
33
33
  extensions: []
34
34
  extra_rdoc_files: []
35
35
  files:
36
- - lib/v20170312/client.rb
37
- - lib/v20170312/models.rb
38
36
  - lib/tencentcloud-sdk-cvm.rb
37
+ - lib/v20170312/models.rb
38
+ - lib/v20170312/client.rb
39
39
  - lib/VERSION
40
40
  homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
41
41
  licenses: