tencentcloud-sdk-cvm 3.0.725 → 3.0.727

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: eb402d0e1085bc2480e705bfc6c6daa30f8d3d71
4
- data.tar.gz: b93973a8feafc04b731d93c810d7996ff40a7228
3
+ metadata.gz: 46b537e457fd0bea149431d0f1351ff13e81ae0f
4
+ data.tar.gz: f2ba1cea1e870d7d35802a0798dc520ab3034442
5
5
  SHA512:
6
- metadata.gz: aa6463ad088ae19ee504d262decf604b5b02fef4f7baa6e48de970f23f9e44fa1302d74d6c2755f6b6f04ee028ce4739ec627860bdf0bac64efbdcba7ea52438
7
- data.tar.gz: a0e3a2a4d3873fefee76c7214ed7e41da47f53aba2783876576f46a732822150e7b38f9de5c68a0d94f0e616e17ab37247bf53a7fe13b4c62d7715ea16be0675
6
+ metadata.gz: 5508cd618b6647878329b7b243b0283f6bb852aa8ad5f582c3f4efb4f65ddc054da3f4a8273bd8c0362b2283c8d635930c6da4d7cf737ff6a0cb121edf14f4ec
7
+ data.tar.gz: 1903abf590e0a6c41a93849d233ffac84558ede7cb85cfcdcd1d4460eee1519cf2d62ae29a563dc8418ecd7e074737d3deb501240677414e6952b077720d48da
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.725
1
+ 3.0.727
@@ -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.727
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-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common