tencentcloud-sdk-cvm 1.0.359 → 1.0.362
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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20170312/client.rb +2 -1
- data/lib/v20170312/models.rb +9 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 704bb72db973f0dc5806868be9646fa5192ffe3c
|
|
4
|
+
data.tar.gz: fe9b1c53de226e116ae3df3450fe925d57ff807f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 97dd9ed1a798991ab08609370008db1049835c12fb460e42b268286fe25b05b6e6f2e337b4f01499ed24427d491cfaeee8b0710110acfa68ed4a4f20fa0edb38
|
|
7
|
+
data.tar.gz: 0bd90684b6a0793d245d8f4dd12caa59d18e77fb46e7ff90e063ec8d33689d359e427b39da1197ec99b2bf60c386e684462d29fde86a422fa69b38505e0b436c
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.0.
|
|
1
|
+
1.0.362
|
data/lib/v20170312/client.rb
CHANGED
|
@@ -2273,8 +2273,9 @@ module TencentCloud
|
|
|
2273
2273
|
|
|
2274
2274
|
# * 不再使用的实例,可通过本接口主动退还。
|
|
2275
2275
|
# * 按量计费的实例通过本接口可直接退还;包年包月实例如符合[退还规则](https://cloud.tencent.com/document/product/213/9711),也可通过本接口主动退还。
|
|
2276
|
-
# *
|
|
2276
|
+
# * 包年包月实例首次调用本接口,实例将被移至回收站,再次调用本接口,实例将被销毁,且不可恢复。按量计费实例调用本接口将被直接销毁。
|
|
2277
2277
|
# * 支持批量操作,每次请求批量实例的上限为100。
|
|
2278
|
+
# * 批量操作时,所有实例的付费类型必须一致。
|
|
2278
2279
|
|
|
2279
2280
|
# @param request: Request instance for TerminateInstances.
|
|
2280
2281
|
# @type request: :class:`Tencentcloud::cvm::V20170312::TerminateInstancesRequest`
|
data/lib/v20170312/models.rb
CHANGED
|
@@ -3564,10 +3564,15 @@ module TencentCloud
|
|
|
3564
3564
|
# @type Force: Boolean
|
|
3565
3565
|
# @param TagSpecification: 标签描述列表。通过指定该参数可以同时绑定标签到自定义镜像。
|
|
3566
3566
|
# @type TagSpecification: Array
|
|
3567
|
+
# @param LicenseType: 导入镜像后,激活操作系统采用的许可证类型。
|
|
3568
|
+
# 可选项:
|
|
3569
|
+
# TencentCloud: 腾讯云官方许可
|
|
3570
|
+
# BYOL: 自带许可(Bring Your Own License)
|
|
3571
|
+
# @type LicenseType: String
|
|
3567
3572
|
|
|
3568
|
-
attr_accessor :Architecture, :OsType, :OsVersion, :ImageUrl, :ImageName, :ImageDescription, :DryRun, :Force, :TagSpecification
|
|
3573
|
+
attr_accessor :Architecture, :OsType, :OsVersion, :ImageUrl, :ImageName, :ImageDescription, :DryRun, :Force, :TagSpecification, :LicenseType
|
|
3569
3574
|
|
|
3570
|
-
def initialize(architecture=nil, ostype=nil, osversion=nil, imageurl=nil, imagename=nil, imagedescription=nil, dryrun=nil, force=nil, tagspecification=nil)
|
|
3575
|
+
def initialize(architecture=nil, ostype=nil, osversion=nil, imageurl=nil, imagename=nil, imagedescription=nil, dryrun=nil, force=nil, tagspecification=nil, licensetype=nil)
|
|
3571
3576
|
@Architecture = architecture
|
|
3572
3577
|
@OsType = ostype
|
|
3573
3578
|
@OsVersion = osversion
|
|
@@ -3577,6 +3582,7 @@ module TencentCloud
|
|
|
3577
3582
|
@DryRun = dryrun
|
|
3578
3583
|
@Force = force
|
|
3579
3584
|
@TagSpecification = tagspecification
|
|
3585
|
+
@LicenseType = licensetype
|
|
3580
3586
|
end
|
|
3581
3587
|
|
|
3582
3588
|
def deserialize(params)
|
|
@@ -3596,6 +3602,7 @@ module TencentCloud
|
|
|
3596
3602
|
@TagSpecification << tagspecification_tmp
|
|
3597
3603
|
end
|
|
3598
3604
|
end
|
|
3605
|
+
@LicenseType = params['LicenseType']
|
|
3599
3606
|
end
|
|
3600
3607
|
end
|
|
3601
3608
|
|
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: 1.0.
|
|
4
|
+
version: 1.0.362
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-07-
|
|
11
|
+
date: 2022-07-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|