tencentcloud-sdk-cbs 3.0.973 → 3.0.974
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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: ec4a77df0d8170eb501b7a18d0f86cf81aba0690
|
|
4
|
+
data.tar.gz: 6484416e2ec4deaa039d8c32e9f3f60aeebad0b1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 93f256969e625c96903cc11cb68674f90aae4641237e6cc0117dc7165865f321662785be4e23507d4f0256ba4b833e765179c4b8067cd288e4525058124dc944
|
|
7
|
+
data.tar.gz: 5eca4c2834fc437d01cf71427b8653e5738a0358c028a3c0a5abbedfd31ab2a09ca3b8965a092609d605880247231046bc5b3acf1ab39f713fc3817f10a7aceb
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.974
|
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.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:
|
|
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
|