InstanceIpWhitelistArgs

data class InstanceIpWhitelistArgs(val ipGroupAttribute: Output<String>? = null, val ipGroupName: Output<String>? = null, val securityIpList: Output<String>? = null) : ConvertibleToJava<InstanceIpWhitelistArgs>

Constructors

Link copied to clipboard
constructor(ipGroupAttribute: Output<String>? = null, ipGroupName: Output<String>? = null, securityIpList: Output<String>? = null)

Properties

Link copied to clipboard
val ipGroupAttribute: Output<String>? = null

The value of this parameter is empty by default. The attribute of the whitelist group. If the value contains hidden, this white list item will not output.

Link copied to clipboard
val ipGroupName: Output<String>? = null

IP whitelist group name.

Link copied to clipboard
val securityIpList: Output<String>? = null

List of IP addresses allowed to access all databases of an instance. The list contains up to 1,000 IP addresses, separated by commas. Supported formats include 0.0.0.0/0, 10.23.12.24 (IP), and 10.23.12.24/24 (Classless Inter-Domain Routing (CIDR) mode. /24 represents the length of the prefix in an IP address. The range of the prefix length is 1,32). System default to ["127&#46;0&#46;0&#46;1"].

Functions

Link copied to clipboard
open override fun toJava(): InstanceIpWhitelistArgs