outboundIpAddressIds

@JvmName(name = "vpisofhaviqwucul")
suspend fun outboundIpAddressIds(value: Output<List<String>>)
@JvmName(name = "qddhyohsyrtwmheq")
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 = "eleyhmjbrguqkjim")
suspend fun outboundIpAddressIds(vararg values: Output<String>)


@JvmName(name = "pkdpiinahhofbdmf")
suspend fun outboundIpAddressIds(values: List<Output<String>>)
@JvmName(name = "dfahbqpaogujkvad")
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.