Skip to content

RosDBClusterEndpointAddressProps

Properties for defining a RosDBClusterEndpointAddress.

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

Initializer

using AlibabaCloud.SDK.ROS.CDK.Polardb;
new RosDBClusterEndpointAddressProps {
    object DbClusterId,
    object DbEndpointId,
    object ConnectionStringPrefix = null,
    object NetType = null
};

Properties

Name Type Description
DbClusterId object No description.
DbEndpointId object No description.
ConnectionStringPrefix object No description.
NetType object No description.

DbClusterIdRequired

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

DbEndpointIdRequired

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

ConnectionStringPrefixOptional

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

NetTypeOptional

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