tencentcloud-sdk-cvm 3.0.1062 → 3.0.1063
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/models.rb +18 -8
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 49ad14bf9ff3bf0dd92291be38778a68c8696a41
|
4
|
+
data.tar.gz: 403fba2187796b7acea6fab0858eff4b0e335c4f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bd6263c87b8f319e990b5baffae9e9b40a5d96cd74771c580a8db224b9f7ceb9359c18e9b01daad415fd80a25aff2d835ed2ffb6de1c2031a1313577e357508b
|
7
|
+
data.tar.gz: 96c07de6239af3507b5e16dbb403c7e2036565199ae173ffc9c7cfd0ae8846d40d73b230bf157648b438d566354f63597d3ca066ac27b1280e1cbbc0e54e4bd4
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1063
|
data/lib/v20170312/models.rb
CHANGED
@@ -4549,30 +4549,40 @@ module TencentCloud
|
|
4549
4549
|
|
4550
4550
|
# ImportImage请求参数结构体
|
4551
4551
|
class ImportImageRequest < TencentCloud::Common::AbstractModel
|
4552
|
-
# @param Architecture:
|
4552
|
+
# @param Architecture: 导入镜像的操作系统架构。
|
4553
|
+
# 取值范围包括:`x86_64` 、`i386`、`arm_64`
|
4553
4554
|
# @type Architecture: String
|
4554
|
-
# @param OsType:
|
4555
|
+
# @param OsType: 导入镜像的操作系统类型 。
|
4556
|
+
# 可通过 [DescribeImportImageOs](https://cloud.tencent.com/document/api/213/15718) 接口返回值中的`ImportImageOsListSupported`获取。
|
4555
4557
|
# @type OsType: String
|
4556
|
-
# @param OsVersion:
|
4558
|
+
# @param OsVersion: 导入镜像的操作系统版本。
|
4559
|
+
# 可通过 [DescribeImportImageOs](https://cloud.tencent.com/document/api/213/15718) 接口返回值中的`ImportImageOsVersionSet`获取。
|
4557
4560
|
# @type OsVersion: String
|
4558
4561
|
# @param ImageUrl: 导入镜像存放的cos地址
|
4559
4562
|
# @type ImageUrl: String
|
4560
|
-
# @param ImageName:
|
4563
|
+
# @param ImageName: 镜像名称。
|
4564
|
+
# 最多支持 60 个字符。
|
4561
4565
|
# @type ImageName: String
|
4562
|
-
# @param ImageDescription:
|
4566
|
+
# @param ImageDescription: 镜像描述。
|
4567
|
+
# 最多支持 256 个字符。
|
4563
4568
|
# @type ImageDescription: String
|
4564
|
-
# @param DryRun:
|
4569
|
+
# @param DryRun: 只检查参数,不执行任务。
|
4570
|
+
# 默认值:false
|
4565
4571
|
# @type DryRun: Boolean
|
4566
4572
|
# @param Force: 是否强制导入,参考[强制导入镜像](https://cloud.tencent.com/document/product/213/12849)
|
4573
|
+
# 默认值:false
|
4567
4574
|
# @type Force: Boolean
|
4568
4575
|
# @param TagSpecification: 标签描述列表。通过指定该参数可以同时绑定标签到自定义镜像。
|
4569
4576
|
# @type TagSpecification: Array
|
4570
4577
|
# @param LicenseType: 导入镜像后,激活操作系统采用的许可证类型。
|
4571
|
-
#
|
4578
|
+
# 默认值:TencentCloud
|
4579
|
+
# 取值范围:
|
4572
4580
|
# TencentCloud: 腾讯云官方许可
|
4573
4581
|
# BYOL: 自带许可(Bring Your Own License)
|
4574
4582
|
# @type LicenseType: String
|
4575
|
-
# @param BootMode:
|
4583
|
+
# @param BootMode: 启动模式。
|
4584
|
+
# 取值范围:`Legacy BIOS`、`UEFI`
|
4585
|
+
# 默认值:Legacy BIOS
|
4576
4586
|
# @type BootMode: String
|
4577
4587
|
# @param ImageFamily: 镜像族
|
4578
4588
|
# @type ImageFamily: String
|