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. |
DbClusterId
Required
public object DbClusterId { get; set; }
- Type: object
SecurityIps
Required
public object SecurityIps { get; set; }
- Type: object
DbClusterIpArrayName
Optional
public object DbClusterIpArrayName { get; set; }
- Type: object