DbInstanceDbInstanceIpArrayArgs

data class DbInstanceDbInstanceIpArrayArgs(val dbInstanceIpArrayAttribute: Output<String>? = null, val dbInstanceIpArrayName: Output<String>? = null, val securityIps: Output<String>? = null) : ConvertibleToJava<DbInstanceDbInstanceIpArrayArgs>

Constructors

Link copied to clipboard
constructor(dbInstanceIpArrayAttribute: Output<String>? = null, dbInstanceIpArrayName: Output<String>? = null, securityIps: Output<String>? = null)

Properties

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

The default is empty. To distinguish between the different property console does not display a hidden label grouping.

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

IP ADDRESS whitelist group name.

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

IP ADDRESS whitelist addresses in the IP ADDRESS list, and a maximum of 1000 comma-separated format is as follows: 0.0.0.0/0 and 10.23.12.24(IP) or 10.23.12.24/24(CIDR mode, CIDR (Classless Inter-Domain Routing)/24 represents the address prefixes in the length of the range 1,32).

Functions

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