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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20170312/models.rb +18 -8
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: cb50bfba3d226834061ec39b9f99c2652310df5f
4
- data.tar.gz: 4ad7cf18f06eb4ee30b22a0e83c8203fa5f59bfc
3
+ metadata.gz: 49ad14bf9ff3bf0dd92291be38778a68c8696a41
4
+ data.tar.gz: 403fba2187796b7acea6fab0858eff4b0e335c4f
5
5
  SHA512:
6
- metadata.gz: 58a91b7447a6125c8d7ea3dc42951625600a49082f943a0c783c8aa5d7eacc010491ed74b7df0d96610c17cb3ab544930376414baaf9e539aaa0a141864a08be
7
- data.tar.gz: 42ceb76a5d93a3c11c77f4aca5f68da1f3544bc14c31fb7ff34a3593a2ba23cce99d72eb16ee2904d914d8b895f06afe4957406da341e0290107a827b2f73f9b
6
+ metadata.gz: bd6263c87b8f319e990b5baffae9e9b40a5d96cd74771c580a8db224b9f7ceb9359c18e9b01daad415fd80a25aff2d835ed2ffb6de1c2031a1313577e357508b
7
+ data.tar.gz: 96c07de6239af3507b5e16dbb403c7e2036565199ae173ffc9c7cfd0ae8846d40d73b230bf157648b438d566354f63597d3ca066ac27b1280e1cbbc0e54e4bd4
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1062
1
+ 3.0.1063
@@ -4549,30 +4549,40 @@ module TencentCloud
4549
4549
 
4550
4550
  # ImportImage请求参数结构体
4551
4551
  class ImportImageRequest < TencentCloud::Common::AbstractModel
4552
- # @param Architecture: 导入镜像的操作系统架构,`x86_64` 或 `i386`
4552
+ # @param Architecture: 导入镜像的操作系统架构。
4553
+ # 取值范围包括:`x86_64` 、`i386`、`arm_64`
4553
4554
  # @type Architecture: String
4554
- # @param OsType: 导入镜像的操作系统类型,通过`DescribeImportImageOs`获取
4555
+ # @param OsType: 导入镜像的操作系统类型 。
4556
+ # 可通过 [DescribeImportImageOs](https://cloud.tencent.com/document/api/213/15718) 接口返回值中的`ImportImageOsListSupported`获取。
4555
4557
  # @type OsType: String
4556
- # @param OsVersion: 导入镜像的操作系统版本,通过`DescribeImportImageOs`获取
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
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-cvm
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1062
4
+ version: 3.0.1063
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud