stateful Internal Ips
suspend fun statefulInternalIps(value: Output<List<RegionInstanceGroupManagerStatefulInternalIpArgs>>)
Parameters
value
Internal 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 statefulInternalIps(vararg values: Output<RegionInstanceGroupManagerStatefulInternalIpArgs>)
suspend fun statefulInternalIps(values: List<Output<RegionInstanceGroupManagerStatefulInternalIpArgs>>)
Parameters
values
Internal 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 statefulInternalIps(argument: List<suspend RegionInstanceGroupManagerStatefulInternalIpArgsBuilder.() -> Unit>)
suspend fun statefulInternalIps(vararg argument: suspend RegionInstanceGroupManagerStatefulInternalIpArgsBuilder.() -> Unit)
suspend fun statefulInternalIps(argument: suspend RegionInstanceGroupManagerStatefulInternalIpArgsBuilder.() -> Unit)
Parameters
argument
Internal 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.