RosDBClusterEndpointAddressProps
Properties for defining a RosDBClusterEndpointAddress.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-polardb-dbclusterendpointaddress
Initializer
import com.aliyun.ros.cdk.polardb.RosDBClusterEndpointAddressProps;
RosDBClusterEndpointAddressProps.builder()
    .dbClusterId(java.lang.String)
    .dbClusterId(IResolvable)
    .dbEndpointId(java.lang.String)
    .dbEndpointId(IResolvable)
//  .connectionStringPrefix(java.lang.String)
//  .connectionStringPrefix(IResolvable)
//  .netType(java.lang.String)
//  .netType(IResolvable)
    .build();
Properties
| Name | Type | Description | 
|---|---|---|
| dbClusterId | java.lang.String OR com.aliyun.ros.cdk.core.IResolvable | No description. | 
| dbEndpointId | java.lang.String OR com.aliyun.ros.cdk.core.IResolvable | No description. | 
| connectionStringPrefix | java.lang.String OR com.aliyun.ros.cdk.core.IResolvable | No description. | 
| netType | java.lang.String OR com.aliyun.ros.cdk.core.IResolvable | No description. | 
dbClusterIdRequired 
public java.lang.Object getDbClusterId();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
dbEndpointIdRequired 
public java.lang.Object getDbEndpointId();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
connectionStringPrefixOptional 
public java.lang.Object getConnectionStringPrefix();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
netTypeOptional 
public java.lang.Object getNetType();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable