tencentcloud 1.81.189 published on Wednesday, Apr 30, 2025 by tencentcloudstack
tencentcloud.getDtsMigrateJobs
Explore with Pulumi AI
tencentcloud 1.81.189 published on Wednesday, Apr 30, 2025 by tencentcloudstack
Use this data source to query detailed information of dts migrateJobs
Using getDtsMigrateJobs
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getDtsMigrateJobs(args: GetDtsMigrateJobsArgs, opts?: InvokeOptions): Promise<GetDtsMigrateJobsResult>
function getDtsMigrateJobsOutput(args: GetDtsMigrateJobsOutputArgs, opts?: InvokeOptions): Output<GetDtsMigrateJobsResult>
def get_dts_migrate_jobs(dst_access_types: Optional[Sequence[str]] = None,
dst_database_types: Optional[Sequence[str]] = None,
dst_instance_id: Optional[str] = None,
dst_region: Optional[str] = None,
id: Optional[str] = None,
job_id: Optional[str] = None,
job_name: Optional[str] = None,
order_seq: Optional[str] = None,
result_output_file: Optional[str] = None,
run_mode: Optional[str] = None,
src_access_types: Optional[Sequence[str]] = None,
src_database_types: Optional[Sequence[str]] = None,
src_instance_id: Optional[str] = None,
src_region: Optional[str] = None,
statuses: Optional[Sequence[str]] = None,
tag_filters: Optional[Sequence[GetDtsMigrateJobsTagFilter]] = None,
opts: Optional[InvokeOptions] = None) -> GetDtsMigrateJobsResult
def get_dts_migrate_jobs_output(dst_access_types: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
dst_database_types: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
dst_instance_id: Optional[pulumi.Input[str]] = None,
dst_region: Optional[pulumi.Input[str]] = None,
id: Optional[pulumi.Input[str]] = None,
job_id: Optional[pulumi.Input[str]] = None,
job_name: Optional[pulumi.Input[str]] = None,
order_seq: Optional[pulumi.Input[str]] = None,
result_output_file: Optional[pulumi.Input[str]] = None,
run_mode: Optional[pulumi.Input[str]] = None,
src_access_types: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
src_database_types: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
src_instance_id: Optional[pulumi.Input[str]] = None,
src_region: Optional[pulumi.Input[str]] = None,
statuses: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
tag_filters: Optional[pulumi.Input[Sequence[pulumi.Input[GetDtsMigrateJobsTagFilterArgs]]]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetDtsMigrateJobsResult]
func GetDtsMigrateJobs(ctx *Context, args *GetDtsMigrateJobsArgs, opts ...InvokeOption) (*GetDtsMigrateJobsResult, error)
func GetDtsMigrateJobsOutput(ctx *Context, args *GetDtsMigrateJobsOutputArgs, opts ...InvokeOption) GetDtsMigrateJobsResultOutput
> Note: This function is named GetDtsMigrateJobs
in the Go SDK.
public static class GetDtsMigrateJobs
{
public static Task<GetDtsMigrateJobsResult> InvokeAsync(GetDtsMigrateJobsArgs args, InvokeOptions? opts = null)
public static Output<GetDtsMigrateJobsResult> Invoke(GetDtsMigrateJobsInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetDtsMigrateJobsResult> getDtsMigrateJobs(GetDtsMigrateJobsArgs args, InvokeOptions options)
public static Output<GetDtsMigrateJobsResult> getDtsMigrateJobs(GetDtsMigrateJobsArgs args, InvokeOptions options)
fn::invoke:
function: tencentcloud:index/getDtsMigrateJobs:getDtsMigrateJobs
arguments:
# arguments dictionary
The following arguments are supported:
- Dst
Access List<string>Types - destination access type.
- Dst
Database List<string>Types - destination database type.
- Dst
Instance stringId - source instance id.
- Dst
Region string - destination region.
- Id string
- Job
Id string - job id.
- Job
Name string - job name.
- Order
Seq string - order by, default by create time.
- Result
Output stringFile - Used to save results.
- Run
Mode string - run mode.
- Src
Access List<string>Types - source access type.
- Src
Database List<string>Types - source database type.
- Src
Instance stringId - source instance id.
- Src
Region string - source region.
- Statuses List<string>
- migrate status.
- Tag
Filters List<GetDts Migrate Jobs Tag Filter> - tag filters.
- Dst
Access []stringTypes - destination access type.
- Dst
Database []stringTypes - destination database type.
- Dst
Instance stringId - source instance id.
- Dst
Region string - destination region.
- Id string
- Job
Id string - job id.
- Job
Name string - job name.
- Order
Seq string - order by, default by create time.
- Result
Output stringFile - Used to save results.
- Run
Mode string - run mode.
- Src
Access []stringTypes - source access type.
- Src
Database []stringTypes - source database type.
- Src
Instance stringId - source instance id.
- Src
Region string - source region.
- Statuses []string
- migrate status.
- Tag
Filters []GetDts Migrate Jobs Tag Filter - tag filters.
- dst
Access List<String>Types - destination access type.
- dst
Database List<String>Types - destination database type.
- dst
Instance StringId - source instance id.
- dst
Region String - destination region.
- id String
- job
Id String - job id.
- job
Name String - job name.
- order
Seq String - order by, default by create time.
- result
Output StringFile - Used to save results.
- run
Mode String - run mode.
- src
Access List<String>Types - source access type.
- src
Database List<String>Types - source database type.
- src
Instance StringId - source instance id.
- src
Region String - source region.
- statuses List<String>
- migrate status.
- tag
Filters List<GetDts Migrate Jobs Tag Filter> - tag filters.
- dst
Access string[]Types - destination access type.
- dst
Database string[]Types - destination database type.
- dst
Instance stringId - source instance id.
- dst
Region string - destination region.
- id string
- job
Id string - job id.
- job
Name string - job name.
- order
Seq string - order by, default by create time.
- result
Output stringFile - Used to save results.
- run
Mode string - run mode.
- src
Access string[]Types - source access type.
- src
Database string[]Types - source database type.
- src
Instance stringId - source instance id.
- src
Region string - source region.
- statuses string[]
- migrate status.
- tag
Filters GetDts Migrate Jobs Tag Filter[] - tag filters.
- dst_
access_ Sequence[str]types - destination access type.
- dst_
database_ Sequence[str]types - destination database type.
- dst_
instance_ strid - source instance id.
- dst_
region str - destination region.
- id str
- job_
id str - job id.
- job_
name str - job name.
- order_
seq str - order by, default by create time.
- result_
output_ strfile - Used to save results.
- run_
mode str - run mode.
- src_
access_ Sequence[str]types - source access type.
- src_
database_ Sequence[str]types - source database type.
- src_
instance_ strid - source instance id.
- src_
region str - source region.
- statuses Sequence[str]
- migrate status.
- tag_
filters Sequence[GetDts Migrate Jobs Tag Filter] - tag filters.
- dst
Access List<String>Types - destination access type.
- dst
Database List<String>Types - destination database type.
- dst
Instance StringId - source instance id.
- dst
Region String - destination region.
- id String
- job
Id String - job id.
- job
Name String - job name.
- order
Seq String - order by, default by create time.
- result
Output StringFile - Used to save results.
- run
Mode String - run mode.
- src
Access List<String>Types - source access type.
- src
Database List<String>Types - source database type.
- src
Instance StringId - source instance id.
- src
Region String - source region.
- statuses List<String>
- migrate status.
- tag
Filters List<Property Map> - tag filters.
getDtsMigrateJobs Result
The following output properties are available:
- Id string
- Lists
List<Get
Dts Migrate Jobs List> - migration job list.
- Dst
Access List<string>Types - Dst
Database List<string>Types - Dst
Instance stringId - Dst
Region string - Job
Id string - job id.
- Job
Name string - job name.
- Order
Seq string - Result
Output stringFile - Run
Mode string - Src
Access List<string>Types - Src
Database List<string>Types - Src
Instance stringId - Src
Region string - Statuses List<string>
- current status.
- Tag
Filters List<GetDts Migrate Jobs Tag Filter>
- Id string
- Lists
[]Get
Dts Migrate Jobs List - migration job list.
- Dst
Access []stringTypes - Dst
Database []stringTypes - Dst
Instance stringId - Dst
Region string - Job
Id string - job id.
- Job
Name string - job name.
- Order
Seq string - Result
Output stringFile - Run
Mode string - Src
Access []stringTypes - Src
Database []stringTypes - Src
Instance stringId - Src
Region string - Statuses []string
- current status.
- Tag
Filters []GetDts Migrate Jobs Tag Filter
- id String
- lists
List<Get
Dts Migrate Jobs List> - migration job list.
- dst
Access List<String>Types - dst
Database List<String>Types - dst
Instance StringId - dst
Region String - job
Id String - job id.
- job
Name String - job name.
- order
Seq String - result
Output StringFile - run
Mode String - src
Access List<String>Types - src
Database List<String>Types - src
Instance StringId - src
Region String - statuses List<String>
- current status.
- tag
Filters List<GetDts Migrate Jobs Tag Filter>
- id string
- lists
Get
Dts Migrate Jobs List[] - migration job list.
- dst
Access string[]Types - dst
Database string[]Types - dst
Instance stringId - dst
Region string - job
Id string - job id.
- job
Name string - job name.
- order
Seq string - result
Output stringFile - run
Mode string - src
Access string[]Types - src
Database string[]Types - src
Instance stringId - src
Region string - statuses string[]
- current status.
- tag
Filters GetDts Migrate Jobs Tag Filter[]
- id str
- lists
Sequence[Get
Dts Migrate Jobs List] - migration job list.
- dst_
access_ Sequence[str]types - dst_
database_ Sequence[str]types - dst_
instance_ strid - dst_
region str - job_
id str - job id.
- job_
name str - job name.
- order_
seq str - result_
output_ strfile - run_
mode str - src_
access_ Sequence[str]types - src_
database_ Sequence[str]types - src_
instance_ strid - src_
region str - statuses Sequence[str]
- current status.
- tag_
filters Sequence[GetDts Migrate Jobs Tag Filter]
- id String
- lists List<Property Map>
- migration job list.
- dst
Access List<String>Types - dst
Database List<String>Types - dst
Instance StringId - dst
Region String - job
Id String - job id.
- job
Name String - job name.
- order
Seq String - result
Output StringFile - run
Mode String - src
Access List<String>Types - src
Database List<String>Types - src
Instance StringId - src
Region String - statuses List<String>
- current status.
- tag
Filters List<Property Map>
Supporting Types
GetDtsMigrateJobsList
- Actions
List<Get
Dts Migrate Jobs List Action> - action info.
- Brief
Msg string - brief message for migrate error.
- Compare
Tasks List<GetDts Migrate Jobs List Compare Task> - compare task info.
- Create
Time string - create time.
- Dst
Infos List<GetDts Migrate Jobs List Dst Info> - destination info.
- End
Time string - end time.
- Expect
Run stringTime - expected run time.
- Job
Id string - job id.
- Job
Name string - job name.
- Run
Mode string - run mode.
- Src
Infos List<GetDts Migrate Jobs List Src Info> - source info.
- Start
Time string - start time.
- Status string
- migrate status.
- Step
Infos List<GetDts Migrate Jobs List Step Info> - step infos.
- List<Get
Dts Migrate Jobs List Tag> - tag list.
- Trade
Infos List<GetDts Migrate Jobs List Trade Info> - trade info.
- Update
Time string - update time.
- Actions
[]Get
Dts Migrate Jobs List Action - action info.
- Brief
Msg string - brief message for migrate error.
- Compare
Tasks []GetDts Migrate Jobs List Compare Task - compare task info.
- Create
Time string - create time.
- Dst
Infos []GetDts Migrate Jobs List Dst Info - destination info.
- End
Time string - end time.
- Expect
Run stringTime - expected run time.
- Job
Id string - job id.
- Job
Name string - job name.
- Run
Mode string - run mode.
- Src
Infos []GetDts Migrate Jobs List Src Info - source info.
- Start
Time string - start time.
- Status string
- migrate status.
- Step
Infos []GetDts Migrate Jobs List Step Info - step infos.
- []Get
Dts Migrate Jobs List Tag - tag list.
- Trade
Infos []GetDts Migrate Jobs List Trade Info - trade info.
- Update
Time string - update time.
- actions
List<Get
Dts Migrate Jobs List Action> - action info.
- brief
Msg String - brief message for migrate error.
- compare
Tasks List<GetDts Migrate Jobs List Compare Task> - compare task info.
- create
Time String - create time.
- dst
Infos List<GetDts Migrate Jobs List Dst Info> - destination info.
- end
Time String - end time.
- expect
Run StringTime - expected run time.
- job
Id String - job id.
- job
Name String - job name.
- run
Mode String - run mode.
- src
Infos List<GetDts Migrate Jobs List Src Info> - source info.
- start
Time String - start time.
- status String
- migrate status.
- step
Infos List<GetDts Migrate Jobs List Step Info> - step infos.
- List<Get
Dts Migrate Jobs List Tag> - tag list.
- trade
Infos List<GetDts Migrate Jobs List Trade Info> - trade info.
- update
Time String - update time.
- actions
Get
Dts Migrate Jobs List Action[] - action info.
- brief
Msg string - brief message for migrate error.
- compare
Tasks GetDts Migrate Jobs List Compare Task[] - compare task info.
- create
Time string - create time.
- dst
Infos GetDts Migrate Jobs List Dst Info[] - destination info.
- end
Time string - end time.
- expect
Run stringTime - expected run time.
- job
Id string - job id.
- job
Name string - job name.
- run
Mode string - run mode.
- src
Infos GetDts Migrate Jobs List Src Info[] - source info.
- start
Time string - start time.
- status string
- migrate status.
- step
Infos GetDts Migrate Jobs List Step Info[] - step infos.
- Get
Dts Migrate Jobs List Tag[] - tag list.
- trade
Infos GetDts Migrate Jobs List Trade Info[] - trade info.
- update
Time string - update time.
- actions
Sequence[Get
Dts Migrate Jobs List Action] - action info.
- brief_
msg str - brief message for migrate error.
- compare_
tasks Sequence[GetDts Migrate Jobs List Compare Task] - compare task info.
- create_
time str - create time.
- dst_
infos Sequence[GetDts Migrate Jobs List Dst Info] - destination info.
- end_
time str - end time.
- expect_
run_ strtime - expected run time.
- job_
id str - job id.
- job_
name str - job name.
- run_
mode str - run mode.
- src_
infos Sequence[GetDts Migrate Jobs List Src Info] - source info.
- start_
time str - start time.
- status str
- migrate status.
- step_
infos Sequence[GetDts Migrate Jobs List Step Info] - step infos.
- Sequence[Get
Dts Migrate Jobs List Tag] - tag list.
- trade_
infos Sequence[GetDts Migrate Jobs List Trade Info] - trade info.
- update_
time str - update time.
- actions List<Property Map>
- action info.
- brief
Msg String - brief message for migrate error.
- compare
Tasks List<Property Map> - compare task info.
- create
Time String - create time.
- dst
Infos List<Property Map> - destination info.
- end
Time String - end time.
- expect
Run StringTime - expected run time.
- job
Id String - job id.
- job
Name String - job name.
- run
Mode String - run mode.
- src
Infos List<Property Map> - source info.
- start
Time String - start time.
- status String
- migrate status.
- step
Infos List<Property Map> - step infos.
- List<Property Map>
- tag list.
- trade
Infos List<Property Map> - trade info.
- update
Time String - update time.
GetDtsMigrateJobsListAction
- All
Actions List<string> - all action list.
- Allowed
Actions List<string> - allowed action list.
- All
Actions []string - all action list.
- Allowed
Actions []string - allowed action list.
- all
Actions List<String> - all action list.
- allowed
Actions List<String> - allowed action list.
- all
Actions string[] - all action list.
- allowed
Actions string[] - allowed action list.
- all_
actions Sequence[str] - all action list.
- allowed_
actions Sequence[str] - allowed action list.
- all
Actions List<String> - all action list.
- allowed
Actions List<String> - allowed action list.
GetDtsMigrateJobsListCompareTask
- Compare
Task stringId - compare task id.
- Status string
- migrate status.
- Compare
Task stringId - compare task id.
- Status string
- migrate status.
- compare
Task StringId - compare task id.
- status String
- migrate status.
- compare
Task stringId - compare task id.
- status string
- migrate status.
- compare_
task_ strid - compare task id.
- status str
- migrate status.
- compare
Task StringId - compare task id.
- status String
- migrate status.
GetDtsMigrateJobsListDstInfo
- Access
Type string - access type.
- Database
Type string - database type.
- Infos
List<Get
Dts Migrate Jobs List Dst Info Info> - db info.
- Node
Type string - node type.
- Region string
- region.
- Access
Type string - access type.
- Database
Type string - database type.
- Infos
[]Get
Dts Migrate Jobs List Dst Info Info - db info.
- Node
Type string - node type.
- Region string
- region.
- access
Type String - access type.
- database
Type String - database type.
- infos
List<Get
Dts Migrate Jobs List Dst Info Info> - db info.
- node
Type String - node type.
- region String
- region.
- access
Type string - access type.
- database
Type string - database type.
- infos
Get
Dts Migrate Jobs List Dst Info Info[] - db info.
- node
Type string - node type.
- region string
- region.
- access_
type str - access type.
- database_
type str - database type.
- infos
Sequence[Get
Dts Migrate Jobs List Dst Info Info] - db info.
- node_
type str - node type.
- region str
- region.
- access
Type String - access type.
- database
Type String - database type.
- infos List<Property Map>
- db info.
- node
Type String - node type.
- region String
- region.
GetDtsMigrateJobsListDstInfoInfo
- Account string
- account.
- Account
Mode string - account mode.
- Account
Role string - account role.
- Ccn
Gw stringId - ccn gateway id.
- Cvm
Instance stringId - cvm instance id.
- Db
Kernel string - database kernel.
- Engine
Version string - engine version.
- Host string
- host.
- Instance
Id string - instance id.
- Password string
- password.
- Port double
- port.
- Role string
- node role.
- Subnet
Id string - subnet id.
- Tmp
Secret stringId - temporary secret id.
- Tmp
Secret stringKey - temporary secret key.
- Tmp
Token string - temporary token.
- Uniq
Vpn stringGw Id - vpn gateway id.
- User string
- user.
- Vpc
Id string - vpc id.
- Account string
- account.
- Account
Mode string - account mode.
- Account
Role string - account role.
- Ccn
Gw stringId - ccn gateway id.
- Cvm
Instance stringId - cvm instance id.
- Db
Kernel string - database kernel.
- Engine
Version string - engine version.
- Host string
- host.
- Instance
Id string - instance id.
- Password string
- password.
- Port float64
- port.
- Role string
- node role.
- Subnet
Id string - subnet id.
- Tmp
Secret stringId - temporary secret id.
- Tmp
Secret stringKey - temporary secret key.
- Tmp
Token string - temporary token.
- Uniq
Vpn stringGw Id - vpn gateway id.
- User string
- user.
- Vpc
Id string - vpc id.
- account String
- account.
- account
Mode String - account mode.
- account
Role String - account role.
- ccn
Gw StringId - ccn gateway id.
- cvm
Instance StringId - cvm instance id.
- db
Kernel String - database kernel.
- engine
Version String - engine version.
- host String
- host.
- instance
Id String - instance id.
- password String
- password.
- port Double
- port.
- role String
- node role.
- subnet
Id String - subnet id.
- tmp
Secret StringId - temporary secret id.
- tmp
Secret StringKey - temporary secret key.
- tmp
Token String - temporary token.
- uniq
Vpn StringGw Id - vpn gateway id.
- user String
- user.
- vpc
Id String - vpc id.
- account string
- account.
- account
Mode string - account mode.
- account
Role string - account role.
- ccn
Gw stringId - ccn gateway id.
- cvm
Instance stringId - cvm instance id.
- db
Kernel string - database kernel.
- engine
Version string - engine version.
- host string
- host.
- instance
Id string - instance id.
- password string
- password.
- port number
- port.
- role string
- node role.
- subnet
Id string - subnet id.
- tmp
Secret stringId - temporary secret id.
- tmp
Secret stringKey - temporary secret key.
- tmp
Token string - temporary token.
- uniq
Vpn stringGw Id - vpn gateway id.
- user string
- user.
- vpc
Id string - vpc id.
- account str
- account.
- account_
mode str - account mode.
- account_
role str - account role.
- ccn_
gw_ strid - ccn gateway id.
- cvm_
instance_ strid - cvm instance id.
- db_
kernel str - database kernel.
- engine_
version str - engine version.
- host str
- host.
- instance_
id str - instance id.
- password str
- password.
- port float
- port.
- role str
- node role.
- subnet_
id str - subnet id.
- tmp_
secret_ strid - temporary secret id.
- tmp_
secret_ strkey - temporary secret key.
- tmp_
token str - temporary token.
- uniq_
vpn_ strgw_ id - vpn gateway id.
- user str
- user.
- vpc_
id str - vpc id.
- account String
- account.
- account
Mode String - account mode.
- account
Role String - account role.
- ccn
Gw StringId - ccn gateway id.
- cvm
Instance StringId - cvm instance id.
- db
Kernel String - database kernel.
- engine
Version String - engine version.
- host String
- host.
- instance
Id String - instance id.
- password String
- password.
- port Number
- port.
- role String
- node role.
- subnet
Id String - subnet id.
- tmp
Secret StringId - temporary secret id.
- tmp
Secret StringKey - temporary secret key.
- tmp
Token String - temporary token.
- uniq
Vpn StringGw Id - vpn gateway id.
- user String
- user.
- vpc
Id String - vpc id.
GetDtsMigrateJobsListSrcInfo
- Access
Type string - access type.
- Database
Type string - database type.
- Extra
Attrs List<GetDts Migrate Jobs List Src Info Extra Attr> - extra attributes.
- Infos
List<Get
Dts Migrate Jobs List Src Info Info> - db info.
- Node
Type string - node type.
- Region string
- region.
- Supplier string
- supplier.
- Access
Type string - access type.
- Database
Type string - database type.
- Extra
Attrs []GetDts Migrate Jobs List Src Info Extra Attr - extra attributes.
- Infos
[]Get
Dts Migrate Jobs List Src Info Info - db info.
- Node
Type string - node type.
- Region string
- region.
- Supplier string
- supplier.
- access
Type String - access type.
- database
Type String - database type.
- extra
Attrs List<GetDts Migrate Jobs List Src Info Extra Attr> - extra attributes.
- infos
List<Get
Dts Migrate Jobs List Src Info Info> - db info.
- node
Type String - node type.
- region String
- region.
- supplier String
- supplier.
- access
Type string - access type.
- database
Type string - database type.
- extra
Attrs GetDts Migrate Jobs List Src Info Extra Attr[] - extra attributes.
- infos
Get
Dts Migrate Jobs List Src Info Info[] - db info.
- node
Type string - node type.
- region string
- region.
- supplier string
- supplier.
- access_
type str - access type.
- database_
type str - database type.
- extra_
attrs Sequence[GetDts Migrate Jobs List Src Info Extra Attr] - extra attributes.
- infos
Sequence[Get
Dts Migrate Jobs List Src Info Info] - db info.
- node_
type str - node type.
- region str
- region.
- supplier str
- supplier.
- access
Type String - access type.
- database
Type String - database type.
- extra
Attrs List<Property Map> - extra attributes.
- infos List<Property Map>
- db info.
- node
Type String - node type.
- region String
- region.
- supplier String
- supplier.
GetDtsMigrateJobsListSrcInfoExtraAttr
GetDtsMigrateJobsListSrcInfoInfo
- Account string
- account.
- Account
Mode string - account mode.
- Account
Role string - account role.
- Ccn
Gw stringId - ccn gateway id.
- Cvm
Instance stringId - cvm instance id.
- Db
Kernel string - database kernel.
- Engine
Version string - engine version.
- Host string
- host.
- Instance
Id string - instance id.
- Password string
- password.
- Port double
- port.
- Role string
- node role.
- Subnet
Id string - subnet id.
- Tmp
Secret stringId - temporary secret id.
- Tmp
Secret stringKey - temporary secret key.
- Tmp
Token string - temporary token.
- Uniq
Vpn stringGw Id - vpn gateway id.
- User string
- user.
- Vpc
Id string - vpc id.
- Account string
- account.
- Account
Mode string - account mode.
- Account
Role string - account role.
- Ccn
Gw stringId - ccn gateway id.
- Cvm
Instance stringId - cvm instance id.
- Db
Kernel string - database kernel.
- Engine
Version string - engine version.
- Host string
- host.
- Instance
Id string - instance id.
- Password string
- password.
- Port float64
- port.
- Role string
- node role.
- Subnet
Id string - subnet id.
- Tmp
Secret stringId - temporary secret id.
- Tmp
Secret stringKey - temporary secret key.
- Tmp
Token string - temporary token.
- Uniq
Vpn stringGw Id - vpn gateway id.
- User string
- user.
- Vpc
Id string - vpc id.
- account String
- account.
- account
Mode String - account mode.
- account
Role String - account role.
- ccn
Gw StringId - ccn gateway id.
- cvm
Instance StringId - cvm instance id.
- db
Kernel String - database kernel.
- engine
Version String - engine version.
- host String
- host.
- instance
Id String - instance id.
- password String
- password.
- port Double
- port.
- role String
- node role.
- subnet
Id String - subnet id.
- tmp
Secret StringId - temporary secret id.
- tmp
Secret StringKey - temporary secret key.
- tmp
Token String - temporary token.
- uniq
Vpn StringGw Id - vpn gateway id.
- user String
- user.
- vpc
Id String - vpc id.
- account string
- account.
- account
Mode string - account mode.
- account
Role string - account role.
- ccn
Gw stringId - ccn gateway id.
- cvm
Instance stringId - cvm instance id.
- db
Kernel string - database kernel.
- engine
Version string - engine version.
- host string
- host.
- instance
Id string - instance id.
- password string
- password.
- port number
- port.
- role string
- node role.
- subnet
Id string - subnet id.
- tmp
Secret stringId - temporary secret id.
- tmp
Secret stringKey - temporary secret key.
- tmp
Token string - temporary token.
- uniq
Vpn stringGw Id - vpn gateway id.
- user string
- user.
- vpc
Id string - vpc id.
- account str
- account.
- account_
mode str - account mode.
- account_
role str - account role.
- ccn_
gw_ strid - ccn gateway id.
- cvm_
instance_ strid - cvm instance id.
- db_
kernel str - database kernel.
- engine_
version str - engine version.
- host str
- host.
- instance_
id str - instance id.
- password str
- password.
- port float
- port.
- role str
- node role.
- subnet_
id str - subnet id.
- tmp_
secret_ strid - temporary secret id.
- tmp_
secret_ strkey - temporary secret key.
- tmp_
token str - temporary token.
- uniq_
vpn_ strgw_ id - vpn gateway id.
- user str
- user.
- vpc_
id str - vpc id.
- account String
- account.
- account
Mode String - account mode.
- account
Role String - account role.
- ccn
Gw StringId - ccn gateway id.
- cvm
Instance StringId - cvm instance id.
- db
Kernel String - database kernel.
- engine
Version String - engine version.
- host String
- host.
- instance
Id String - instance id.
- password String
- password.
- port Number
- port.
- role String
- node role.
- subnet
Id String - subnet id.
- tmp
Secret StringId - temporary secret id.
- tmp
Secret StringKey - temporary secret key.
- tmp
Token String - temporary token.
- uniq
Vpn StringGw Id - vpn gateway id.
- user String
- user.
- vpc
Id String - vpc id.
GetDtsMigrateJobsListStepInfo
- Master
Slave doubleDistance - master slave distance.
- Seconds
Behind doubleMaster - seconds behind master.
- Step
All double - number of all steps.
- Step
Infos List<GetDts Migrate Jobs List Step Info Step Info> - step infos.
- Step
Now double - current step.
- Master
Slave float64Distance - master slave distance.
- Seconds
Behind float64Master - seconds behind master.
- Step
All float64 - number of all steps.
- Step
Infos []GetDts Migrate Jobs List Step Info Step Info - step infos.
- Step
Now float64 - current step.
- master
Slave DoubleDistance - master slave distance.
- seconds
Behind DoubleMaster - seconds behind master.
- step
All Double - number of all steps.
- step
Infos List<GetDts Migrate Jobs List Step Info Step Info> - step infos.
- step
Now Double - current step.
- master
Slave numberDistance - master slave distance.
- seconds
Behind numberMaster - seconds behind master.
- step
All number - number of all steps.
- step
Infos GetDts Migrate Jobs List Step Info Step Info[] - step infos.
- step
Now number - current step.
- master_
slave_ floatdistance - master slave distance.
- seconds_
behind_ floatmaster - seconds behind master.
- step_
all float - number of all steps.
- step_
infos Sequence[GetDts Migrate Jobs List Step Info Step Info] - step infos.
- step_
now float - current step.
- master
Slave NumberDistance - master slave distance.
- seconds
Behind NumberMaster - seconds behind master.
- step
All Number - number of all steps.
- step
Infos List<Property Map> - step infos.
- step
Now Number - current step.
GetDtsMigrateJobsListStepInfoStepInfo
- Errors
List<Get
Dts Migrate Jobs List Step Info Step Info Error> - error list.
- Percent double
- the percent of miragtion progress.
- Start
Time string - start time.
- Status string
- migrate status.
- Step
Id string - step id.
- Step
Message string - step message.
- Step
Name string - step name.
- Step
No double - step number.
- Warnings
List<Get
Dts Migrate Jobs List Step Info Step Info Warning> - warning list.
- Errors
[]Get
Dts Migrate Jobs List Step Info Step Info Error - error list.
- Percent float64
- the percent of miragtion progress.
- Start
Time string - start time.
- Status string
- migrate status.
- Step
Id string - step id.
- Step
Message string - step message.
- Step
Name string - step name.
- Step
No float64 - step number.
- Warnings
[]Get
Dts Migrate Jobs List Step Info Step Info Warning - warning list.
- errors
List<Get
Dts Migrate Jobs List Step Info Step Info Error> - error list.
- percent Double
- the percent of miragtion progress.
- start
Time String - start time.
- status String
- migrate status.
- step
Id String - step id.
- step
Message String - step message.
- step
Name String - step name.
- step
No Double - step number.
- warnings
List<Get
Dts Migrate Jobs List Step Info Step Info Warning> - warning list.
- errors
Get
Dts Migrate Jobs List Step Info Step Info Error[] - error list.
- percent number
- the percent of miragtion progress.
- start
Time string - start time.
- status string
- migrate status.
- step
Id string - step id.
- step
Message string - step message.
- step
Name string - step name.
- step
No number - step number.
- warnings
Get
Dts Migrate Jobs List Step Info Step Info Warning[] - warning list.
- errors
Sequence[Get
Dts Migrate Jobs List Step Info Step Info Error] - error list.
- percent float
- the percent of miragtion progress.
- start_
time str - start time.
- status str
- migrate status.
- step_
id str - step id.
- step_
message str - step message.
- step_
name str - step name.
- step_
no float - step number.
- warnings
Sequence[Get
Dts Migrate Jobs List Step Info Step Info Warning] - warning list.
- errors List<Property Map>
- error list.
- percent Number
- the percent of miragtion progress.
- start
Time String - start time.
- status String
- migrate status.
- step
Id String - step id.
- step
Message String - step message.
- step
Name String - step name.
- step
No Number - step number.
- warnings List<Property Map>
- warning list.
GetDtsMigrateJobsListStepInfoStepInfoError
GetDtsMigrateJobsListStepInfoStepInfoWarning
GetDtsMigrateJobsListTag
GetDtsMigrateJobsListTradeInfo
- Billing
Type string - billing type.
- Deal
Name string - deal name.
- Expire
Time string - expired time.
- Instance
Class string - instance class.
- Isolate
Reason string - isolate reason.
- Isolate
Time string - isolate time.
- Last
Deal stringName - last deal name.
- Offline
Reason string - offline reason.
- Offline
Time string - offline time.
- Pay
Type string - pay type.
- Trade
Status string - trade status.
- Billing
Type string - billing type.
- Deal
Name string - deal name.
- Expire
Time string - expired time.
- Instance
Class string - instance class.
- Isolate
Reason string - isolate reason.
- Isolate
Time string - isolate time.
- Last
Deal stringName - last deal name.
- Offline
Reason string - offline reason.
- Offline
Time string - offline time.
- Pay
Type string - pay type.
- Trade
Status string - trade status.
- billing
Type String - billing type.
- deal
Name String - deal name.
- expire
Time String - expired time.
- instance
Class String - instance class.
- isolate
Reason String - isolate reason.
- isolate
Time String - isolate time.
- last
Deal StringName - last deal name.
- offline
Reason String - offline reason.
- offline
Time String - offline time.
- pay
Type String - pay type.
- trade
Status String - trade status.
- billing
Type string - billing type.
- deal
Name string - deal name.
- expire
Time string - expired time.
- instance
Class string - instance class.
- isolate
Reason string - isolate reason.
- isolate
Time string - isolate time.
- last
Deal stringName - last deal name.
- offline
Reason string - offline reason.
- offline
Time string - offline time.
- pay
Type string - pay type.
- trade
Status string - trade status.
- billing_
type str - billing type.
- deal_
name str - deal name.
- expire_
time str - expired time.
- instance_
class str - instance class.
- isolate_
reason str - isolate reason.
- isolate_
time str - isolate time.
- last_
deal_ strname - last deal name.
- offline_
reason str - offline reason.
- offline_
time str - offline time.
- pay_
type str - pay type.
- trade_
status str - trade status.
- billing
Type String - billing type.
- deal
Name String - deal name.
- expire
Time String - expired time.
- instance
Class String - instance class.
- isolate
Reason String - isolate reason.
- isolate
Time String - isolate time.
- last
Deal StringName - last deal name.
- offline
Reason String - offline reason.
- offline
Time String - offline time.
- pay
Type String - pay type.
- trade
Status String - trade status.
GetDtsMigrateJobsTagFilter
Package Details
- Repository
- tencentcloud tencentcloudstack/terraform-provider-tencentcloud
- License
- Notes
- This Pulumi package is based on the
tencentcloud
Terraform Provider.
tencentcloud 1.81.189 published on Wednesday, Apr 30, 2025 by tencentcloudstack