serviceCidrs

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

Parameters

value

The CIDR notation IP ranges from which to assign service cluster 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. They must not overlap with any Subnet IP ranges.


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


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

Parameters

values

The CIDR notation IP ranges from which to assign service cluster 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. They must not overlap with any Subnet IP ranges.