ConnectionProps
Properties for defining a Connection
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-rds-connection
Initializer
using AlibabaCloud.SDK.ROS.CDK.Rds;
new ConnectionProps {
object DbInstanceId,
object Port,
object BabelfishPort = null,
object ConnectionStringPrefix = null,
object GeneralGroupName = null
};
Properties
Name | Type | Description |
---|---|---|
DbInstanceId |
object |
Property dbInstanceId: RDS instance ID. |
Port |
object |
Property port: The port of the database service. |
BabelfishPort |
object |
Property babelfishPort: The Tabular Data Stream (TDS) port of the instance for which Babelfish is enabled. |
ConnectionStringPrefix |
object |
Property connectionStringPrefix: The prefix of the endpoint. |
GeneralGroupName |
object |
Property generalGroupName: The name of the dedicated cluster to which the instance belongs. |
DbInstanceId
Required
public object DbInstanceId { get; set; }
- Type: object
Property dbInstanceId: RDS instance ID.
Port
Required
public object Port { get; set; }
- Type: object
Property port: The port of the database service.
BabelfishPort
Optional
public object BabelfishPort { get; set; }
- Type: object
Property babelfishPort: The Tabular Data Stream (TDS) port of the instance for which Babelfish is enabled.
Note This parameter applies only to ApsaraDB RDS for PostgreSQL instances. For more information about Babelfish for ApsaraDB RDS for PostgreSQL, see Introduction to Babelfish.
ConnectionStringPrefix
Optional
public object ConnectionStringPrefix { get; set; }
- Type: object
Property connectionStringPrefix: The prefix of the endpoint.
Only the prefix of the CurrentConnectionString parameter value can be modified. The prefix must be 5 to 40 characters in length and can contain letters, digits, and hyphens (-).
GeneralGroupName
Optional
public object GeneralGroupName { get; set; }
- Type: object
Property generalGroupName: The name of the dedicated cluster to which the instance belongs.
This parameter takes effect only when the instance runs MySQL on RDS Standard Edition and is created in a dedicated cluster.