authorizedNetworks

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


@JvmName(name = "phcuwgebflmwlyhw")
suspend fun authorizedNetworks(values: List<Output<SqlAclEntryArgs>>)
@JvmName(name = "dkealamrtgovbtqy")
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 = "sbllfsbjvsbgdmjy")
suspend fun authorizedNetworks(argument: List<suspend SqlAclEntryArgsBuilder.() -> Unit>)
@JvmName(name = "ijtwlbweusojbjgi")
suspend fun authorizedNetworks(vararg argument: suspend SqlAclEntryArgsBuilder.() -> Unit)
@JvmName(name = "sschtkugttlolxrw")
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).