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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0336b2180b73a1c35974701aaaf629bddf31a6fd
4
- data.tar.gz: 5fefcd6e636c815686aa9d55f968a2888b708f2a
3
+ metadata.gz: c0624dfe885cb11a51e32588eece92825419f283
4
+ data.tar.gz: 7040a9e9eede052286adecbeff3cbaf362ff43b5
5
5
  SHA512:
6
- metadata.gz: 6617f6d826ec1b8b30cf8e9e7f67b5a4c145b5b7b4f64d4ea0c7dbcde7e14f1a09b991b46f1ec1285b1fb5d998964b0e6c23fc1212d783821f51f6061e32761d
7
- data.tar.gz: e3247b792b25dafcd4df659d02ccc904fad6fc9579ab1723d893a85d59fcc52a50b79889cd18450d030b75a6af748f8f4aee4b356b5bbc7678d5a5e23186f01b
6
+ metadata.gz: 1098ae7a5dae78f6e4439928f7d47d55a75208f9800904ffc04b986be0f3e47253177c9c7d40006b33b75f6707990b403bb07fcb0eb425ecde8db5358c895564
7
+ data.tar.gz: 75a1595ca3c38e0e31131df18114d2024f6d304d1216169e578a2473a337a3a2536b78e2c11f304696a7b3023aedd3625401a7087aa9dbde2634d472090908fd
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1072
1
+ 3.0.1073
@@ -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`
@@ -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: 进行中;2: 已终止
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: 进行中;2: 已终止
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.1072
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-01 00:00:00.000000000 Z
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