DBClusterEndpointAddressProps
Properties for defining a DBClusterEndpointAddress
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-polardb-dbclusterendpointaddress
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkpolardb"
&alicloudroscdkpolardb.DBClusterEndpointAddressProps {
DbClusterId: interface{},
DbEndpointId: interface{},
ConnectionStringPrefix: interface{},
NetType: interface{},
}
Properties
Name | Type | Description |
---|---|---|
DbClusterId |
interface{} |
Property dbClusterId: The ID of the ApsaraDB for POLARDB cluster for which a public connection point is to be created. |
DbEndpointId |
interface{} |
Property dbEndpointId: The ID of the cluster connection point. |
ConnectionStringPrefix |
interface{} |
Property connectionStringPrefix: The prefix of the connection string. |
NetType |
interface{} |
Property netType: The network type of the connection string. |
DbClusterId
Required
DbClusterId interface{}
- Type: interface{}
Property dbClusterId: The ID of the ApsaraDB for POLARDB cluster for which a public connection point is to be created.
DbEndpointId
Required
DbEndpointId interface{}
- Type: interface{}
Property dbEndpointId: The ID of the cluster connection point.
ConnectionStringPrefix
Optional
ConnectionStringPrefix interface{}
- Type: interface{}
Property connectionStringPrefix: The prefix of the connection string.
The prefix must comply with the following rules: It must start with a letter and consist of lowercase letters, digits, and hyphens(-), cannot end with a dash. The length is 6~30 characters.
NetType
Optional
NetType interface{}
- Type: interface{}
Property netType: The network type of the connection string.
If set to Public, ROS will create, modify and delete Public address for you. If set to Private, ROS will only modify Private address for you. Default to Public.