RosDBClusterAccessWhiteListProps
Properties for defining a RosDBClusterAccessWhiteList.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-polardb-dbclusteraccesswhitelist
Initializer
using AlibabaCloud.SDK.ROS.CDK.Polardb;
new RosDBClusterAccessWhiteListProps {
object DbClusterId,
object SecurityIps,
object DbClusterIpArrayName = null
};
Properties
| Name | Type | Description |
|---|---|---|
DbClusterId |
object |
No description. |
SecurityIps |
object |
No description. |
DbClusterIpArrayName |
object |
No description. |
DbClusterIdRequired
public object DbClusterId { get; set; }
- Type: object
SecurityIpsRequired
public object SecurityIps { get; set; }
- Type: object
DbClusterIpArrayNameOptional
public object DbClusterIpArrayName { get; set; }
- Type: object