Skip to content

SourceEndpointProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Dts;
new SourceEndpointProperty {
    object InstanceType,
    object DatabaseName = null,
    object EngineName = null,
    object InstanceId = null,
    object Ip = null,
    object OracleSid = null,
    object OwnerId = null,
    object Password = null,
    object Port = null,
    object Region = null,
    object Role = null,
    object UserName = null,
    object VSwitchId = null
};

Properties

Name Type Description
InstanceType object No description.
DatabaseName object No description.
EngineName object No description.
InstanceId object No description.
Ip object No description.
OracleSid object No description.
OwnerId object No description.
Password object No description.
Port object No description.
Region object No description.
Role object No description.
UserName object No description.
VSwitchId object No description.

InstanceTypeRequired

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

DatabaseNameOptional

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

EngineNameOptional

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

InstanceIdOptional

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

IpOptional

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

OracleSidOptional

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

OwnerIdOptional

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

PasswordOptional

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

PortOptional

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

RegionOptional

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

RoleOptional

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

UserNameOptional

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

VSwitchIdOptional

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