tencentcloud-sdk-cbs 3.0.574 → 3.0.575

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20170312/models.rb +12 -4
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 707a2c7e74c373e44332e0d7f013aefffe737f9f
4
- data.tar.gz: 76c33e91318664b959baa4571f2580d730c76f52
3
+ metadata.gz: 14db1a7d8c661f4b6b18f0c84a884f3a70d83149
4
+ data.tar.gz: b8461cbb9d38771666cf1ad33c9218c214e235e1
5
5
  SHA512:
6
- metadata.gz: 3ced4f3cb530991d9d9782f7b1f9e55fed8337ecc13fbaf1c10cb633d34cb2a0d0ae321910f319563d51b72881ab4d6ca6310bd9bca1dc3b715635dc51f9e283
7
- data.tar.gz: 7e2df12323cde8c1cebff2c8141c588de5d3de4959780c8dfae35c6f59598fe69d3edfa049f715937622e79e954f5a490848a969e837ca06f56353e5614689c2
6
+ metadata.gz: 01c252570d221877ed50e901ad93d8591329bec897c4db21f6d57891f7d5d45673ec0835bb6aa48b2519453bd48c6d0be763413608ac193f380d86f5b9d38e65
7
+ data.tar.gz: fbc13f0c2f38e500e999aab9828dcf5ce36210e2dce0e620ad241cfeea57713401888862a3198fb2c2ba68af78c07a3ef368d706beedb713d2aa6bffed42e6bf
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.574
1
+ 3.0.575
@@ -636,10 +636,12 @@ module TencentCloud
636
636
  # @type AutoMountConfiguration: :class:`Tencentcloud::Cbs.v20170312.models.AutoMountConfiguration`
637
637
  # @param DiskBackupQuota: 指定云硬盘备份点配额。
638
638
  # @type DiskBackupQuota: Integer
639
+ # @param BurstPerformance: 创建云盘时是否开启性能突发
640
+ # @type BurstPerformance: Boolean
639
641
 
640
- attr_accessor :Placement, :DiskChargeType, :DiskType, :DiskName, :Tags, :SnapshotId, :DiskCount, :ThroughputPerformance, :DiskSize, :Shareable, :ClientToken, :Encrypt, :DiskChargePrepaid, :DeleteSnapshot, :AutoMountConfiguration, :DiskBackupQuota
642
+ attr_accessor :Placement, :DiskChargeType, :DiskType, :DiskName, :Tags, :SnapshotId, :DiskCount, :ThroughputPerformance, :DiskSize, :Shareable, :ClientToken, :Encrypt, :DiskChargePrepaid, :DeleteSnapshot, :AutoMountConfiguration, :DiskBackupQuota, :BurstPerformance
641
643
 
642
- def initialize(placement=nil, diskchargetype=nil, disktype=nil, diskname=nil, tags=nil, snapshotid=nil, diskcount=nil, throughputperformance=nil, disksize=nil, shareable=nil, clienttoken=nil, encrypt=nil, diskchargeprepaid=nil, deletesnapshot=nil, automountconfiguration=nil, diskbackupquota=nil)
644
+ def initialize(placement=nil, diskchargetype=nil, disktype=nil, diskname=nil, tags=nil, snapshotid=nil, diskcount=nil, throughputperformance=nil, disksize=nil, shareable=nil, clienttoken=nil, encrypt=nil, diskchargeprepaid=nil, deletesnapshot=nil, automountconfiguration=nil, diskbackupquota=nil, burstperformance=nil)
643
645
  @Placement = placement
644
646
  @DiskChargeType = diskchargetype
645
647
  @DiskType = disktype
@@ -656,6 +658,7 @@ module TencentCloud
656
658
  @DeleteSnapshot = deletesnapshot
657
659
  @AutoMountConfiguration = automountconfiguration
658
660
  @DiskBackupQuota = diskbackupquota
661
+ @BurstPerformance = burstperformance
659
662
  end
660
663
 
661
664
  def deserialize(params)
@@ -691,6 +694,7 @@ module TencentCloud
691
694
  @AutoMountConfiguration.deserialize(params['AutoMountConfiguration'])
692
695
  end
693
696
  @DiskBackupQuota = params['DiskBackupQuota']
697
+ @BurstPerformance = params['BurstPerformance']
694
698
  end
695
699
  end
696
700
 
@@ -2523,16 +2527,19 @@ module TencentCloud
2523
2527
  # @type DeleteWithInstance: Boolean
2524
2528
  # @param DiskType: 变更云盘类型时,可传入该参数,表示变更的目标类型,取值范围:<br><li>CLOUD_PREMIUM:表示高性能云硬盘<br><li>CLOUD_SSD:表示SSD云硬盘。<br>当前不支持批量变更类型,即传入DiskType时,DiskIds仅支持传入一块云盘;<br>变更云盘类型时不支持同时变更其他属性。
2525
2529
  # @type DiskType: String
2530
+ # @param BurstPerformanceOperation: 开启/关闭云盘性能突发功能
2531
+ # @type BurstPerformanceOperation: String
2526
2532
 
2527
- attr_accessor :DiskIds, :DiskName, :Portable, :ProjectId, :DeleteWithInstance, :DiskType
2533
+ attr_accessor :DiskIds, :DiskName, :Portable, :ProjectId, :DeleteWithInstance, :DiskType, :BurstPerformanceOperation
2528
2534
 
2529
- def initialize(diskids=nil, diskname=nil, portable=nil, projectid=nil, deletewithinstance=nil, disktype=nil)
2535
+ def initialize(diskids=nil, diskname=nil, portable=nil, projectid=nil, deletewithinstance=nil, disktype=nil, burstperformanceoperation=nil)
2530
2536
  @DiskIds = diskids
2531
2537
  @DiskName = diskname
2532
2538
  @Portable = portable
2533
2539
  @ProjectId = projectid
2534
2540
  @DeleteWithInstance = deletewithinstance
2535
2541
  @DiskType = disktype
2542
+ @BurstPerformanceOperation = burstperformanceoperation
2536
2543
  end
2537
2544
 
2538
2545
  def deserialize(params)
@@ -2542,6 +2549,7 @@ module TencentCloud
2542
2549
  @ProjectId = params['ProjectId']
2543
2550
  @DeleteWithInstance = params['DeleteWithInstance']
2544
2551
  @DiskType = params['DiskType']
2552
+ @BurstPerformanceOperation = params['BurstPerformanceOperation']
2545
2553
  end
2546
2554
  end
2547
2555
 
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.574
4
+ version: 3.0.575
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-05-22 00:00:00.000000000 Z
11
+ date: 2023-05-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common