allowedIpRanges

@JvmName(name = "yepwcikoyhyeyrxj")
suspend fun allowedIpRanges(value: Output<List<String>>)
@JvmName(name = "ckgjnguclneqaetq")
suspend fun allowedIpRanges(value: List<String>?)

Parameters

value

The list of ips in the format of CIDR allowed to connect to the cluster.


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


@JvmName(name = "ryfqoiqgcvhorpaq")
suspend fun allowedIpRanges(values: List<Output<String>>)
@JvmName(name = "gccvvhvimdcjiwah")
suspend fun allowedIpRanges(vararg values: String)

Parameters

values

The list of ips in the format of CIDR allowed to connect to the cluster.