Skip to content

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.

ConnectionStringPrefixRequired

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

DbInstanceIdRequired

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

PortRequired

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