Skip to content

DBClusterAccessWhiteListProps

Properties for defining a DBClusterAccessWhiteList.

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

Initializer

using AlibabaCloud.SDK.ROS.CDK.Polardb;
new DBClusterAccessWhiteListProps {
    object DbClusterId,
    object SecurityIps,
    object DbClusterIpArrayName = null
};

Properties

Name Type Description
DbClusterId object Property dbClusterId: The ID of the ApsaraDB for POLARDB cluster whose IP address whitelist is to be modified.
SecurityIps object Property securityIps: The IP addresses to be added to the IP address whitelist group to be modified.
DbClusterIpArrayName object Property dbClusterIpArrayName: The name of the IP address whitelist group.

DbClusterIdRequired

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

Property dbClusterId: The ID of the ApsaraDB for POLARDB cluster whose IP address whitelist is to be modified.


SecurityIpsRequired

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

Property securityIps: The IP addresses to be added to the IP address whitelist group to be modified.

Each whitelist group can contain a maximum of 1,000 IP addresses. Separate multiple IP addresses with a comma (,). The following two formats are supported: IP address: for example, 10.23.12.24. Classless inter-domain routing (CIDR) block: for example, 10.23.12.24/24, where the suffix /24 indicates the number of bits for the prefix of the IP address. The suffix ranges from 1 to 32.


DbClusterIpArrayNameOptional

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

Property dbClusterIpArrayName: The name of the IP address whitelist group.

If you do not specify this parameter, the Default whitelist group is modified by default. Note You can create up to 50 whitelist groups for an ApsaraDB for POLARDB cluster.