tencentcloud-sdk-cbs 3.0.1052 → 3.0.1054

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 -3
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 94ff20bb6c5e922ac936ec7cc8eb31e1b9832724
4
- data.tar.gz: 754f883fda9bb4e175fbad6ac6c366b558f4aac8
3
+ metadata.gz: aa45464748bc89e3f64e48f3f411d60f93d3c113
4
+ data.tar.gz: 6241514eb8175901039c09ffc0138d997304f0bd
5
5
  SHA512:
6
- metadata.gz: 24c427c727dfbc4195de5f717eafa2ada1d52464ee6126852bfb1b59de38d5927274d17b71aa4c199e5dd6757f51ff88ae95dba53be16b17d5124177ec00cb99
7
- data.tar.gz: fdc1bba854061c526b6dbdd2a61732c969dea4d787fab4f442f04c7f7e73b692bd51de8cdf543b298e8a156e168db94ed091c22d14b4069e3ff9fe525ebb71cd
6
+ metadata.gz: 38e451cb72a768b3c5152239c1a518cb36b92cc05871f3fda6925eaa3216427e82388afcb1bbe10ca25a95170cc1eb36527f8c79212f351a6fa9aa75cf5ecd4d
7
+ data.tar.gz: 22067428f2c0e5c146589a71eb837e65b804dd6f3ebf9f0a0fe24c9640d39ccb073a776283b9a032f44ac0aec7ad6a53cec39cccf46baa1188eab608313f4652
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1052
1
+ 3.0.1054
@@ -3385,7 +3385,11 @@ module TencentCloud
3385
3385
  # @type ContainRootSnapshot: Boolean
3386
3386
  # @param SnapshotIdSet: 快照组包含的快照ID列表。
3387
3387
  # @type SnapshotIdSet: Array
3388
- # @param SnapshotGroupState: 快照组状态。<br><li>NORMAL: 正常<br><li>CREATING:创建中<br><li>ROLLBACKING:回滚中
3388
+ # @param SnapshotGroupState: <ul>
3389
+ # <li>NORMAL: 正常</li>
3390
+ # <li>CREATING: 创建中</li>
3391
+ # <li>ROLLBACKING: 回滚中</li>
3392
+ # </ul>
3389
3393
  # @type SnapshotGroupState: String
3390
3394
  # @param Percent: 快照组创建进度。
3391
3395
  # @type Percent: Integer
@@ -3404,10 +3408,13 @@ module TencentCloud
3404
3408
  # @param DeadlineTime: 快照组到期时间。
3405
3409
  # 注意:此字段可能返回 null,表示取不到有效值。
3406
3410
  # @type DeadlineTime: String
3411
+ # @param AutoSnapshotPolicyId: 来源自动快照策略ID
3412
+ # 注意:此字段可能返回 null,表示取不到有效值。
3413
+ # @type AutoSnapshotPolicyId: String
3407
3414
 
3408
- attr_accessor :SnapshotGroupId, :SnapshotGroupType, :ContainRootSnapshot, :SnapshotIdSet, :SnapshotGroupState, :Percent, :CreateTime, :ModifyTime, :Images, :SnapshotGroupName, :ImageCount, :IsPermanent, :DeadlineTime
3415
+ attr_accessor :SnapshotGroupId, :SnapshotGroupType, :ContainRootSnapshot, :SnapshotIdSet, :SnapshotGroupState, :Percent, :CreateTime, :ModifyTime, :Images, :SnapshotGroupName, :ImageCount, :IsPermanent, :DeadlineTime, :AutoSnapshotPolicyId
3409
3416
 
3410
- def initialize(snapshotgroupid=nil, snapshotgrouptype=nil, containrootsnapshot=nil, snapshotidset=nil, snapshotgroupstate=nil, percent=nil, createtime=nil, modifytime=nil, images=nil, snapshotgroupname=nil, imagecount=nil, ispermanent=nil, deadlinetime=nil)
3417
+ def initialize(snapshotgroupid=nil, snapshotgrouptype=nil, containrootsnapshot=nil, snapshotidset=nil, snapshotgroupstate=nil, percent=nil, createtime=nil, modifytime=nil, images=nil, snapshotgroupname=nil, imagecount=nil, ispermanent=nil, deadlinetime=nil, autosnapshotpolicyid=nil)
3411
3418
  @SnapshotGroupId = snapshotgroupid
3412
3419
  @SnapshotGroupType = snapshotgrouptype
3413
3420
  @ContainRootSnapshot = containrootsnapshot
@@ -3421,6 +3428,7 @@ module TencentCloud
3421
3428
  @ImageCount = imagecount
3422
3429
  @IsPermanent = ispermanent
3423
3430
  @DeadlineTime = deadlinetime
3431
+ @AutoSnapshotPolicyId = autosnapshotpolicyid
3424
3432
  end
3425
3433
 
3426
3434
  def deserialize(params)
@@ -3444,6 +3452,7 @@ module TencentCloud
3444
3452
  @ImageCount = params['ImageCount']
3445
3453
  @IsPermanent = params['IsPermanent']
3446
3454
  @DeadlineTime = params['DeadlineTime']
3455
+ @AutoSnapshotPolicyId = params['AutoSnapshotPolicyId']
3447
3456
  end
3448
3457
  end
3449
3458
 
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.1052
4
+ version: 3.0.1054
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-04-30 00:00:00.000000000 Z
11
+ date: 2025-05-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common