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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: eeac749cc3db114dafd85a55e908fa9de0ef401a
4
- data.tar.gz: 5966aaf126b13e4a52297892162b4c049087995d
3
+ metadata.gz: d4e5413383d39cc9820238f6e6c3cfb43573fabe
4
+ data.tar.gz: ec6128820081e87b8a5693744012d4f7c806e8fb
5
5
  SHA512:
6
- metadata.gz: 68ada521f6cd8404611a24a102a3f290b4e38fcba0cc99422e20e8ba0f51ae5a141e7be2a84bde9cc63f047de0ffef8f6e4a312b85fcd0dcd79078643e245038
7
- data.tar.gz: 2e890544583d511bf936578c72dbe02323457bc9c548d067d190025133e8c1b6df58587a1fe73d16c7e73f7fc9f2abeeef4fc5d00e495ea0705690c49326e94b
6
+ metadata.gz: a900d82051cc0bb92f942392510ea9d7820d08b202f42d86802bcb2aeced266aa36cad3195644cc2ded7aac141563468cc160c23feaacb36c2073154a7857b2b
7
+ data.tar.gz: f0a1fb1994d283ecbb9aa5d35f9b32b459594facd48a58361b488c7dcb84ab39edcd5716a9eae7925a63a33b1dbf1167d67b0b19a2e955f7687501f2e34fcd41
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.594
1
+ 3.0.596
@@ -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.594
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-16 00:00:00.000000000 Z
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