tencentcloud-sdk-cfs 3.0.954 → 3.0.956
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20190719/models.rb +12 -4
- 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: 0ceba6f1375812a67e3898793511b44b97eb86ab
|
4
|
+
data.tar.gz: 056cf5e40980827dfc9f5814e92689c898ccd454
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ab236af7ee360a3ac26067d0494672adffacc63a0311e63a9eee5bd89af78e5a08c91c5b65aa751441f46230bbea4dcb29366ff086f1a3de79f8f42005f066c0
|
7
|
+
data.tar.gz: 441a07eef3cc199aaf6ad0d658c2eefb5931c1042f40e3b2bea0dad5d37f4ab9fdda8de712cdadf857674510e360808e691c988fd128af638e7f908fa7412c0a
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.956
|
data/lib/v20190719/models.rb
CHANGED
@@ -722,10 +722,12 @@ module TencentCloud
|
|
722
722
|
# @type FsName: String
|
723
723
|
# @param BucketPath: 源桶路径,默认为/
|
724
724
|
# @type BucketPath: String
|
725
|
+
# @param Direction: 迁移方向。0: 对象存储迁移至文件系统,1: 文件系统迁移至对象存储。默认 0
|
726
|
+
# @type Direction: Integer
|
725
727
|
|
726
|
-
attr_accessor :TaskName, :MigrationType, :MigrationMode, :SrcSecretId, :SrcSecretKey, :FileSystemId, :FsPath, :CoverType, :SrcService, :BucketName, :BucketRegion, :BucketAddress, :ListAddress, :FsName, :BucketPath
|
728
|
+
attr_accessor :TaskName, :MigrationType, :MigrationMode, :SrcSecretId, :SrcSecretKey, :FileSystemId, :FsPath, :CoverType, :SrcService, :BucketName, :BucketRegion, :BucketAddress, :ListAddress, :FsName, :BucketPath, :Direction
|
727
729
|
|
728
|
-
def initialize(taskname=nil, migrationtype=nil, migrationmode=nil, srcsecretid=nil, srcsecretkey=nil, filesystemid=nil, fspath=nil, covertype=nil, srcservice=nil, bucketname=nil, bucketregion=nil, bucketaddress=nil, listaddress=nil, fsname=nil, bucketpath=nil)
|
730
|
+
def initialize(taskname=nil, migrationtype=nil, migrationmode=nil, srcsecretid=nil, srcsecretkey=nil, filesystemid=nil, fspath=nil, covertype=nil, srcservice=nil, bucketname=nil, bucketregion=nil, bucketaddress=nil, listaddress=nil, fsname=nil, bucketpath=nil, direction=nil)
|
729
731
|
@TaskName = taskname
|
730
732
|
@MigrationType = migrationtype
|
731
733
|
@MigrationMode = migrationmode
|
@@ -741,6 +743,7 @@ module TencentCloud
|
|
741
743
|
@ListAddress = listaddress
|
742
744
|
@FsName = fsname
|
743
745
|
@BucketPath = bucketpath
|
746
|
+
@Direction = direction
|
744
747
|
end
|
745
748
|
|
746
749
|
def deserialize(params)
|
@@ -759,6 +762,7 @@ module TencentCloud
|
|
759
762
|
@ListAddress = params['ListAddress']
|
760
763
|
@FsName = params['FsName']
|
761
764
|
@BucketPath = params['BucketPath']
|
765
|
+
@Direction = params['Direction']
|
762
766
|
end
|
763
767
|
end
|
764
768
|
|
@@ -2169,10 +2173,12 @@ module TencentCloud
|
|
2169
2173
|
# @param BucketPath: 源桶路径
|
2170
2174
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
2171
2175
|
# @type BucketPath: String
|
2176
|
+
# @param Direction: 迁移方向。0: 对象存储迁移至文件系统,1: 文件系统迁移至对象存储。默认 0
|
2177
|
+
# @type Direction: Integer
|
2172
2178
|
|
2173
|
-
attr_accessor :TaskName, :TaskId, :MigrationType, :MigrationMode, :BucketName, :BucketRegion, :BucketAddress, :ListAddress, :FsName, :FileSystemId, :FsPath, :CoverType, :CreateTime, :EndTime, :Status, :FileTotalCount, :FileMigratedCount, :FileFailedCount, :FileTotalSize, :FileMigratedSize, :FileFailedSize, :FileTotalList, :FileCompletedList, :FileFailedList, :BucketPath
|
2179
|
+
attr_accessor :TaskName, :TaskId, :MigrationType, :MigrationMode, :BucketName, :BucketRegion, :BucketAddress, :ListAddress, :FsName, :FileSystemId, :FsPath, :CoverType, :CreateTime, :EndTime, :Status, :FileTotalCount, :FileMigratedCount, :FileFailedCount, :FileTotalSize, :FileMigratedSize, :FileFailedSize, :FileTotalList, :FileCompletedList, :FileFailedList, :BucketPath, :Direction
|
2174
2180
|
|
2175
|
-
def initialize(taskname=nil, taskid=nil, migrationtype=nil, migrationmode=nil, bucketname=nil, bucketregion=nil, bucketaddress=nil, listaddress=nil, fsname=nil, filesystemid=nil, fspath=nil, covertype=nil, createtime=nil, endtime=nil, status=nil, filetotalcount=nil, filemigratedcount=nil, filefailedcount=nil, filetotalsize=nil, filemigratedsize=nil, filefailedsize=nil, filetotallist=nil, filecompletedlist=nil, filefailedlist=nil, bucketpath=nil)
|
2181
|
+
def initialize(taskname=nil, taskid=nil, migrationtype=nil, migrationmode=nil, bucketname=nil, bucketregion=nil, bucketaddress=nil, listaddress=nil, fsname=nil, filesystemid=nil, fspath=nil, covertype=nil, createtime=nil, endtime=nil, status=nil, filetotalcount=nil, filemigratedcount=nil, filefailedcount=nil, filetotalsize=nil, filemigratedsize=nil, filefailedsize=nil, filetotallist=nil, filecompletedlist=nil, filefailedlist=nil, bucketpath=nil, direction=nil)
|
2176
2182
|
@TaskName = taskname
|
2177
2183
|
@TaskId = taskid
|
2178
2184
|
@MigrationType = migrationtype
|
@@ -2198,6 +2204,7 @@ module TencentCloud
|
|
2198
2204
|
@FileCompletedList = filecompletedlist
|
2199
2205
|
@FileFailedList = filefailedlist
|
2200
2206
|
@BucketPath = bucketpath
|
2207
|
+
@Direction = direction
|
2201
2208
|
end
|
2202
2209
|
|
2203
2210
|
def deserialize(params)
|
@@ -2226,6 +2233,7 @@ module TencentCloud
|
|
2226
2233
|
@FileCompletedList = params['FileCompletedList']
|
2227
2234
|
@FileFailedList = params['FileFailedList']
|
2228
2235
|
@BucketPath = params['BucketPath']
|
2236
|
+
@Direction = params['Direction']
|
2229
2237
|
end
|
2230
2238
|
end
|
2231
2239
|
|
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.956
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-12-
|
11
|
+
date: 2024-12-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|