tencentcloud-sdk-cvm 3.0.920 → 3.0.921

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: dc3735911b6dff18c82f9ec32a43ba9390498481
4
- data.tar.gz: 957c24d98aa30ed51c2b17596563f3f65dbab813
3
+ metadata.gz: 967837a07a17f5d05ff6c12db9037ec542814faf
4
+ data.tar.gz: 4ded26ce1c8ba2a9e9678fc9e5a2d7753f2a02e5
5
5
  SHA512:
6
- metadata.gz: 24b2d743aec00deb738c99726c86743564dc330beccacabd622f9af626f38509b2e9a8dc013bc6c827bb70cdd7b0424858bbdc86455501e6b5cf1b526a2a9658
7
- data.tar.gz: e1fcf4e901f756e7bdd411bdf86be676c54f79a17ae4d4f369daca560f8177dfa643defcf9d52a1faa7df38b37b285d67ceb44d3785793e3e9c736352c2df863
6
+ metadata.gz: 2f440914686b4cdb0a433b1cf95a4c04758c72176f5297905b17a6e57a48ce37b81c5de386b61f3e858838a25fa8c190768d9e146fbb4901f9b2bde82f00abbc
7
+ data.tar.gz: b0017442a1b290e2b9f781444359fb61d5b4277c2db4372285cbda592ec3d713e89a9c80adbb9067d98f6196a9743fef183bc9344738c63cd9a989d548f5b778
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.920
1
+ 3.0.921
@@ -1445,7 +1445,7 @@ module TencentCloud
1445
1445
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
1446
1446
  end
1447
1447
 
1448
- # 本接口(ImportImage)用于导入镜像,导入后的镜像可用于创建实例。目前支持 RAW、VHD、QCOW2、VMDK 镜像格式。
1448
+ # 本接口(ImportImage)用于导入镜像,导入后的镜像可用于创建实例。目前支持RAW、VHD、QCOW2、VMDK镜像格式。
1449
1449
 
1450
1450
  # @param request: Request instance for ImportImage.
1451
1451
  # @type request: :class:`Tencentcloud::cvm::V20170312::ImportImageRequest`
@@ -4350,10 +4350,12 @@ module TencentCloud
4350
4350
  # @type LicenseType: String
4351
4351
  # @param BootMode: 启动模式
4352
4352
  # @type BootMode: String
4353
+ # @param ImageFamily: 镜像族
4354
+ # @type ImageFamily: String
4353
4355
 
4354
- attr_accessor :Architecture, :OsType, :OsVersion, :ImageUrl, :ImageName, :ImageDescription, :DryRun, :Force, :TagSpecification, :LicenseType, :BootMode
4356
+ attr_accessor :Architecture, :OsType, :OsVersion, :ImageUrl, :ImageName, :ImageDescription, :DryRun, :Force, :TagSpecification, :LicenseType, :BootMode, :ImageFamily
4355
4357
 
4356
- def initialize(architecture=nil, ostype=nil, osversion=nil, imageurl=nil, imagename=nil, imagedescription=nil, dryrun=nil, force=nil, tagspecification=nil, licensetype=nil, bootmode=nil)
4358
+ def initialize(architecture=nil, ostype=nil, osversion=nil, imageurl=nil, imagename=nil, imagedescription=nil, dryrun=nil, force=nil, tagspecification=nil, licensetype=nil, bootmode=nil, imagefamily=nil)
4357
4359
  @Architecture = architecture
4358
4360
  @OsType = ostype
4359
4361
  @OsVersion = osversion
@@ -4365,6 +4367,7 @@ module TencentCloud
4365
4367
  @TagSpecification = tagspecification
4366
4368
  @LicenseType = licensetype
4367
4369
  @BootMode = bootmode
4370
+ @ImageFamily = imagefamily
4368
4371
  end
4369
4372
 
4370
4373
  def deserialize(params)
@@ -4386,6 +4389,7 @@ module TencentCloud
4386
4389
  end
4387
4390
  @LicenseType = params['LicenseType']
4388
4391
  @BootMode = params['BootMode']
4392
+ @ImageFamily = params['ImageFamily']
4389
4393
  end
4390
4394
  end
4391
4395
 
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.920
4
+ version: 3.0.921
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-10-09 00:00:00.000000000 Z
11
+ date: 2024-10-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common