serviceCidrs

@JvmName(name = "dtoipyiinbvxhmyy")
suspend fun serviceCidrs(value: Output<List<String>>)
@JvmName(name = "jxlubiijvvapgyua")
suspend fun serviceCidrs(value: List<String>?)

Parameters

value

The CIDR notation IP ranges from which to assign service IPs. One IPv4 CIDR is expected for single-stack networking. Two CIDRs, one for each IP family (IPv4/IPv6), is expected for dual-stack networking.


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


@JvmName(name = "ubauyjvbvvbcfqco")
suspend fun serviceCidrs(values: List<Output<String>>)
@JvmName(name = "ycqabtrjlfpylstm")
suspend fun serviceCidrs(vararg values: String)

Parameters

values

The CIDR notation IP ranges from which to assign service IPs. One IPv4 CIDR is expected for single-stack networking. Two CIDRs, one for each IP family (IPv4/IPv6), is expected for dual-stack networking.