tencentcloud-sdk-cbs 3.0.972 → 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: 79e69e1598fe293a17a0e7cdff771a357cd3d838
4
- data.tar.gz: 186a56b53e2b8bbac2710b91dfab0d5a64205640
3
+ metadata.gz: ec4a77df0d8170eb501b7a18d0f86cf81aba0690
4
+ data.tar.gz: 6484416e2ec4deaa039d8c32e9f3f60aeebad0b1
5
5
  SHA512:
6
- metadata.gz: 37ffaa73a5cc39ad57cf078c55b46ad6ec22aecc57e36f87f95fe155adb7da5f0800f348c52c495c39ea24c4a10e71c2b74904ffbc0e48b1294c5f60291a13a1
7
- data.tar.gz: 4ca01c24ef9462682bdd12ae0cc69d74181cad6b787c1907e3d4235ecd1fc2b5b41e605a3e51a1547b59fce0def53b6d401e6eec8501fb98a43b6f47e433c753
6
+ metadata.gz: 93f256969e625c96903cc11cb68674f90aae4641237e6cc0117dc7165865f321662785be4e23507d4f0256ba4b833e765179c4b8067cd288e4525058124dc944
7
+ data.tar.gz: 5eca4c2834fc437d01cf71427b8653e5738a0358c028a3c0a5abbedfd31ab2a09ca3b8965a092609d605880247231046bc5b3acf1ab39f713fc3817f10a7aceb
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.972
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.972
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-30 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