tencentcloud-sdk-cvm 1.0.360 → 1.0.361

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: 70c6845e6ad5447a303da5d0a0a93abc2de15cc6
4
- data.tar.gz: eae33084369a745115b536093c66005e58638893
3
+ metadata.gz: e0a6ce91e9bbf7fa79b14326ea0d6bb672b93cb0
4
+ data.tar.gz: 73796c49d12d0a9ed95a87351b542c8160a88cfd
5
5
  SHA512:
6
- metadata.gz: 4d2d64a3543daff9eaf48dd743e18467f5f613de61ed321e6beaa2523b59f90db23ddfbfa3baa596198eefa2193c9c9f6c0bea67e28e929ba6078d26df239c12
7
- data.tar.gz: 8d548a23161152264413d7466c435d5947001606266f4373a29916f62b5d873b4b44bdacbb79ffc4468de68e090a3fa18db469eb8ef5a3dd54fd6a998ffb30ff
6
+ metadata.gz: 859c753d085c2bc472525d1cfdac38d8f10824cb7e81761cb3742db825cc79a7ffc0bc35c843d5e9be0ec7dffa3511f8055a3879d58d50a72f9304acd1e6e334
7
+ data.tar.gz: a0b702fe53cda9c75c26b9cc9535bad6e6159a5e851cd5320278427fb31b46a263c3b426cdfd6abf7977a515974f5bf3d89e3babc9896e0595dc644af2b66665
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.360
1
+ 1.0.361
@@ -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.360
4
+ version: 1.0.361
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-20 00:00:00.000000000 Z
11
+ date: 2022-07-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common