Skip to content

RosInstance2Props

Properties for defining a RosInstance2.

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

Initializer

using AlibabaCloud.SDK.ROS.CDK.Dms;
new RosInstance2Props {
    object DatabasePassword,
    object DatabaseUser,
    object DbaId,
    object EnableSellTrust,
    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 EnableSellCommon = null,
    object EnableSellSitd = null,
    object EnableSellStable = null,
    object Sid = null,
    object SkipTest = null,
    object TemplateId = null,
    object TemplateType = null,
    object Tid = null,
    object UseDsql = null,
    object UseSsl = null,
    object VpcId = null
};

Properties

Name Type Description
DatabasePassword object No description.
DatabaseUser object No description.
DbaId object No description.
EnableSellTrust 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.
EnableSellCommon object No description.
EnableSellSitd object No description.
EnableSellStable object No description.
Sid object No description.
SkipTest object No description.
TemplateId object No description.
TemplateType object No description.
Tid object No description.
UseDsql object No description.
UseSsl object No description.
VpcId object No description.

DatabasePasswordRequired

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

DatabaseUserRequired

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

DbaIdRequired

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

EnableSellTrustRequired

public object EnableSellTrust { 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

EnableSellCommonOptional

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

EnableSellSitdOptional

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

EnableSellStableOptional

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

SidOptional

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

SkipTestOptional

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

TemplateIdOptional

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

TemplateTypeOptional

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

TidOptional

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

UseDsqlOptional

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

UseSslOptional

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

VpcIdOptional

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