tencentcloud-sdk-cfs 3.0.1072 → 3.0.1073
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/client.rb +2 -6
- data/lib/v20190719/models.rb +2 -2
- 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: c0624dfe885cb11a51e32588eece92825419f283
|
4
|
+
data.tar.gz: 7040a9e9eede052286adecbeff3cbaf362ff43b5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1098ae7a5dae78f6e4439928f7d47d55a75208f9800904ffc04b986be0f3e47253177c9c7d40006b33b75f6707990b403bb07fcb0eb425ecde8db5358c895564
|
7
|
+
data.tar.gz: 75a1595ca3c38e0e31131df18114d2024f6d304d1216169e578a2473a337a3a2536b78e2c11f304696a7b3023aedd3625401a7087aa9dbde2634d472090908fd
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1073
|
data/lib/v20190719/client.rb
CHANGED
@@ -198,7 +198,6 @@ module TencentCloud
|
|
198
198
|
end
|
199
199
|
|
200
200
|
# 用于创建迁移任务。
|
201
|
-
# 此接口需提交工单,开启白名单之后才能使用。
|
202
201
|
|
203
202
|
# @param request: Request instance for CreateMigrationTask.
|
204
203
|
# @type request: :class:`Tencentcloud::cfs::V20190719::CreateMigrationTaskRequest`
|
@@ -342,8 +341,7 @@ module TencentCloud
|
|
342
341
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
343
342
|
end
|
344
343
|
|
345
|
-
#
|
346
|
-
# 此接口需提交工单,开启白名单之后才能使用。
|
344
|
+
# 用于删除迁移任务。不支持删除等待中、创建中、运行中、取消中、终止中状态的任务。
|
347
345
|
|
348
346
|
# @param request: Request instance for DeleteMigrationTask.
|
349
347
|
# @type request: :class:`Tencentcloud::cfs::V20190719::DeleteMigrationTaskRequest`
|
@@ -465,7 +463,6 @@ module TencentCloud
|
|
465
463
|
end
|
466
464
|
|
467
465
|
# 用于获取数据源桶列表。
|
468
|
-
# 此接口需提交工单,开启白名单之后才能使用。
|
469
466
|
|
470
467
|
# @param request: Request instance for DescribeBucketList.
|
471
468
|
# @type request: :class:`Tencentcloud::cfs::V20190719::DescribeBucketListRequest`
|
@@ -850,8 +847,7 @@ module TencentCloud
|
|
850
847
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
851
848
|
end
|
852
849
|
|
853
|
-
#
|
854
|
-
# 此接口需提交工单,开启白名单之后才能使用。
|
850
|
+
# 用于终止迁移任务,可以终止等待中、运行中状态的任务。
|
855
851
|
|
856
852
|
# @param request: Request instance for StopMigrationTask.
|
857
853
|
# @type request: :class:`Tencentcloud::cfs::V20190719::StopMigrationTaskRequest`
|
data/lib/v20190719/models.rb
CHANGED
@@ -2166,7 +2166,7 @@ module TencentCloud
|
|
2166
2166
|
# @type CreateTime: Integer
|
2167
2167
|
# @param EndTime: 完成/终止时间
|
2168
2168
|
# @type EndTime: Integer
|
2169
|
-
# @param Status: 迁移状态。0: 已完成;1:
|
2169
|
+
# @param Status: 迁移状态。0: 已完成;1: 创建中;2: 运行中;3: 终止中;4: 已终止;5: 创建失败;6: 运行失败;7: 结束中;8: 删除中;9: 等待中
|
2170
2170
|
# @type Status: Integer
|
2171
2171
|
# @param FileTotalCount: 文件数量
|
2172
2172
|
# @type FileTotalCount: Integer
|
@@ -2757,7 +2757,7 @@ module TencentCloud
|
|
2757
2757
|
class StopMigrationTaskResponse < TencentCloud::Common::AbstractModel
|
2758
2758
|
# @param TaskId: 迁移任务Id
|
2759
2759
|
# @type TaskId: String
|
2760
|
-
# @param Status: 迁移状态。0: 已完成;1:
|
2760
|
+
# @param Status: 迁移状态。0: 已完成;1: 创建中;2: 运行中;3: 终止中;4: 已终止;5: 创建失败;6: 运行失败;7: 结束中;8: 删除中;9: 等待中
|
2761
2761
|
# @type Status: Integer
|
2762
2762
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2763
2763
|
# @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.1073
|
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-06-
|
11
|
+
date: 2025-06-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|