Class CreateMigrationTaskRequest

    • Constructor Detail

      • CreateMigrationTaskRequest

        public CreateMigrationTaskRequest()
      • CreateMigrationTaskRequest

        public CreateMigrationTaskRequest​(CreateMigrationTaskRequest source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getTaskName

        public String getTaskName()
        Get 迁移任务名称
        Returns:
        TaskName 迁移任务名称
      • setTaskName

        public void setTaskName​(String TaskName)
        Set 迁移任务名称
        Parameters:
        TaskName - 迁移任务名称
      • getMigrationType

        public Long getMigrationType()
        Get 迁移方式标志位,默认为0。0: 桶迁移;1: 清单迁移
        Returns:
        MigrationType 迁移方式标志位,默认为0。0: 桶迁移;1: 清单迁移
      • setMigrationType

        public void setMigrationType​(Long MigrationType)
        Set 迁移方式标志位,默认为0。0: 桶迁移;1: 清单迁移
        Parameters:
        MigrationType - 迁移方式标志位,默认为0。0: 桶迁移;1: 清单迁移
      • getMigrationMode

        public Long getMigrationMode()
        Get 迁移模式,默认为0。0: 全量迁移
        Returns:
        MigrationMode 迁移模式,默认为0。0: 全量迁移
      • setMigrationMode

        public void setMigrationMode​(Long MigrationMode)
        Set 迁移模式,默认为0。0: 全量迁移
        Parameters:
        MigrationMode - 迁移模式,默认为0。0: 全量迁移
      • getSrcSecretId

        public String getSrcSecretId()
        Get 数据源账号的SecretId
        Returns:
        SrcSecretId 数据源账号的SecretId
      • setSrcSecretId

        public void setSrcSecretId​(String SrcSecretId)
        Set 数据源账号的SecretId
        Parameters:
        SrcSecretId - 数据源账号的SecretId
      • getSrcSecretKey

        public String getSrcSecretKey()
        Get 数据源账号的SecretKey
        Returns:
        SrcSecretKey 数据源账号的SecretKey
      • setSrcSecretKey

        public void setSrcSecretKey​(String SrcSecretKey)
        Set 数据源账号的SecretKey
        Parameters:
        SrcSecretKey - 数据源账号的SecretKey
      • getFileSystemId

        public String getFileSystemId()
        Get 文件系统实例Id
        Returns:
        FileSystemId 文件系统实例Id
      • setFileSystemId

        public void setFileSystemId​(String FileSystemId)
        Set 文件系统实例Id
        Parameters:
        FileSystemId - 文件系统实例Id
      • getFsPath

        public String getFsPath()
        Get 文件系统路径
        Returns:
        FsPath 文件系统路径
      • setFsPath

        public void setFsPath​(String FsPath)
        Set 文件系统路径
        Parameters:
        FsPath - 文件系统路径
      • getCoverType

        public Long getCoverType()
        Get 同名文件迁移时覆盖策略,默认为0。0: 最后修改时间优先;1: 全覆盖;2: 不覆盖
        Returns:
        CoverType 同名文件迁移时覆盖策略,默认为0。0: 最后修改时间优先;1: 全覆盖;2: 不覆盖
      • setCoverType

        public void setCoverType​(Long CoverType)
        Set 同名文件迁移时覆盖策略,默认为0。0: 最后修改时间优先;1: 全覆盖;2: 不覆盖
        Parameters:
        CoverType - 同名文件迁移时覆盖策略,默认为0。0: 最后修改时间优先;1: 全覆盖;2: 不覆盖
      • getSrcService

        public String getSrcService()
        Get 数据源服务商。COS: 腾讯云COS,OSS: 阿里云OSS,OBS:华为云OBS
        Returns:
        SrcService 数据源服务商。COS: 腾讯云COS,OSS: 阿里云OSS,OBS:华为云OBS
      • setSrcService

        public void setSrcService​(String SrcService)
        Set 数据源服务商。COS: 腾讯云COS,OSS: 阿里云OSS,OBS:华为云OBS
        Parameters:
        SrcService - 数据源服务商。COS: 腾讯云COS,OSS: 阿里云OSS,OBS:华为云OBS
      • getBucketName

        public String getBucketName()
        Get 数据源桶名称,名称和地址至少有一个
        Returns:
        BucketName 数据源桶名称,名称和地址至少有一个
      • setBucketName

        public void setBucketName​(String BucketName)
        Set 数据源桶名称,名称和地址至少有一个
        Parameters:
        BucketName - 数据源桶名称,名称和地址至少有一个
      • getBucketRegion

        public String getBucketRegion()
        Get 数据源桶地域
        Returns:
        BucketRegion 数据源桶地域
      • setBucketRegion

        public void setBucketRegion​(String BucketRegion)
        Set 数据源桶地域
        Parameters:
        BucketRegion - 数据源桶地域
      • getBucketAddress

        public String getBucketAddress()
        Get 数据源桶地址,名称和地址至少有一个
        Returns:
        BucketAddress 数据源桶地址,名称和地址至少有一个
      • setBucketAddress

        public void setBucketAddress​(String BucketAddress)
        Set 数据源桶地址,名称和地址至少有一个
        Parameters:
        BucketAddress - 数据源桶地址,名称和地址至少有一个
      • getListAddress

        public String getListAddress()
        Get 清单地址,迁移方式为清单迁移时必填
        Returns:
        ListAddress 清单地址,迁移方式为清单迁移时必填
      • setListAddress

        public void setListAddress​(String ListAddress)
        Set 清单地址,迁移方式为清单迁移时必填
        Parameters:
        ListAddress - 清单地址,迁移方式为清单迁移时必填
      • getFsName

        public String getFsName()
        Get 目标文件系统名称
        Returns:
        FsName 目标文件系统名称
      • setFsName

        public void setFsName​(String FsName)
        Set 目标文件系统名称
        Parameters:
        FsName - 目标文件系统名称
      • getBucketPath

        public String getBucketPath()
        Get 源桶路径,默认为/
        Returns:
        BucketPath 源桶路径,默认为/
      • setBucketPath

        public void setBucketPath​(String BucketPath)
        Set 源桶路径,默认为/
        Parameters:
        BucketPath - 源桶路径,默认为/