InstancePublicConnectionProps
Properties for defining a InstancePublicConnection.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-gpdb-instancepublicconnection
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkgpdb"
&alicloudroscdkgpdb.InstancePublicConnectionProps {
ConnectionStringPrefix: interface{},
DbInstanceId: interface{},
Port: interface{},
AddressType: interface{},
}
Properties
| Name | Type | Description |
|---|---|---|
ConnectionStringPrefix | interface{} | Property connectionStringPrefix: The prefix of the endpoint. |
DbInstanceId | interface{} | Property dbInstanceId: The ID of the instance. |
Port | interface{} | Property port: The port number of the instance. |
AddressType | interface{} | Property addressType: Network type. Valid values:. |
ConnectionStringPrefixRequired
ConnectionStringPrefix interface{}
- Type: interface{}
Property connectionStringPrefix: The prefix of the endpoint.
Specify a prefix for the endpoint. Example: gp-bp12ga6v69h86**. In this example, the endpoint is gp-bp12ga6v69h86**.gpdb.rds.example.com.
DbInstanceIdRequired
DbInstanceId interface{}
- Type: interface{}
Property dbInstanceId: The ID of the instance.
PortRequired
Port interface{}
- Type: interface{}
Property port: The port number of the instance.
AddressTypeOptional
AddressType interface{}
- Type: interface{}
Property addressType: Network type. Valid values:.
- primary: Primary address.
- cluster: Cluster address, only multi-coordination node instances support creating cluster addresses.
Default is primary address.