InstancePublicConnectionProps
Properties for defining a InstancePublicConnection
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-gpdb-instancepublicconnection
Initializer
using AlibabaCloud.SDK.ROS.CDK.Gpdb;
new InstancePublicConnectionProps {
object ConnectionStringPrefix,
object DbInstanceId,
object Port
};
Properties
Name | Type | Description |
---|---|---|
ConnectionStringPrefix |
object |
Property connectionStringPrefix: The endpoint that is used to connect to the specified database. |
DbInstanceId |
object |
Property dbInstanceId: The ID of the instance. |
Port |
object |
Property port: The port number of the instance. |
ConnectionStringPrefix
Required
public object ConnectionStringPrefix { get; set; }
- Type: object
Property connectionStringPrefix: The endpoint that is used to connect to the specified database.
DbInstanceId
Required
public object DbInstanceId { get; set; }
- Type: object
Property dbInstanceId: The ID of the instance.
Port
Required
public object Port { get; set; }
- Type: object
Property port: The port number of the instance.