authorizedNetworks

@JvmName(name = "rlgjfufhmylfrkdg")
suspend fun authorizedNetworks(value: Output<List<SqlAclEntryArgs>>)
@JvmName(name = "mpobtctwfwuiqiep")
suspend fun authorizedNetworks(value: List<SqlAclEntryArgs>?)

Parameters

value

The list of external networks that are allowed to connect to the instance using the IP. See https://en.wikipedia.org/wiki/CIDR_notation#CIDR_notation, also known as 'slash' notation (e.g. 192.168.100.0/24).


@JvmName(name = "ncfucfoiwlddcbst")
suspend fun authorizedNetworks(vararg values: Output<SqlAclEntryArgs>)


@JvmName(name = "vqghalsotvhpglrv")
suspend fun authorizedNetworks(values: List<Output<SqlAclEntryArgs>>)
@JvmName(name = "mbvnpkrfuwgrlrgs")
suspend fun authorizedNetworks(vararg values: SqlAclEntryArgs)

Parameters

values

The list of external networks that are allowed to connect to the instance using the IP. See https://en.wikipedia.org/wiki/CIDR_notation#CIDR_notation, also known as 'slash' notation (e.g. 192.168.100.0/24).


@JvmName(name = "tpufvtbohwumsgbh")
suspend fun authorizedNetworks(argument: List<suspend SqlAclEntryArgsBuilder.() -> Unit>)
@JvmName(name = "kmkkrsyugyuqymos")
suspend fun authorizedNetworks(vararg argument: suspend SqlAclEntryArgsBuilder.() -> Unit)
@JvmName(name = "enemcwmriduxbseb")
suspend fun authorizedNetworks(argument: suspend SqlAclEntryArgsBuilder.() -> Unit)

Parameters

argument

The list of external networks that are allowed to connect to the instance using the IP. See https://en.wikipedia.org/wiki/CIDR_notation#CIDR_notation, also known as 'slash' notation (e.g. 192.168.100.0/24).