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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20170312/models.rb +6 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ad9c8b00d809c04335f07b31b7fbf48ba674e10d
|
4
|
+
data.tar.gz: fe56589a72ce46a0f5fa6846d799028889eac828
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ebaa5d16ba2df90068477e79d43e7ac0f980eb5198a0dc75aab4be1b36175d1d58c9bb9c9536d577a62c582c292f02a27f3be590c039a504ea9f4630d218cf07
|
7
|
+
data.tar.gz: fd501a556ec25df19eecac8b947b65e3c5486e2b447f9124b2c9d4fdd9c6c4ab860fa119f7181e172b0bbae646f1ade5c7156f693433974691d7c5ffa062f01c
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.975
|
data/lib/v20170312/models.rb
CHANGED
@@ -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.
|
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:
|
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
|