tencentcloud-sdk-cbs 3.0.558 → 3.0.560
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 +18 -12
- 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: 6a751f4ec7caae4a2ea0726ed67584d20d242b87
|
4
|
+
data.tar.gz: 16558a9115e976d5278d4f1a3ac7754e994bb873
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 48e5af93979d08b3e1acaeb788b66d26ee4dff5399310c7546e4a0a1fdb319d88c7c4dd7b70942d794f155b46c1e669c3e52801bf855aeeeb262c6bb7abf19ad
|
7
|
+
data.tar.gz: 958d454e8b9a06ceeddb372cf0a19d5c3500acecf9240f8031e645afef6007fe91f4ff3d285ac1c68129683a486b7586d0e44f9fbe0fd4fc36840ab74e2c11b8
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.560
|
data/lib/v20170312/models.rb
CHANGED
@@ -756,6 +756,7 @@ module TencentCloud
|
|
756
756
|
# CreateSnapshot返回参数结构体
|
757
757
|
class CreateSnapshotResponse < TencentCloud::Common::AbstractModel
|
758
758
|
# @param SnapshotId: 新创建的快照ID。
|
759
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
759
760
|
# @type SnapshotId: String
|
760
761
|
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
761
762
|
# @type RequestId: String
|
@@ -1508,24 +1509,24 @@ module TencentCloud
|
|
1508
1509
|
# <li>snapshot-type- Array of String - 是否必填:否 -(过滤条件)根据snapshot-type指定的快照类型查询对应的快照。
|
1509
1510
|
# (SHARED_SNAPSHOT:表示共享过来的快照 | PRIVATE_SNAPSHOT:表示自己私有快照。)
|
1510
1511
|
# @type Filters: Array
|
1511
|
-
# @param Offset: 偏移量,默认为0。关于`Offset`的更进一步介绍请参考API[简介](/document/product/362/15633)中的相关小节。
|
1512
|
-
# @type Offset: Integer
|
1513
1512
|
# @param Limit: 返回数量,默认为20,最大值为100。关于`Limit`的更进一步介绍请参考 API [简介](/document/product/362/15633)中的相关小节。
|
1514
1513
|
# @type Limit: Integer
|
1515
|
-
# @param Order: 输出云盘列表的排列顺序。取值范围:<br><li>ASC:升序排列<br><li>DESC:降序排列。
|
1516
|
-
# @type Order: String
|
1517
1514
|
# @param OrderField: 快照列表排序的依据字段。取值范围:<br><li>CREATE_TIME:依据快照的创建时间排序<br>默认按创建时间排序。
|
1518
1515
|
# @type OrderField: String
|
1516
|
+
# @param Offset: 偏移量,默认为0。关于`Offset`的更进一步介绍请参考API[简介](/document/product/362/15633)中的相关小节。
|
1517
|
+
# @type Offset: Integer
|
1518
|
+
# @param Order: 输出云盘列表的排列顺序。取值范围:<br><li>ASC:升序排列<br><li>DESC:降序排列。
|
1519
|
+
# @type Order: String
|
1519
1520
|
|
1520
|
-
attr_accessor :SnapshotIds, :Filters, :
|
1521
|
+
attr_accessor :SnapshotIds, :Filters, :Limit, :OrderField, :Offset, :Order
|
1521
1522
|
|
1522
|
-
def initialize(snapshotids=nil, filters=nil,
|
1523
|
+
def initialize(snapshotids=nil, filters=nil, limit=nil, orderfield=nil, offset=nil, order=nil)
|
1523
1524
|
@SnapshotIds = snapshotids
|
1524
1525
|
@Filters = filters
|
1525
|
-
@Offset = offset
|
1526
1526
|
@Limit = limit
|
1527
|
-
@Order = order
|
1528
1527
|
@OrderField = orderfield
|
1528
|
+
@Offset = offset
|
1529
|
+
@Order = order
|
1529
1530
|
end
|
1530
1531
|
|
1531
1532
|
def deserialize(params)
|
@@ -1538,10 +1539,10 @@ module TencentCloud
|
|
1538
1539
|
@Filters << filter_tmp
|
1539
1540
|
end
|
1540
1541
|
end
|
1541
|
-
@Offset = params['Offset']
|
1542
1542
|
@Limit = params['Limit']
|
1543
|
-
@Order = params['Order']
|
1544
1543
|
@OrderField = params['OrderField']
|
1544
|
+
@Offset = params['Offset']
|
1545
|
+
@Order = params['Order']
|
1545
1546
|
end
|
1546
1547
|
end
|
1547
1548
|
|
@@ -1777,10 +1778,13 @@ module TencentCloud
|
|
1777
1778
|
# @param ErrorPrompt: 云硬盘最后一次操作错误提示
|
1778
1779
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
1779
1780
|
# @type ErrorPrompt: String
|
1781
|
+
# @param BurstPerformance: 云盘是否开启性能突发
|
1782
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
1783
|
+
# @type BurstPerformance: Boolean
|
1780
1784
|
|
1781
|
-
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
|
1785
|
+
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
|
1782
1786
|
|
1783
|
-
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)
|
1787
|
+
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)
|
1784
1788
|
@DeleteWithInstance = deletewithinstance
|
1785
1789
|
@RenewFlag = renewflag
|
1786
1790
|
@DiskType = disktype
|
@@ -1822,6 +1826,7 @@ module TencentCloud
|
|
1822
1826
|
@InstanceType = instancetype
|
1823
1827
|
@LastAttachInsId = lastattachinsid
|
1824
1828
|
@ErrorPrompt = errorprompt
|
1829
|
+
@BurstPerformance = burstperformance
|
1825
1830
|
end
|
1826
1831
|
|
1827
1832
|
def deserialize(params)
|
@@ -1876,6 +1881,7 @@ module TencentCloud
|
|
1876
1881
|
@InstanceType = params['InstanceType']
|
1877
1882
|
@LastAttachInsId = params['LastAttachInsId']
|
1878
1883
|
@ErrorPrompt = params['ErrorPrompt']
|
1884
|
+
@BurstPerformance = params['BurstPerformance']
|
1879
1885
|
end
|
1880
1886
|
end
|
1881
1887
|
|
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.560
|
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-04-
|
11
|
+
date: 2023-04-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|