serviceCidrs

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

Parameters

value

A list of CIDRs to use for Kubernetes services. For single-stack networking a single IPv4 CIDR is expected. For dual-stack networking an IPv4 and IPv6 CIDR are expected. Changing this forces a new resource to be created.

Note: This range should not be used by any network element on or connected to this VNet. Service address CIDR must be smaller than /12. docker_bridge_cidr, dns_service_ip and service_cidr should all be empty or all should be set.


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


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

Parameters

values

A list of CIDRs to use for Kubernetes services. For single-stack networking a single IPv4 CIDR is expected. For dual-stack networking an IPv4 and IPv6 CIDR are expected. Changing this forces a new resource to be created.

Note: This range should not be used by any network element on or connected to this VNet. Service address CIDR must be smaller than /12. docker_bridge_cidr, dns_service_ip and service_cidr should all be empty or all should be set.