tencentcloud-sdk-cbs 3.0.994 → 3.0.995
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 +9 -4
- 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: f0b57ed925b74a76f179bb6af92978197add527d
|
4
|
+
data.tar.gz: c3fd6cddf9fd08a44cedaa5698f70b8bb71ffa2d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1d6b017ced643e47aec36b09804c92eae50cd58a251bfb411cae4fa133c426154c7c8275c95a2c507670eafbafbd35435c728f30988e3ccf857327e7bfd5406f
|
7
|
+
data.tar.gz: 05d2fcc964e1c6995c0ded3b1a5a44c44d1137816b7aa97c08a54576a524ee34f63f1876bd71727f2cd045f59aabb435c04962e307d3541e2cd415c4be561868
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.995
|
data/lib/v20170312/models.rb
CHANGED
@@ -625,7 +625,7 @@ module TencentCloud
|
|
625
625
|
# @type DiskCount: Integer
|
626
626
|
# @param ThroughputPerformance: 可选参数。使用此参数可给云硬盘购买额外的性能。<br>当前仅支持极速型云盘(CLOUD_TSSD)和增强型SSD云硬盘(CLOUD_HSSD)
|
627
627
|
# @type ThroughputPerformance: Integer
|
628
|
-
# @param DiskSize: 云硬盘大小,单位为
|
628
|
+
# @param DiskSize: 云硬盘大小,单位为GiB。<br><li>如果传入`SnapshotId`则可不传`DiskSize`,此时新建云盘的大小为快照大小</li><br><li>如果传入`SnapshotId`同时传入`DiskSize`,则云盘大小必须大于或等于快照大小</li><br><li>云盘大小取值范围参见云硬盘[产品分类](/document/product/362/2353)的说明。</li>
|
629
629
|
# @type DiskSize: Integer
|
630
630
|
# @param Shareable: 可选参数,默认为False。传入True时,云盘将创建为共享型云盘。
|
631
631
|
# @type Shareable: Boolean
|
@@ -1677,7 +1677,7 @@ module TencentCloud
|
|
1677
1677
|
# @type DeadlineTime: String
|
1678
1678
|
# @param Attached: 云盘是否挂载到云主机上。取值范围:<br><li>false:表示未挂载</li><li>true:表示已挂载。</li>
|
1679
1679
|
# @type Attached: Boolean
|
1680
|
-
# @param DiskSize: 云硬盘大小,单位
|
1680
|
+
# @param DiskSize: 云硬盘大小,单位GiB。
|
1681
1681
|
# @type DiskSize: Integer
|
1682
1682
|
# @param MigratePercent: 云盘类型变更的迁移进度,取值0到100。
|
1683
1683
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
@@ -1722,10 +1722,13 @@ module TencentCloud
|
|
1722
1722
|
# @param BurstPerformance: 云盘是否开启性能突发
|
1723
1723
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
1724
1724
|
# @type BurstPerformance: Boolean
|
1725
|
+
# @param EncryptType: 云硬盘加密类型,值为ENCRYPT_V1和ENCRYPT_V2,分别表示第一代和第二代加密技术,两种加密技术互不兼容
|
1726
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
1727
|
+
# @type EncryptType: String
|
1725
1728
|
|
1726
|
-
attr_accessor :DeleteWithInstance, :RenewFlag, :DiskType, :DiskState, :SnapshotCount, :AutoRenewFlagError, :Rollbacking, :InstanceIdList, :Encrypt, :DiskName, :BackupDisk, :Tags, :InstanceId, :AttachMode, :AutoSnapshotPolicyIds, :ThroughputPerformance, :Migrating, :DiskId, :SnapshotSize, :Placement, :IsReturnable, :DeadlineTime, :Attached, :DiskSize, :MigratePercent, :DiskUsage, :DiskChargeType, :Portable, :SnapshotAbility, :DeadlineError, :RollbackPercent, :DifferDaysOfDeadline, :ReturnFailCode, :Shareable, :CreateTime, :DeleteSnapshot, :DiskBackupQuota, :DiskBackupCount, :InstanceType, :LastAttachInsId, :ErrorPrompt, :BurstPerformance
|
1729
|
+
attr_accessor :DeleteWithInstance, :RenewFlag, :DiskType, :DiskState, :SnapshotCount, :AutoRenewFlagError, :Rollbacking, :InstanceIdList, :Encrypt, :DiskName, :BackupDisk, :Tags, :InstanceId, :AttachMode, :AutoSnapshotPolicyIds, :ThroughputPerformance, :Migrating, :DiskId, :SnapshotSize, :Placement, :IsReturnable, :DeadlineTime, :Attached, :DiskSize, :MigratePercent, :DiskUsage, :DiskChargeType, :Portable, :SnapshotAbility, :DeadlineError, :RollbackPercent, :DifferDaysOfDeadline, :ReturnFailCode, :Shareable, :CreateTime, :DeleteSnapshot, :DiskBackupQuota, :DiskBackupCount, :InstanceType, :LastAttachInsId, :ErrorPrompt, :BurstPerformance, :EncryptType
|
1727
1730
|
|
1728
|
-
def initialize(deletewithinstance=nil, renewflag=nil, disktype=nil, diskstate=nil, snapshotcount=nil, autorenewflagerror=nil, rollbacking=nil, instanceidlist=nil, encrypt=nil, diskname=nil, backupdisk=nil, tags=nil, instanceid=nil, attachmode=nil, autosnapshotpolicyids=nil, throughputperformance=nil, migrating=nil, diskid=nil, snapshotsize=nil, placement=nil, isreturnable=nil, deadlinetime=nil, attached=nil, disksize=nil, migratepercent=nil, diskusage=nil, diskchargetype=nil, portable=nil, snapshotability=nil, deadlineerror=nil, rollbackpercent=nil, differdaysofdeadline=nil, returnfailcode=nil, shareable=nil, createtime=nil, deletesnapshot=nil, diskbackupquota=nil, diskbackupcount=nil, instancetype=nil, lastattachinsid=nil, errorprompt=nil, burstperformance=nil)
|
1731
|
+
def initialize(deletewithinstance=nil, renewflag=nil, disktype=nil, diskstate=nil, snapshotcount=nil, autorenewflagerror=nil, rollbacking=nil, instanceidlist=nil, encrypt=nil, diskname=nil, backupdisk=nil, tags=nil, instanceid=nil, attachmode=nil, autosnapshotpolicyids=nil, throughputperformance=nil, migrating=nil, diskid=nil, snapshotsize=nil, placement=nil, isreturnable=nil, deadlinetime=nil, attached=nil, disksize=nil, migratepercent=nil, diskusage=nil, diskchargetype=nil, portable=nil, snapshotability=nil, deadlineerror=nil, rollbackpercent=nil, differdaysofdeadline=nil, returnfailcode=nil, shareable=nil, createtime=nil, deletesnapshot=nil, diskbackupquota=nil, diskbackupcount=nil, instancetype=nil, lastattachinsid=nil, errorprompt=nil, burstperformance=nil, encrypttype=nil)
|
1729
1732
|
@DeleteWithInstance = deletewithinstance
|
1730
1733
|
@RenewFlag = renewflag
|
1731
1734
|
@DiskType = disktype
|
@@ -1768,6 +1771,7 @@ module TencentCloud
|
|
1768
1771
|
@LastAttachInsId = lastattachinsid
|
1769
1772
|
@ErrorPrompt = errorprompt
|
1770
1773
|
@BurstPerformance = burstperformance
|
1774
|
+
@EncryptType = encrypttype
|
1771
1775
|
end
|
1772
1776
|
|
1773
1777
|
def deserialize(params)
|
@@ -1823,6 +1827,7 @@ module TencentCloud
|
|
1823
1827
|
@LastAttachInsId = params['LastAttachInsId']
|
1824
1828
|
@ErrorPrompt = params['ErrorPrompt']
|
1825
1829
|
@BurstPerformance = params['BurstPerformance']
|
1830
|
+
@EncryptType = params['EncryptType']
|
1826
1831
|
end
|
1827
1832
|
end
|
1828
1833
|
|
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.995
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-02-
|
11
|
+
date: 2025-02-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|