outboundIpPrefixIds

@JvmName(name = "eqvojmhqfsjsnrdh")
suspend fun outboundIpPrefixIds(value: Output<List<String>>)
@JvmName(name = "okwuvcyexarvyafj")
suspend fun outboundIpPrefixIds(value: List<String>?)

Parameters

value

The ID of the outbound Public IP Address Prefixes which should be used for the cluster load balancer.

Note: Set outbound_ip_prefix_ids to an empty slice [] in order to unlink it from the cluster. Unlinking a outbound_ip_prefix_ids will revert the load balancing for the cluster back to a managed one.


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


@JvmName(name = "ecssbcwtmfudfawa")
suspend fun outboundIpPrefixIds(values: List<Output<String>>)
@JvmName(name = "jqvsjkedlocpprle")
suspend fun outboundIpPrefixIds(vararg values: String)

Parameters

values

The ID of the outbound Public IP Address Prefixes which should be used for the cluster load balancer.

Note: Set outbound_ip_prefix_ids to an empty slice [] in order to unlink it from the cluster. Unlinking a outbound_ip_prefix_ids will revert the load balancing for the cluster back to a managed one.