tencentcloud-sdk-cbs 3.0.994 → 3.0.996
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: d49fdcee3978b5af2bb1f6d2cfe9237dcea54aff
|
4
|
+
data.tar.gz: 0ab92d5966ac28e16c40001cd1bfa8bc49594d46
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 232091396a6c4268d7f89490065c780110e29a92aeb1f710ba5d67dc4f60e62db7150e4a951141961501cc8ec528d889bc8c48b4b366df93789a16c1da284b98
|
7
|
+
data.tar.gz: f6fd15ef0ff6ec43d399ee016df504fcb9a3e88cba8fd78ea415c4dad1a0d02e780e9f82691aaf31c893fed34236709a847fd25097ed0a5f4a00c133faa13ce6
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.996
|
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.996
|
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-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|