Skip to content

RosConnectionProps

Properties for defining a RosConnection.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-rds-connection

Initializer

using AlibabaCloud.SDK.ROS.CDK.Rds;
new RosConnectionProps {
    object DbInstanceId,
    object Port,
    object BabelfishPort = null,
    object ConnectionStringPrefix = null,
    object GeneralGroupName = null
};

Properties

Name Type Description
DbInstanceId object No description.
Port object No description.
BabelfishPort object No description.
ConnectionStringPrefix object No description.
GeneralGroupName object No description.

DbInstanceIdRequired

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

PortRequired

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

BabelfishPortOptional

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

ConnectionStringPrefixOptional

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

GeneralGroupNameOptional

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