externalIPs

@JvmName(name = "byquqklewywdgfti")
suspend fun externalIPs(value: Output<Map<String, String>>)
@JvmName(name = "cxpqmibvaufxydrh")
suspend fun externalIPs(value: Map<String, String>?)

Parameters

value

External network IPs assigned to the instances that will be preserved on instance delete, update, etc. This map is keyed with the network interface name.


@JvmName(name = "svxmjabthoxqcwog")
fun externalIPs(vararg values: Pair<String, String>)

Parameters

values

External network IPs assigned to the instances that will be preserved on instance delete, update, etc. This map is keyed with the network interface name.