cidrs

@JvmName(name = "ahhttcyqhquccoem")
suspend fun cidrs(value: Output<List<String>>)
@JvmName(name = "sndoxndpbkjhmbiw")
suspend fun cidrs(value: List<String>?)

Parameters

value

CIDRs defines the IP blocks in CIDR notation (e.g. "192.168.0.0/24" or "2001:db8::/64") from which to assign service cluster IPs. Max of two CIDRs is allowed, one of each IP family. This field is immutable.


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


@JvmName(name = "swwntnbcjvkavhpm")
suspend fun cidrs(values: List<Output<String>>)
@JvmName(name = "mrvhmxfsyqwigpxl")
suspend fun cidrs(vararg values: String)

Parameters

values

CIDRs defines the IP blocks in CIDR notation (e.g. "192.168.0.0/24" or "2001:db8::/64") from which to assign service cluster IPs. Max of two CIDRs is allowed, one of each IP family. This field is immutable.