tencentcloud-sdk-cfs 3.0.594 → 3.0.596
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/v20190719/models.rb +6 -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: d4e5413383d39cc9820238f6e6c3cfb43573fabe
|
|
4
|
+
data.tar.gz: ec6128820081e87b8a5693744012d4f7c806e8fb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a900d82051cc0bb92f942392510ea9d7820d08b202f42d86802bcb2aeced266aa36cad3195644cc2ded7aac141563468cc160c23feaacb36c2073154a7857b2b
|
|
7
|
+
data.tar.gz: f0a1fb1994d283ecbb9aa5d35f9b32b459594facd48a58361b488c7dcb84ab39edcd5716a9eae7925a63a33b1dbf1167d67b0b19a2e955f7687501f2e34fcd41
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.596
|
data/lib/v20190719/models.rb
CHANGED
|
@@ -51,10 +51,12 @@ module TencentCloud
|
|
|
51
51
|
# @param IntervalDays: 快照定期间隔天数,1-365 天;该参数与DayOfMonth,DayOfWeek互斥
|
|
52
52
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
53
53
|
# @type IntervalDays: Integer
|
|
54
|
+
# @param CrossRegionsAliveDays: 跨地域复制的快照保留时间
|
|
55
|
+
# @type CrossRegionsAliveDays: Integer
|
|
54
56
|
|
|
55
|
-
attr_accessor :AutoSnapshotPolicyId, :PolicyName, :CreationTime, :FileSystemNums, :DayOfWeek, :Hour, :IsActivated, :NextActiveTime, :Status, :AppId, :AliveDays, :RegionName, :FileSystems, :DayOfMonth, :IntervalDays
|
|
57
|
+
attr_accessor :AutoSnapshotPolicyId, :PolicyName, :CreationTime, :FileSystemNums, :DayOfWeek, :Hour, :IsActivated, :NextActiveTime, :Status, :AppId, :AliveDays, :RegionName, :FileSystems, :DayOfMonth, :IntervalDays, :CrossRegionsAliveDays
|
|
56
58
|
|
|
57
|
-
def initialize(autosnapshotpolicyid=nil, policyname=nil, creationtime=nil, filesystemnums=nil, dayofweek=nil, hour=nil, isactivated=nil, nextactivetime=nil, status=nil, appid=nil, alivedays=nil, regionname=nil, filesystems=nil, dayofmonth=nil, intervaldays=nil)
|
|
59
|
+
def initialize(autosnapshotpolicyid=nil, policyname=nil, creationtime=nil, filesystemnums=nil, dayofweek=nil, hour=nil, isactivated=nil, nextactivetime=nil, status=nil, appid=nil, alivedays=nil, regionname=nil, filesystems=nil, dayofmonth=nil, intervaldays=nil, crossregionsalivedays=nil)
|
|
58
60
|
@AutoSnapshotPolicyId = autosnapshotpolicyid
|
|
59
61
|
@PolicyName = policyname
|
|
60
62
|
@CreationTime = creationtime
|
|
@@ -70,6 +72,7 @@ module TencentCloud
|
|
|
70
72
|
@FileSystems = filesystems
|
|
71
73
|
@DayOfMonth = dayofmonth
|
|
72
74
|
@IntervalDays = intervaldays
|
|
75
|
+
@CrossRegionsAliveDays = crossregionsalivedays
|
|
73
76
|
end
|
|
74
77
|
|
|
75
78
|
def deserialize(params)
|
|
@@ -95,6 +98,7 @@ module TencentCloud
|
|
|
95
98
|
end
|
|
96
99
|
@DayOfMonth = params['DayOfMonth']
|
|
97
100
|
@IntervalDays = params['IntervalDays']
|
|
101
|
+
@CrossRegionsAliveDays = params['CrossRegionsAliveDays']
|
|
98
102
|
end
|
|
99
103
|
end
|
|
100
104
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-cfs
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.596
|
|
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-06-
|
|
11
|
+
date: 2023-06-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|