Skip to content

RosInstanceProps

Properties for defining a RosInstance.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-dms-instance

Initializer

using AlibabaCloud.SDK.ROS.CDK.Dms;
new RosInstanceProps {
    object DatabasePassword,
    object DatabaseUser,
    object DbaUid,
    object EnvType,
    object ExportTimeout,
    object Host,
    object InstanceAlias,
    object InstanceSource,
    object InstanceType,
    object NetworkType,
    object Port,
    object QueryTimeout,
    object SafeRule,
    object DataLinkName = null,
    object DdlOnline = null,
    object EcsInstanceId = null,
    object EcsRegion = null,
    object Sid = null,
    object Tid = null,
    object UseDsql = null,
    object VpcId = null
};

Properties

Name Type Description
DatabasePassword object No description.
DatabaseUser object No description.
DbaUid object No description.
EnvType object No description.
ExportTimeout object No description.
Host object No description.
InstanceAlias object No description.
InstanceSource object No description.
InstanceType object No description.
NetworkType object No description.
Port object No description.
QueryTimeout object No description.
SafeRule object No description.
DataLinkName object No description.
DdlOnline object No description.
EcsInstanceId object No description.
EcsRegion object No description.
Sid object No description.
Tid object No description.
UseDsql object No description.
VpcId object No description.

DatabasePasswordRequired

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

DatabaseUserRequired

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

DbaUidRequired

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

EnvTypeRequired

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

ExportTimeoutRequired

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

HostRequired

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

InstanceAliasRequired

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

InstanceSourceRequired

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

InstanceTypeRequired

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

NetworkTypeRequired

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

PortRequired

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

QueryTimeoutRequired

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

SafeRuleRequired

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

DataLinkNameOptional

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

DdlOnlineOptional

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

EcsInstanceIdOptional

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

EcsRegionOptional

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

SidOptional

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

TidOptional

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

UseDsqlOptional

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

VpcIdOptional

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