tencentcloud-sdk-cbs 3.0.1053 → 3.0.1055
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 +12 -3
- 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: 84f00dd0bbe598a494643b12c4e7fb39c477bd48
|
4
|
+
data.tar.gz: 80baf7d4b55fee5121e4613552217a3724772bcf
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ec4c7c9d1b6457ab1fed418eabaa7cb5aeaf3ab59f3527dd93446bae0f4697ffe4fed50e071e852f993b31fd36fc469c535181da2cf31de6b0111c1cb21b0879
|
7
|
+
data.tar.gz: 0ad6631b70c4304a6cc5e29ed9d6ac50820891e03709021bbb43d0f835a416d663d3ce9bcaf822c19b796e90dc742e6896bd32a3874187116727f47ff83135f3
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1055
|
data/lib/v20170312/models.rb
CHANGED
@@ -3385,7 +3385,11 @@ module TencentCloud
|
|
3385
3385
|
# @type ContainRootSnapshot: Boolean
|
3386
3386
|
# @param SnapshotIdSet: 快照组包含的快照ID列表。
|
3387
3387
|
# @type SnapshotIdSet: Array
|
3388
|
-
# @param SnapshotGroupState:
|
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.
|
4
|
+
version: 3.0.1055
|
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-05-
|
11
|
+
date: 2025-05-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|