tencentcloud-sdk-cbs 3.0.973 → 3.0.974

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: ec4a77df0d8170eb501b7a18d0f86cf81aba0690
4
+ data.tar.gz: 6484416e2ec4deaa039d8c32e9f3f60aeebad0b1
5
5
  SHA512:
6
- metadata.gz: 5cd0f969e5163e2726caa9e5b43abe834b6dad5073652130e60ba180a47d5815c0ac0c6d2b80c668bf0c4b6fe09cc5959b84dea8d975bd178f8b5128528ae7c5
7
- data.tar.gz: 7cdb85b04849d3d6abbbd81bcf48f15f862a8bd04da5f452b530b43f48ce13feb0464823ff4dac781190c25bbac498457924df35a2a87e3b7b856e17b7eb8e7f
6
+ metadata.gz: 93f256969e625c96903cc11cb68674f90aae4641237e6cc0117dc7165865f321662785be4e23507d4f0256ba4b833e765179c4b8067cd288e4525058124dc944
7
+ data.tar.gz: 5eca4c2834fc437d01cf71427b8653e5738a0358c028a3c0a5abbedfd31ab2a09ca3b8965a092609d605880247231046bc5b3acf1ab39f713fc3817f10a7aceb
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.973
1
+ 3.0.974
@@ -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.974
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-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common