tencentcloud-sdk-cbs 3.0.559 → 3.0.561
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 +8 -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: 381e0eb472a6aaa93368250ff8bf745dfb6a7c36
|
4
|
+
data.tar.gz: d2ac38efd24fc92a2eb245d2ee17054f496efb4f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a2efe230eca703eb5d605986e351f942750eb885efc729b632ef1636a1b30b6bc6160250f7673f4a6058332a9ba5bedbabf23af2a8a59f82a9d7d53bebaa67d9
|
7
|
+
data.tar.gz: c4593b22d76c8639f9d93b577a44bbc105863515df7064c62313b863e743f68fd2c74b271da74353a50ff1633d939083107229a2551a8cb7a7eb18189a6a3491
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.561
|
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
|
@@ -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.561
|
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-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|