RosInstancePublicConnectionProps
Properties for defining a RosInstancePublicConnection
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-gpdb-instancepublicconnection
Initializer
using AlibabaCloud.SDK.ROS.CDK.Gpdb;
new RosInstancePublicConnectionProps {
object ConnectionStringPrefix,
object DbInstanceId,
object Port
};
Properties
Name | Type | Description |
---|---|---|
ConnectionStringPrefix |
object |
No description. |
DbInstanceId |
object |
No description. |
Port |
object |
No description. |
ConnectionStringPrefix
Required
public object ConnectionStringPrefix { get; set; }
- Type: object
DbInstanceId
Required
public object DbInstanceId { get; set; }
- Type: object
Port
Required
public object Port { get; set; }
- Type: object