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.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20190719/models.rb +10 -10
- 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: 54f283a51758fb963c3421b0486f90069d9d7dc4
|
4
|
+
data.tar.gz: 75ea678716aa92ac06527a3aaa98f40cc846aaba
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9e6eadcfa26d7706cdf61a9c97206abed128714305ee6b9318b6d2ea09e16ccbb59f1c78ce0674bafb96d197f1bb0c59370621e73426f0b01baad694f561a69a
|
7
|
+
data.tar.gz: d0459f02f9ec6c8111c8a1959886be7f4097ba8f2e9f4b64fb1f35a2d8692f4dc527779ed4fad283d7ea4f15b88ecc87ef2063fb8a02ef3de95363f669f42e50
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1097
|
data/lib/v20190719/models.rb
CHANGED
@@ -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
|
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: 文件系统实例
|
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
|
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:
|
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: 迁移任务
|
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.
|
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-
|
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
|