tencentcloud-sdk-cfs 3.0.954 → 3.0.955
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 +12 -4
 - metadata +1 -1
 
    
        checksums.yaml
    CHANGED
    
    | 
         @@ -1,7 +1,7 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            ---
         
     | 
| 
       2 
2 
     | 
    
         
             
            SHA1:
         
     | 
| 
       3 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       4 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 3 
     | 
    
         
            +
              metadata.gz: 8e61438d83824dceb1b8f7070606b01a90925fe8
         
     | 
| 
      
 4 
     | 
    
         
            +
              data.tar.gz: 1e633a854ae9dd25193489990e5e3ca73d001a84
         
     | 
| 
       5 
5 
     | 
    
         
             
            SHA512:
         
     | 
| 
       6 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       7 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 6 
     | 
    
         
            +
              metadata.gz: 42a50bb586519295bf057596d7bae850f61aaa8b9f05553b65d350b5a6126b21ec824ebd69a7d284e88365d9d42b9e70ad38397b26430a9e3b2d308b4ffab6eb
         
     | 
| 
      
 7 
     | 
    
         
            +
              data.tar.gz: 45c4d358c47d87ad26ce9092d147d9c1e49465dbf5a0f5881dbe7e083f862c2216ece074e74617257452b6316df747e9e06cda7f7f8ce34f459370c65d175ccf
         
     | 
    
        data/lib/VERSION
    CHANGED
    
    | 
         @@ -1 +1 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
            3.0. 
     | 
| 
      
 1 
     | 
    
         
            +
            3.0.955
         
     | 
    
        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 
     | 
    
         |