outboundIpAddressIds

@JvmName(name = "hiqcrgdrhiufwhge")
suspend fun outboundIpAddressIds(value: Output<List<String>>)
@JvmName(name = "edilunsqohptqgnm")
suspend fun outboundIpAddressIds(value: List<String>?)

Parameters

value

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

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


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


@JvmName(name = "udmobulgqwwtriaa")
suspend fun outboundIpAddressIds(values: List<Output<String>>)
@JvmName(name = "sdkjatsodwbumniw")
suspend fun outboundIpAddressIds(vararg values: String)

Parameters

values

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

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