DestinationEndpointProperty
Initializer
using AlibabaCloud.SDK.ROS.CDK.Dts;
new DestinationEndpointProperty {
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
};
Properties
InstanceTypeRequired
public object InstanceType { get; set; }
DatabaseNameOptional
public object DatabaseName { get; set; }
EngineNameOptional
public object EngineName { get; set; }
InstanceIdOptional
public object InstanceId { get; set; }
IpOptional
public object Ip { get; set; }
OracleSidOptional
public object OracleSid { get; set; }
OwnerIdOptional
public object OwnerId { get; set; }
PasswordOptional
public object Password { get; set; }
PortOptional
public object Port { get; set; }
RegionOptional
public object Region { get; set; }
RoleOptional
public object Role { get; set; }
UserNameOptional
public object UserName { get; set; }