serviceAddressCidrBlocks

@JvmName(name = "atsqhfiejhekxwgn")
suspend fun serviceAddressCidrBlocks(value: Output<List<String>>)
@JvmName(name = "lpmpatigobpwckjr")
suspend fun serviceAddressCidrBlocks(value: List<String>)

Parameters

value

The IP address range for services in this cluster, in CIDR notation (e.g. 10.96.0.0/14). All services in the cluster get assigned a unique RFC1918 IPv4 address from these ranges. Only a single range is supported. This field cannot be changed after creating a cluster.


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


@JvmName(name = "gnwiprxhaowxenpp")
suspend fun serviceAddressCidrBlocks(values: List<Output<String>>)
@JvmName(name = "ugsehlrcopsowwvo")
suspend fun serviceAddressCidrBlocks(vararg values: String)

Parameters

values

The IP address range for services in this cluster, in CIDR notation (e.g. 10.96.0.0/14). All services in the cluster get assigned a unique RFC1918 IPv4 address from these ranges. Only a single range is supported. This field cannot be changed after creating a cluster.