tencentcloud-sdk-cbs 3.0.504 → 3.0.505
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: 361296f02d289515960c256ba9ead784d1b66e82
|
|
4
|
+
data.tar.gz: a2ab3a1f897bd2fa25f14ffb956bee4b841a4693
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4f22a2119824ce34f3ec069ac76601553fbe23ef9a2efada20eb04a1839293f26671d1420007a12e155a19fdf4723984c290c487fbad0170a69dc401cc6a05c0
|
|
7
|
+
data.tar.gz: 05497cf1abd8c7d5d453ff8b91503c1e7160c593e54e0159d4c59e408438f8114f2b506a8f6ab604785a2e265018bf042016abba866dd7bf2c73b7205e8163bd
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.505
|
data/lib/v20170312/models.rb
CHANGED
|
@@ -1613,14 +1613,16 @@ module TencentCloud
|
|
|
1613
1613
|
# @type CreateTime: String
|
|
1614
1614
|
# @param DeleteSnapshot: 销毁云盘时删除关联的非永久保留快照。0 表示非永久快照不随云盘销毁而销毁,1表示非永久快照随云盘销毁而销毁,默认取0。快照是否永久保留可以通过DescribeSnapshots接口返回的快照详情的IsPermanent字段来判断,true表示永久快照,false表示非永久快照。
|
|
1615
1615
|
# @type DeleteSnapshot: Integer
|
|
1616
|
+
# @param DiskBackupQuota: 云硬盘备份点配额。表示最大可以保留的备份点数量。
|
|
1617
|
+
# @type DiskBackupQuota: Integer
|
|
1616
1618
|
# @param DiskBackupCount: 云硬盘备份点已使用的数量。
|
|
1617
1619
|
# @type DiskBackupCount: Integer
|
|
1618
1620
|
# @param InstanceType: 云硬盘挂载实例的类型。取值范围:<br><li>CVM<br><li>EKS
|
|
1619
1621
|
# @type InstanceType: String
|
|
1620
1622
|
|
|
1621
|
-
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, :DiskBackupCount, :InstanceType
|
|
1623
|
+
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
|
|
1622
1624
|
|
|
1623
|
-
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, diskbackupcount=nil, instancetype=nil)
|
|
1625
|
+
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)
|
|
1624
1626
|
@DeleteWithInstance = deletewithinstance
|
|
1625
1627
|
@RenewFlag = renewflag
|
|
1626
1628
|
@DiskType = disktype
|
|
@@ -1657,6 +1659,7 @@ module TencentCloud
|
|
|
1657
1659
|
@Shareable = shareable
|
|
1658
1660
|
@CreateTime = createtime
|
|
1659
1661
|
@DeleteSnapshot = deletesnapshot
|
|
1662
|
+
@DiskBackupQuota = diskbackupquota
|
|
1660
1663
|
@DiskBackupCount = diskbackupcount
|
|
1661
1664
|
@InstanceType = instancetype
|
|
1662
1665
|
end
|
|
@@ -1708,6 +1711,7 @@ module TencentCloud
|
|
|
1708
1711
|
@Shareable = params['Shareable']
|
|
1709
1712
|
@CreateTime = params['CreateTime']
|
|
1710
1713
|
@DeleteSnapshot = params['DeleteSnapshot']
|
|
1714
|
+
@DiskBackupQuota = params['DiskBackupQuota']
|
|
1711
1715
|
@DiskBackupCount = params['DiskBackupCount']
|
|
1712
1716
|
@InstanceType = params['InstanceType']
|
|
1713
1717
|
end
|
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.505
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-02-
|
|
11
|
+
date: 2023-02-09 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|