tencentcloud-sdk-cbs 3.0.559 → 3.0.560

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 739e90796712f791e6dfe83f0382a2165f2fbdfc
4
- data.tar.gz: 3c4101ab0ed123be940657ef903af77b37be18dd
3
+ metadata.gz: 6a751f4ec7caae4a2ea0726ed67584d20d242b87
4
+ data.tar.gz: 16558a9115e976d5278d4f1a3ac7754e994bb873
5
5
  SHA512:
6
- metadata.gz: 11aa426f3f696658dd67d3875a16481c173d0fe1f87900d548b6e8bfd13cdea2b69a50af9b7a6cdba3ed790d56d04fd120cc02a0b31b3615dd1d1601c37b5709
7
- data.tar.gz: d8fd29bb760deed52bcb93c52ada0e0b0b1cafe59935889913a5907f116c651b7536526fddf5a4d415f64d3f2283184001f7da8dd913211ff223f130284ff231
6
+ metadata.gz: 48e5af93979d08b3e1acaeb788b66d26ee4dff5399310c7546e4a0a1fdb319d88c7c4dd7b70942d794f155b46c1e669c3e52801bf855aeeeb262c6bb7abf19ad
7
+ data.tar.gz: 958d454e8b9a06ceeddb372cf0a19d5c3500acecf9240f8031e645afef6007fe91f4ff3d285ac1c68129683a486b7586d0e44f9fbe0fd4fc36840ab74e2c11b8
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.559
1
+ 3.0.560
@@ -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.559
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-25 00:00:00.000000000 Z
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