Skip to content

RosMigrationJobProps

Properties for defining a RosMigrationJob.

See https://www.alibabacloud.com/help/ros/developer-reference/datasource-dts-migrationjob

Initializer

using AlibabaCloud.SDK.ROS.CDK.Dts;
new RosMigrationJobProps {
    object DtsInstanceId,
    object RefreshOptions = null
};

Properties

Name Type Description
DtsInstanceId object No description.
RefreshOptions object No description.

DtsInstanceIdRequired

public object DtsInstanceId { get; set; }
  • Type: object

RefreshOptionsOptional

public object RefreshOptions { get; set; }
  • Type: object