tencentcloud-sdk-cvm 3.0.725 → 3.0.726

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: eb402d0e1085bc2480e705bfc6c6daa30f8d3d71
4
- data.tar.gz: b93973a8feafc04b731d93c810d7996ff40a7228
3
+ metadata.gz: 1963d625a6312344ead715bc9b375a7a23c35dca
4
+ data.tar.gz: bbb4cceb33ae160a16e66838f0ea415ab1330f87
5
5
  SHA512:
6
- metadata.gz: aa6463ad088ae19ee504d262decf604b5b02fef4f7baa6e48de970f23f9e44fa1302d74d6c2755f6b6f04ee028ce4739ec627860bdf0bac64efbdcba7ea52438
7
- data.tar.gz: a0e3a2a4d3873fefee76c7214ed7e41da47f53aba2783876576f46a732822150e7b38f9de5c68a0d94f0e616e17ab37247bf53a7fe13b4c62d7715ea16be0675
6
+ metadata.gz: beef18fa22b7c49336bbd71521d2d10f505308c34a26752d68ae477b5a455e98df9f99835f0d3bd3af2cde8cd1d602597d0f1f1cb6e85eae065eb0bc469e1798
7
+ data.tar.gz: 456361553f241b6e08aef78d62b5244b203db44325557bb5ca6881948a9a9a181d755b6b95cebe63ab1e8e5654e292aa607ab8dd139b2c5af3c6c33611834dc3
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.725
1
+ 3.0.726
@@ -1417,7 +1417,7 @@ module TencentCloud
1417
1417
 
1418
1418
  # DeleteKeyPairs请求参数结构体
1419
1419
  class DeleteKeyPairsRequest < TencentCloud::Common::AbstractModel
1420
- # @param KeyIds: 一个或多个待操作的密钥对ID。每次请求批量密钥对的上限为100。<br>可以通过以下方式获取可用的密钥ID:<br><li>通过登录[控制台](https://console.cloud.tencent.com/cvm/sshkey)查询密钥ID。<br><li>通过调用接口 [DescribeKeyPairs](https://cloud.tencent.com/document/api/213/15699) ,取返回信息中的 `KeyId` 获取密钥对ID
1420
+ # @param KeyIds: 一个或多个待操作的密钥对ID。每次请求批量密钥对的上限为100。<br>可以通过以下方式获取可用的密钥ID:<br><li>通过登录[控制台](https://console.cloud.tencent.com/cvm/sshkey)查询密钥ID。</li><br><li>通过调用接口 [DescribeKeyPairs](https://cloud.tencent.com/document/api/213/15699) ,取返回信息中的 `KeyId` 获取密钥对ID。</li>
1421
1421
  # @type KeyIds: Array
1422
1422
 
1423
1423
  attr_accessor :KeyIds
@@ -8402,9 +8402,9 @@ module TencentCloud
8402
8402
 
8403
8403
  # TerminateInstances请求参数结构体
8404
8404
  class TerminateInstancesRequest < TencentCloud::Common::AbstractModel
8405
- # @param InstanceIds: 一个或多个待操作的实例ID。可通过[`DescribeInstances`](https://cloud.tencent.com/document/api/213/15728)接口返回值中的`InstanceId`获取。每次请求批量实例的上限为100。
8405
+ # @param InstanceIds: 一个或多个待操作的实例ID。可通过 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728) 接口返回值中的`InstanceId`获取。每次请求批量实例的上限为100。
8406
8406
  # @type InstanceIds: Array
8407
- # @param ReleasePrepaidDataDisks: 释放实例挂载的包年包月数据盘。
8407
+ # @param ReleasePrepaidDataDisks: 释放实例挂载的包年包月数据盘。true表示销毁实例同时释放包年包月数据盘,false表示只销毁实例。
8408
8408
  # @type ReleasePrepaidDataDisks: Boolean
8409
8409
 
8410
8410
  attr_accessor :InstanceIds, :ReleasePrepaidDataDisks
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.725
4
+ version: 3.0.726
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-12-11 00:00:00.000000000 Z
11
+ date: 2023-12-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common