Skip to content

RosDBClusterEndpointAddressProps

Properties for defining a RosDBClusterEndpointAddress.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-polardb-dbclusterendpointaddress

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkpolardb"
&alicloudroscdkpolardb.RosDBClusterEndpointAddressProps {
    DbClusterId: interface{},
    DbEndpointId: interface{},
    ConnectionStringPrefix: interface{},
    NetType: interface{},
}

Properties

Name Type Description
DbClusterId interface{} No description.
DbEndpointId interface{} No description.
ConnectionStringPrefix interface{} No description.
NetType interface{} No description.

DbClusterIdRequired

DbClusterId interface{}
  • Type: interface{}

DbEndpointIdRequired

DbEndpointId interface{}
  • Type: interface{}

ConnectionStringPrefixOptional

ConnectionStringPrefix interface{}
  • Type: interface{}

NetTypeOptional

NetType interface{}
  • Type: interface{}