stateful External Ips
suspend fun statefulExternalIps(value: Output<List<RegionInstanceGroupManagerStatefulExternalIpArgs>>)
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. Structure is documented below.
suspend fun statefulExternalIps(vararg values: Output<RegionInstanceGroupManagerStatefulExternalIpArgs>)
suspend fun statefulExternalIps(values: List<Output<RegionInstanceGroupManagerStatefulExternalIpArgs>>)
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. Structure is documented below.
suspend fun statefulExternalIps(argument: List<suspend RegionInstanceGroupManagerStatefulExternalIpArgsBuilder.() -> Unit>)
suspend fun statefulExternalIps(vararg argument: suspend RegionInstanceGroupManagerStatefulExternalIpArgsBuilder.() -> Unit)
suspend fun statefulExternalIps(argument: suspend RegionInstanceGroupManagerStatefulExternalIpArgsBuilder.() -> Unit)
Parameters
argument
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. Structure is documented below.