allowedIpRangeList

@JvmName(name = "xekkfyftqqvuvxjw")
suspend fun allowedIpRangeList(value: Output<List<String>>)
@JvmName(name = "wwawkrhrivwyvqvx")
suspend fun allowedIpRangeList(value: List<String>?)

Parameters

value

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


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


@JvmName(name = "jgcvbnbfvyqattfu")
suspend fun allowedIpRangeList(values: List<Output<String>>)
@JvmName(name = "hwrvcuhdksmykemt")
suspend fun allowedIpRangeList(vararg values: String)

Parameters

values

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