tencentcloud-sdk-cbs 3.0.504 → 3.0.506
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 +12 -8
- 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: 0ec38ec40eeac8ef3d729a3440b131f5d15d2a49
|
4
|
+
data.tar.gz: 309838d930e838557be4ffc743cd4428cc213877
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 63b1307b93ec5eb690e77489caaa49b76602a69f7a35b858b35e0f725203bc941cfb1c06882999b026c91dbbd8b785f22b87da45ce70d128e6c8e1deef2245e2
|
7
|
+
data.tar.gz: f9f5337907e7a39d26d8553fff887c28b8d6411a3afa2f4bf34623c8eb943e07808893a1e3f0b375903cda027c9e621375aa5ab847725191b6ed93a0051d7988
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.506
|
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
|
@@ -2535,26 +2539,26 @@ module TencentCloud
|
|
2535
2539
|
class ModifySnapshotAttributeRequest < TencentCloud::Common::AbstractModel
|
2536
2540
|
# @param SnapshotId: 快照ID, 可通过[DescribeSnapshots](/document/product/362/15647)查询。
|
2537
2541
|
# @type SnapshotId: String
|
2538
|
-
# @param SnapshotName: 新的快照名称。最长为60个字符。
|
2539
|
-
# @type SnapshotName: String
|
2540
2542
|
# @param IsPermanent: 快照的保留方式,FALSE表示非永久保留,TRUE表示永久保留。
|
2541
2543
|
# @type IsPermanent: Boolean
|
2544
|
+
# @param SnapshotName: 新的快照名称。最长为60个字符。
|
2545
|
+
# @type SnapshotName: String
|
2542
2546
|
# @param Deadline: 快照的到期时间;设置好快照将会被同时设置为非永久保留方式;超过到期时间后快照将会被自动删除。
|
2543
2547
|
# @type Deadline: String
|
2544
2548
|
|
2545
|
-
attr_accessor :SnapshotId, :
|
2549
|
+
attr_accessor :SnapshotId, :IsPermanent, :SnapshotName, :Deadline
|
2546
2550
|
|
2547
|
-
def initialize(snapshotid=nil,
|
2551
|
+
def initialize(snapshotid=nil, ispermanent=nil, snapshotname=nil, deadline=nil)
|
2548
2552
|
@SnapshotId = snapshotid
|
2549
|
-
@SnapshotName = snapshotname
|
2550
2553
|
@IsPermanent = ispermanent
|
2554
|
+
@SnapshotName = snapshotname
|
2551
2555
|
@Deadline = deadline
|
2552
2556
|
end
|
2553
2557
|
|
2554
2558
|
def deserialize(params)
|
2555
2559
|
@SnapshotId = params['SnapshotId']
|
2556
|
-
@SnapshotName = params['SnapshotName']
|
2557
2560
|
@IsPermanent = params['IsPermanent']
|
2561
|
+
@SnapshotName = params['SnapshotName']
|
2558
2562
|
@Deadline = params['Deadline']
|
2559
2563
|
end
|
2560
2564
|
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.506
|
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-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|