authorizedNetworks

@JvmName(name = "ywvjnpjidhqvmday")
suspend fun authorizedNetworks(value: Output<List<SqlAclEntryArgs>>)
@JvmName(name = "vgdepgcsgybukpsa")
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 = "fdxcraadxckttttn")
suspend fun authorizedNetworks(vararg values: Output<SqlAclEntryArgs>)


@JvmName(name = "kbmbxxylrjawsosg")
suspend fun authorizedNetworks(values: List<Output<SqlAclEntryArgs>>)
@JvmName(name = "fyexrwsxwiggasua")
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 = "eftdrcqdivktjwdh")
suspend fun authorizedNetworks(argument: List<suspend SqlAclEntryArgsBuilder.() -> Unit>)
@JvmName(name = "ovukobqgpxcmxckr")
suspend fun authorizedNetworks(vararg argument: suspend SqlAclEntryArgsBuilder.() -> Unit)
@JvmName(name = "nqrxmdeyvwdgoknk")
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).