tencentcloud-sdk-cbs 3.0.973 → 3.0.975

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: 1c85ca87b9e6df52c0b92da8557afd38293b9c28
4
- data.tar.gz: 18d72068c9f50fa7a852a0cb099d54adb02e5822
3
+ metadata.gz: ad9c8b00d809c04335f07b31b7fbf48ba674e10d
4
+ data.tar.gz: fe56589a72ce46a0f5fa6846d799028889eac828
5
5
  SHA512:
6
- metadata.gz: 5cd0f969e5163e2726caa9e5b43abe834b6dad5073652130e60ba180a47d5815c0ac0c6d2b80c668bf0c4b6fe09cc5959b84dea8d975bd178f8b5128528ae7c5
7
- data.tar.gz: 7cdb85b04849d3d6abbbd81bcf48f15f862a8bd04da5f452b530b43f48ce13feb0464823ff4dac781190c25bbac498457924df35a2a87e3b7b856e17b7eb8e7f
6
+ metadata.gz: ebaa5d16ba2df90068477e79d43e7ac0f980eb5198a0dc75aab4be1b36175d1d58c9bb9c9536d577a62c582c292f02a27f3be590c039a504ea9f4630d218cf07
7
+ data.tar.gz: fd501a556ec25df19eecac8b947b65e3c5486e2b447f9124b2c9d4fdd9c6c4ab860fa119f7181e172b0bbae646f1ade5c7156f693433974691d7c5ffa062f01c
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.973
1
+ 3.0.975
@@ -643,10 +643,12 @@ module TencentCloud
643
643
  # @type DiskBackupQuota: Integer
644
644
  # @param BurstPerformance: 创建云盘时是否开启性能突发
645
645
  # @type BurstPerformance: Boolean
646
+ # @param EncryptType: 指定云硬盘加密类型,取值为ENCRYPT_V1和ENCRYPT_V2,分别表示第一代和第二代加密技术,两种加密技术互不兼容。推荐优先使用第二代加密技术ENCRYPT_V2,第一代加密技术仅支持在部分老旧机型使用。该参数仅当创建加密云硬盘时有效。
647
+ # @type EncryptType: String
646
648
 
647
- attr_accessor :Placement, :DiskChargeType, :DiskType, :DiskName, :Tags, :SnapshotId, :DiskCount, :ThroughputPerformance, :DiskSize, :Shareable, :ClientToken, :Encrypt, :DiskChargePrepaid, :DeleteSnapshot, :AutoMountConfiguration, :DiskBackupQuota, :BurstPerformance
649
+ attr_accessor :Placement, :DiskChargeType, :DiskType, :DiskName, :Tags, :SnapshotId, :DiskCount, :ThroughputPerformance, :DiskSize, :Shareable, :ClientToken, :Encrypt, :DiskChargePrepaid, :DeleteSnapshot, :AutoMountConfiguration, :DiskBackupQuota, :BurstPerformance, :EncryptType
648
650
 
649
- def initialize(placement=nil, diskchargetype=nil, disktype=nil, diskname=nil, tags=nil, snapshotid=nil, diskcount=nil, throughputperformance=nil, disksize=nil, shareable=nil, clienttoken=nil, encrypt=nil, diskchargeprepaid=nil, deletesnapshot=nil, automountconfiguration=nil, diskbackupquota=nil, burstperformance=nil)
651
+ def initialize(placement=nil, diskchargetype=nil, disktype=nil, diskname=nil, tags=nil, snapshotid=nil, diskcount=nil, throughputperformance=nil, disksize=nil, shareable=nil, clienttoken=nil, encrypt=nil, diskchargeprepaid=nil, deletesnapshot=nil, automountconfiguration=nil, diskbackupquota=nil, burstperformance=nil, encrypttype=nil)
650
652
  @Placement = placement
651
653
  @DiskChargeType = diskchargetype
652
654
  @DiskType = disktype
@@ -664,6 +666,7 @@ module TencentCloud
664
666
  @AutoMountConfiguration = automountconfiguration
665
667
  @DiskBackupQuota = diskbackupquota
666
668
  @BurstPerformance = burstperformance
669
+ @EncryptType = encrypttype
667
670
  end
668
671
 
669
672
  def deserialize(params)
@@ -700,6 +703,7 @@ module TencentCloud
700
703
  end
701
704
  @DiskBackupQuota = params['DiskBackupQuota']
702
705
  @BurstPerformance = params['BurstPerformance']
706
+ @EncryptType = params['EncryptType']
703
707
  end
704
708
  end
705
709
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-cbs
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.973
4
+ version: 3.0.975
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-12-31 00:00:00.000000000 Z
11
+ date: 2025-01-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common