Class: TencentCloud::Cfs::V20190719::MigrationTaskInfo
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cfs::V20190719::MigrationTaskInfo
- Defined in:
- lib/v20190719/models.rb
Overview
CFS数据迁移任务信息
Instance Attribute Summary collapse
- #BucketAddress ⇒ Object
- #BucketName ⇒ Object
- #BucketPath ⇒ Object
- #BucketRegion ⇒ Object
- #CoverType ⇒ Object
- #CreateTime ⇒ Object
- #Direction ⇒ Object
- #EndTime ⇒ Object
- #FileCompletedList ⇒ Object
- #FileFailedCount ⇒ Object
- #FileFailedList ⇒ Object
- #FileFailedSize ⇒ Object
- #FileMigratedCount ⇒ Object
- #FileMigratedSize ⇒ Object
- #FileSystemId ⇒ Object
- #FileTotalCount ⇒ Object
- #FileTotalList ⇒ Object
- #FileTotalSize ⇒ Object
- #FsName ⇒ Object
- #FsPath ⇒ Object
- #ListAddress ⇒ Object
- #MigrationMode ⇒ Object
- #MigrationType ⇒ Object
- #Status ⇒ Object
- #TaskId ⇒ Object
- #TaskName ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#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) ⇒ MigrationTaskInfo
constructor
A new instance of MigrationTaskInfo.
Constructor Details
#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) ⇒ MigrationTaskInfo
Returns a new instance of MigrationTaskInfo.
3167 3168 3169 3170 3171 3172 3173 3174 3175 3176 3177 3178 3179 3180 3181 3182 3183 3184 3185 3186 3187 3188 3189 3190 3191 3192 3193 3194 |
# File 'lib/v20190719/models.rb', line 3167 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) @TaskName = taskname @TaskId = taskid @MigrationType = migrationtype @MigrationMode = migrationmode @BucketName = bucketname @BucketRegion = bucketregion @BucketAddress = bucketaddress @ListAddress = listaddress @FsName = fsname @FileSystemId = filesystemid @FsPath = fspath @CoverType = covertype @CreateTime = createtime @EndTime = endtime @Status = status @FileTotalCount = filetotalcount @FileMigratedCount = filemigratedcount @FileFailedCount = filefailedcount @FileTotalSize = filetotalsize @FileMigratedSize = filemigratedsize @FileFailedSize = filefailedsize @FileTotalList = filetotallist @FileCompletedList = filecompletedlist @FileFailedList = filefailedlist @BucketPath = bucketpath @Direction = direction end |
Instance Attribute Details
#BucketAddress ⇒ Object
3165 3166 3167 |
# File 'lib/v20190719/models.rb', line 3165 def BucketAddress @BucketAddress end |
#BucketName ⇒ Object
3165 3166 3167 |
# File 'lib/v20190719/models.rb', line 3165 def BucketName @BucketName end |
#BucketPath ⇒ Object
3165 3166 3167 |
# File 'lib/v20190719/models.rb', line 3165 def BucketPath @BucketPath end |
#BucketRegion ⇒ Object
3165 3166 3167 |
# File 'lib/v20190719/models.rb', line 3165 def BucketRegion @BucketRegion end |
#CoverType ⇒ Object
3165 3166 3167 |
# File 'lib/v20190719/models.rb', line 3165 def CoverType @CoverType end |
#CreateTime ⇒ Object
3165 3166 3167 |
# File 'lib/v20190719/models.rb', line 3165 def CreateTime @CreateTime end |
#Direction ⇒ Object
3165 3166 3167 |
# File 'lib/v20190719/models.rb', line 3165 def Direction @Direction end |
#EndTime ⇒ Object
3165 3166 3167 |
# File 'lib/v20190719/models.rb', line 3165 def EndTime @EndTime end |
#FileCompletedList ⇒ Object
3165 3166 3167 |
# File 'lib/v20190719/models.rb', line 3165 def FileCompletedList @FileCompletedList end |
#FileFailedCount ⇒ Object
3165 3166 3167 |
# File 'lib/v20190719/models.rb', line 3165 def FileFailedCount @FileFailedCount end |
#FileFailedList ⇒ Object
3165 3166 3167 |
# File 'lib/v20190719/models.rb', line 3165 def FileFailedList @FileFailedList end |
#FileFailedSize ⇒ Object
3165 3166 3167 |
# File 'lib/v20190719/models.rb', line 3165 def FileFailedSize @FileFailedSize end |
#FileMigratedCount ⇒ Object
3165 3166 3167 |
# File 'lib/v20190719/models.rb', line 3165 def FileMigratedCount @FileMigratedCount end |
#FileMigratedSize ⇒ Object
3165 3166 3167 |
# File 'lib/v20190719/models.rb', line 3165 def FileMigratedSize @FileMigratedSize end |
#FileSystemId ⇒ Object
3165 3166 3167 |
# File 'lib/v20190719/models.rb', line 3165 def FileSystemId @FileSystemId end |
#FileTotalCount ⇒ Object
3165 3166 3167 |
# File 'lib/v20190719/models.rb', line 3165 def FileTotalCount @FileTotalCount end |
#FileTotalList ⇒ Object
3165 3166 3167 |
# File 'lib/v20190719/models.rb', line 3165 def FileTotalList @FileTotalList end |
#FileTotalSize ⇒ Object
3165 3166 3167 |
# File 'lib/v20190719/models.rb', line 3165 def FileTotalSize @FileTotalSize end |
#FsName ⇒ Object
3165 3166 3167 |
# File 'lib/v20190719/models.rb', line 3165 def FsName @FsName end |
#FsPath ⇒ Object
3165 3166 3167 |
# File 'lib/v20190719/models.rb', line 3165 def FsPath @FsPath end |
#ListAddress ⇒ Object
3165 3166 3167 |
# File 'lib/v20190719/models.rb', line 3165 def ListAddress @ListAddress end |
#MigrationMode ⇒ Object
3165 3166 3167 |
# File 'lib/v20190719/models.rb', line 3165 def MigrationMode @MigrationMode end |
#MigrationType ⇒ Object
3165 3166 3167 |
# File 'lib/v20190719/models.rb', line 3165 def MigrationType @MigrationType end |
#Status ⇒ Object
3165 3166 3167 |
# File 'lib/v20190719/models.rb', line 3165 def Status @Status end |
#TaskId ⇒ Object
3165 3166 3167 |
# File 'lib/v20190719/models.rb', line 3165 def TaskId @TaskId end |
#TaskName ⇒ Object
3165 3166 3167 |
# File 'lib/v20190719/models.rb', line 3165 def TaskName @TaskName end |
Instance Method Details
#deserialize(params) ⇒ Object
3196 3197 3198 3199 3200 3201 3202 3203 3204 3205 3206 3207 3208 3209 3210 3211 3212 3213 3214 3215 3216 3217 3218 3219 3220 3221 3222 3223 |
# File 'lib/v20190719/models.rb', line 3196 def deserialize(params) @TaskName = params['TaskName'] @TaskId = params['TaskId'] @MigrationType = params['MigrationType'] @MigrationMode = params['MigrationMode'] @BucketName = params['BucketName'] @BucketRegion = params['BucketRegion'] @BucketAddress = params['BucketAddress'] @ListAddress = params['ListAddress'] @FsName = params['FsName'] @FileSystemId = params['FileSystemId'] @FsPath = params['FsPath'] @CoverType = params['CoverType'] @CreateTime = params['CreateTime'] @EndTime = params['EndTime'] @Status = params['Status'] @FileTotalCount = params['FileTotalCount'] @FileMigratedCount = params['FileMigratedCount'] @FileFailedCount = params['FileFailedCount'] @FileTotalSize = params['FileTotalSize'] @FileMigratedSize = params['FileMigratedSize'] @FileFailedSize = params['FileFailedSize'] @FileTotalList = params['FileTotalList'] @FileCompletedList = params['FileCompletedList'] @FileFailedList = params['FileFailedList'] @BucketPath = params['BucketPath'] @Direction = params['Direction'] end |