statefulInternalIps

@JvmName(name = "ccdyjfcdsmucwubl")
suspend fun statefulInternalIps(value: Output<List<InstanceGroupManagerStatefulInternalIpArgs>>)
@JvmName(name = "jmjoysykhphiwwii")
suspend fun statefulInternalIps(value: List<InstanceGroupManagerStatefulInternalIpArgs>?)

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.


@JvmName(name = "kgftraeulkgyoomh")
suspend fun statefulInternalIps(vararg values: Output<InstanceGroupManagerStatefulInternalIpArgs>)


@JvmName(name = "xgjrutoymfysoipq")
suspend fun statefulInternalIps(values: List<Output<InstanceGroupManagerStatefulInternalIpArgs>>)
@JvmName(name = "dvsdlfavnqteitug")
suspend fun statefulInternalIps(vararg values: InstanceGroupManagerStatefulInternalIpArgs)

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.


@JvmName(name = "mukyxhlodmyhpsod")
suspend fun statefulInternalIps(argument: List<suspend InstanceGroupManagerStatefulInternalIpArgsBuilder.() -> Unit>)
@JvmName(name = "nuohpfioyrjqffrt")
suspend fun statefulInternalIps(vararg argument: suspend InstanceGroupManagerStatefulInternalIpArgsBuilder.() -> Unit)
@JvmName(name = "eygjndtyhgglnyfl")
suspend fun statefulInternalIps(argument: suspend InstanceGroupManagerStatefulInternalIpArgsBuilder.() -> 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.