ipRanges

@JvmName(name = "uajbyhmnlkpohcfv")
suspend fun ipRanges(value: Output<List<String>>)
@JvmName(name = "lrunvmdbvfeslhih")
suspend fun ipRanges(value: List<String>?)

Parameters

value

This value specifies the set of IP addresses or IP address ranges in CIDR form to be included as the allowed list of client IPs for a given database account.


@JvmName(name = "ncrqeusrpsrsboox")
suspend fun ipRanges(vararg values: Output<String>)


@JvmName(name = "cikygsiwprhhpeuw")
suspend fun ipRanges(values: List<Output<String>>)
@JvmName(name = "mljydvnpsruqmfhg")
suspend fun ipRanges(vararg values: String)

Parameters

values

This value specifies the set of IP addresses or IP address ranges in CIDR form to be included as the allowed list of client IPs for a given database account.