tencentcloud-sdk-cfs 3.0.1094 → 3.0.1097

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20190719/models.rb +10 -10
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0e18c0ad4cafc31aa5408eba0c58190d80217d90
4
- data.tar.gz: e17977244a9cb1f2ba00dd29b4300d633620fc0e
3
+ metadata.gz: 54f283a51758fb963c3421b0486f90069d9d7dc4
4
+ data.tar.gz: 75ea678716aa92ac06527a3aaa98f40cc846aaba
5
5
  SHA512:
6
- metadata.gz: 871ac6c7ebf89acf6dd4bb613182835da89081cebf2ec995b80097bc5b8fb33268e98f1ca01e863b7b5b760fb78b3fadd5ba187cef013dfc87f66c6f1b21b953
7
- data.tar.gz: c0305a32b1348d3eafac30ac9df9afaa269cfc9fecdbd9d395055bcb5239d4e6a0c52ee9bd033d7e0abaa001bf5c07b3a5e0ec5c46e9afd37890af7760ee4cb8
6
+ metadata.gz: 9e6eadcfa26d7706cdf61a9c97206abed128714305ee6b9318b6d2ea09e16ccbb59f1c78ce0674bafb96d197f1bb0c59370621e73426f0b01baad694f561a69a
7
+ data.tar.gz: d0459f02f9ec6c8111c8a1959886be7f4097ba8f2e9f4b64fb1f35a2d8692f4dc527779ed4fad283d7ea4f15b88ecc87ef2063fb8a02ef3de95363f669f42e50
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1094
1
+ 3.0.1097
@@ -747,35 +747,35 @@ module TencentCloud
747
747
  class CreateMigrationTaskRequest < TencentCloud::Common::AbstractModel
748
748
  # @param TaskName: 迁移任务名称
749
749
  # @type TaskName: String
750
- # @param MigrationType: 迁移方式标志位,默认为0。0: 桶迁移;1: 清单迁移
750
+ # @param MigrationType: 迁移方式标志位,默认为0。0:桶迁移;1:清单迁移
751
751
  # @type MigrationType: Integer
752
752
  # @param MigrationMode: 迁移模式,默认为0。0: 全量迁移
753
753
  # @type MigrationMode: Integer
754
- # @param SrcSecretId: 数据源账号的SecretId
754
+ # @param SrcSecretId: 数据源账号的 SecretId
755
755
  # @type SrcSecretId: String
756
- # @param SrcSecretKey: 数据源账号的SecretKey
756
+ # @param SrcSecretKey: 数据源账号的 SecretKey
757
757
  # @type SrcSecretKey: String
758
- # @param FileSystemId: 文件系统实例Id
758
+ # @param FileSystemId: 文件系统实例 ID,通过查询文件系统 [DescribeCfsFileSystems](https://cloud.tencent.com/document/product/582/38170) 获取
759
759
  # @type FileSystemId: String
760
760
  # @param FsPath: 文件系统路径
761
761
  # @type FsPath: String
762
762
  # @param CoverType: 同名文件迁移时覆盖策略,默认为0。0: 最后修改时间优先;1: 全覆盖;2: 不覆盖
763
763
  # @type CoverType: Integer
764
- # @param SrcService: 数据源服务商。COS: 腾讯云COS,OSS: 阿里云OSS,OBS:华为云OBS
764
+ # @param SrcService: 数据源服务商。COS:腾讯云COS,OSS:阿里云OSS,OBS:华为云OBS
765
765
  # @type SrcService: String
766
- # @param BucketName: 数据源桶名称,名称和地址至少有一个
766
+ # @param BucketName: 数据源桶名称;桶迁移时,BucketName 和 BucketAddress 必填其一,清单迁移时无需填写此参数
767
767
  # @type BucketName: String
768
768
  # @param BucketRegion: 数据源桶地域
769
769
  # @type BucketRegion: String
770
- # @param BucketAddress: 数据源桶地址,名称和地址至少有一个
770
+ # @param BucketAddress: 数据源桶地址;桶迁移时,BucketName 和 BucketAddress 必填其一,清单迁移时无需填写此参数
771
771
  # @type BucketAddress: String
772
772
  # @param ListAddress: 清单地址,迁移方式为清单迁移时必填
773
773
  # @type ListAddress: String
774
774
  # @param FsName: 目标文件系统名称
775
775
  # @type FsName: String
776
- # @param BucketPath: 源桶路径,默认为/
776
+ # @param BucketPath: 源桶路径,默认为 /
777
777
  # @type BucketPath: String
778
- # @param Direction: 迁移方向。0: 对象存储迁移至文件系统,1: 文件系统迁移至对象存储。默认 0
778
+ # @param Direction: 迁移方向;0:对象存储迁移至文件系统,1:文件系统迁移至对象存储。默认为0
779
779
  # @type Direction: Integer
780
780
 
781
781
  attr_accessor :TaskName, :MigrationType, :MigrationMode, :SrcSecretId, :SrcSecretKey, :FileSystemId, :FsPath, :CoverType, :SrcService, :BucketName, :BucketRegion, :BucketAddress, :ListAddress, :FsName, :BucketPath, :Direction
@@ -821,7 +821,7 @@ module TencentCloud
821
821
 
822
822
  # CreateMigrationTask返回参数结构体
823
823
  class CreateMigrationTaskResponse < TencentCloud::Common::AbstractModel
824
- # @param TaskId: 迁移任务Id
824
+ # @param TaskId: 迁移任务 ID
825
825
  # @type TaskId: String
826
826
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
827
827
  # @type RequestId: String
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.1094
4
+ version: 3.0.1097
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-07-05 00:00:00.000000000 Z
11
+ date: 2025-07-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common