tencentcloud-sdk-cvm 3.0.1171 → 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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f35713c16d246228b3540eb2e43e45bbc7f3ea77
4
- data.tar.gz: c61fb0f9a91997cf21e6a7db6a90985fe6d5166d
3
+ metadata.gz: a4301961a8434ff8ef0e5b9a3c54d218f454a70f
4
+ data.tar.gz: 4c5527d1438867d4051401aab998370b7691b0a3
5
5
  SHA512:
6
- metadata.gz: 8236a509362ba9bf0b30662413863fd3266176049a285a3ffa0592fe0258f58edc6fe248e23f70516244a8b123209e8c54241408f64e317c9b233a817a08f3ee
7
- data.tar.gz: 6bfce6172a3afd89c60bfd6900b3cfd74b70da3784f7cc059046480f276d6e4ed5ce07b342920d1c0ef2c6778a9b3c02d3a1f5bb651237b3958a94d4c734ff71
6
+ metadata.gz: 2ba4e5e5bab971474607edc0588b9aacbf982b43bf837b494f074ad417407c269a28eee9b3092f7cb14b4bc4b8ec2c4f065019a88e8b85d67d8b17f9a52d4748
7
+ data.tar.gz: f34bef10441c64c35f9524ac1d3b9b53e1833771679041406ef8ae035cda8ac52ca1cec5ddf52b755ce6b3b88525f90aba1c4c50052604cac48e240b547c4e47
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1171
1
+ 3.0.1184
@@ -162,7 +162,7 @@ module TencentCloud
162
162
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
163
163
  end
164
164
 
165
- # 本接口(ConvertOperatingSystem)用于转换实例的操作系统,仅支持源操作系统为 CentOS 7、CentOS 8 的实例。
165
+ # 本接口(ConvertOperatingSystems)用于转换实例的操作系统,仅支持源操作系统为 CentOS 7、CentOS 8 的实例。
166
166
 
167
167
  # @param request: Request instance for ConvertOperatingSystems.
168
168
  # @type request: :class:`Tencentcloud::cvm::V20170312::ConvertOperatingSystemsRequest`
@@ -729,7 +729,7 @@ module TencentCloud
729
729
 
730
730
  # ConvertOperatingSystems返回参数结构体
731
731
  class ConvertOperatingSystemsResponse < TencentCloud::Common::AbstractModel
732
- # @param SupportTargetOSList: 转换的目标操系统信息,仅在入参 DryRun 为 true 时返回。
732
+ # @param SupportTargetOSList: 转换的目标操作系统信息,仅在入参 DryRun 为 true 时返回。
733
733
  # @type SupportTargetOSList: Array
734
734
  # @param TaskId: 操作系统转换的任务 ID
735
735
  # @type TaskId: String
@@ -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.1171
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-20 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: