tencentcloud-sdk-dts 3.0.970 → 3.0.971

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: 3d2853c5124d7b17da14607986471aa1d6b95266
4
- data.tar.gz: c62129de7113fd82d0a544ed82ccc4da5a4e1bfd
3
+ metadata.gz: 0e9f9f641cd6bc1ecaab681daf78b934b9fe763e
4
+ data.tar.gz: 3b52ca9b0ca2984e72230a7cf352084380060974
5
5
  SHA512:
6
- metadata.gz: d37a5f62fadeeb9ffcd306bc703495d8262784bc991180240d8160e4818cd6085812c4a950ba266736ffe99744c52ba24411d1a4cd1e9aff09256fd2d068beae
7
- data.tar.gz: d3820490acc03f99117c92f0c35dc2b9d7e738a9f481c69ae530589943d6139707c4cf55d9bd8df2610735469e7bf95bfb115ecd7ef2468d4e179f077219d62d
6
+ metadata.gz: c680501e5703a2add42d753864a01502f6c379cd80a2a30d9a56ee97d1eb2b42424052d8ab4ff1b888f5b837c78eb3b7ea7d5c8dcd09b4c7d49e09f842499e23
7
+ data.tar.gz: 12dc6ab23b0c7314f86c71ab2eb1b08101b0c80d457e07e3f3bc3b7148482ba6f5626d1c961f743ae8234ac56c087919051b2160df4d22cec9e7ddb115c2295b
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.970
1
+ 3.0.971
@@ -982,7 +982,7 @@ module TencentCloud
982
982
  # @type StartTime: String
983
983
  # @param EndTime: 任务执行结束时间
984
984
  # @type EndTime: String
985
- # @param Status: 任务状态,取值为:1-创建中(Creating),3-校验中(Checking)4-校验通过(CheckPass),5-校验不通过(CheckNotPass),7-任务运行(Running),8-准备完成(ReadyComplete),9-任务成功(Success),10-任务失败(Failed),11-撤销中(Stopping),12-完成中(Completing)
985
+ # @param Status: 任务状态,取值为:1-创建中(Creating),3-校验中(Checking)4-校验通过(CheckPass),5-校验不通过(CheckNotPass),7-任务运行(Running),8-准备完成(ReadyComplete),9-任务成功(Success),10-任务失败(Failed),11-撤销中(Stopping),12-完成中(Completing),23-未知状态(Unknown
986
986
  # @type Status: Integer
987
987
  # @param Detail: 任务详情
988
988
  # @type Detail: :class:`Tencentcloud::Dts.v20180330.models.MigrateDetailInfo`
@@ -7223,6 +7223,9 @@ module TencentCloud
7223
7223
  # @param OfflineTime: 下线时间,格式为 yyyy-mm-dd hh:mm:ss
7224
7224
  # 注意:此字段可能返回 null,表示取不到有效值。
7225
7225
  # @type OfflineTime: String
7226
+ # @param OptObjStatus: 动态修改对象,修改任务的状态等
7227
+ # 注意:此字段可能返回 null,表示取不到有效值。
7228
+ # @type OptObjStatus: String
7226
7229
  # @param AutoRetryTimeRangeMinutes: 自动重试时间段设置
7227
7230
  # 注意:此字段可能返回 null,表示取不到有效值。
7228
7231
  # @type AutoRetryTimeRangeMinutes: Integer
@@ -7230,9 +7233,9 @@ module TencentCloud
7230
7233
  # 注意:此字段可能返回 null,表示取不到有效值。
7231
7234
  # @type DumperResumeCtrl: String
7232
7235
 
7233
- attr_accessor :JobId, :JobName, :PayMode, :RunMode, :ExpectRunTime, :AllActions, :Actions, :Options, :Objects, :Specification, :ExpireTime, :SrcRegion, :SrcDatabaseType, :SrcAccessType, :SrcInfo, :SrcNodeType, :SrcInfos, :DstRegion, :DstDatabaseType, :DstAccessType, :DstInfo, :DstNodeType, :DstInfos, :CreateTime, :StartTime, :Status, :EndTime, :Tags, :Detail, :TradeStatus, :InstanceClass, :AutoRenew, :OfflineTime, :AutoRetryTimeRangeMinutes, :DumperResumeCtrl
7236
+ attr_accessor :JobId, :JobName, :PayMode, :RunMode, :ExpectRunTime, :AllActions, :Actions, :Options, :Objects, :Specification, :ExpireTime, :SrcRegion, :SrcDatabaseType, :SrcAccessType, :SrcInfo, :SrcNodeType, :SrcInfos, :DstRegion, :DstDatabaseType, :DstAccessType, :DstInfo, :DstNodeType, :DstInfos, :CreateTime, :StartTime, :Status, :EndTime, :Tags, :Detail, :TradeStatus, :InstanceClass, :AutoRenew, :OfflineTime, :OptObjStatus, :AutoRetryTimeRangeMinutes, :DumperResumeCtrl
7234
7237
 
7235
- def initialize(jobid=nil, jobname=nil, paymode=nil, runmode=nil, expectruntime=nil, allactions=nil, actions=nil, options=nil, objects=nil, specification=nil, expiretime=nil, srcregion=nil, srcdatabasetype=nil, srcaccesstype=nil, srcinfo=nil, srcnodetype=nil, srcinfos=nil, dstregion=nil, dstdatabasetype=nil, dstaccesstype=nil, dstinfo=nil, dstnodetype=nil, dstinfos=nil, createtime=nil, starttime=nil, status=nil, endtime=nil, tags=nil, detail=nil, tradestatus=nil, instanceclass=nil, autorenew=nil, offlinetime=nil, autoretrytimerangeminutes=nil, dumperresumectrl=nil)
7238
+ def initialize(jobid=nil, jobname=nil, paymode=nil, runmode=nil, expectruntime=nil, allactions=nil, actions=nil, options=nil, objects=nil, specification=nil, expiretime=nil, srcregion=nil, srcdatabasetype=nil, srcaccesstype=nil, srcinfo=nil, srcnodetype=nil, srcinfos=nil, dstregion=nil, dstdatabasetype=nil, dstaccesstype=nil, dstinfo=nil, dstnodetype=nil, dstinfos=nil, createtime=nil, starttime=nil, status=nil, endtime=nil, tags=nil, detail=nil, tradestatus=nil, instanceclass=nil, autorenew=nil, offlinetime=nil, optobjstatus=nil, autoretrytimerangeminutes=nil, dumperresumectrl=nil)
7236
7239
  @JobId = jobid
7237
7240
  @JobName = jobname
7238
7241
  @PayMode = paymode
@@ -7266,6 +7269,7 @@ module TencentCloud
7266
7269
  @InstanceClass = instanceclass
7267
7270
  @AutoRenew = autorenew
7268
7271
  @OfflineTime = offlinetime
7272
+ @OptObjStatus = optobjstatus
7269
7273
  @AutoRetryTimeRangeMinutes = autoretrytimerangeminutes
7270
7274
  @DumperResumeCtrl = dumperresumectrl
7271
7275
  end
@@ -7332,6 +7336,7 @@ module TencentCloud
7332
7336
  @InstanceClass = params['InstanceClass']
7333
7337
  @AutoRenew = params['AutoRenew']
7334
7338
  @OfflineTime = params['OfflineTime']
7339
+ @OptObjStatus = params['OptObjStatus']
7335
7340
  @AutoRetryTimeRangeMinutes = params['AutoRetryTimeRangeMinutes']
7336
7341
  @DumperResumeCtrl = params['DumperResumeCtrl']
7337
7342
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-dts
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.970
4
+ version: 3.0.971
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-12-26 00:00:00.000000000 Z
11
+ date: 2024-12-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common