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. |
DbInstanceId
Required
public object DbInstanceId { get; set; }
- Type: object
Port
Required
public object Port { get; set; }
- Type: object
BabelfishPort
Optional
public object BabelfishPort { get; set; }
- Type: object
ConnectionStringPrefix
Optional
public object ConnectionStringPrefix { get; set; }
- Type: object
GeneralGroupName
Optional
public object GeneralGroupName { get; set; }
- Type: object