statefulExternalIps

@JvmName(name = "gambehvtrmvraxle")
suspend fun statefulExternalIps(value: Output<List<RegionInstanceGroupManagerStatefulExternalIpArgs>>)
@JvmName(name = "awdaffbgupboovmd")
suspend fun statefulExternalIps(value: 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.


@JvmName(name = "aumwamemovgfblpd")
suspend fun statefulExternalIps(vararg values: Output<RegionInstanceGroupManagerStatefulExternalIpArgs>)


@JvmName(name = "lxalqruefqpsjurj")
suspend fun statefulExternalIps(values: List<Output<RegionInstanceGroupManagerStatefulExternalIpArgs>>)
@JvmName(name = "pmgtubpexsqoelyp")
suspend fun statefulExternalIps(vararg values: 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.


@JvmName(name = "gghiioykxfoxfmxs")
suspend fun statefulExternalIps(argument: List<suspend RegionInstanceGroupManagerStatefulExternalIpArgsBuilder.() -> Unit>)
@JvmName(name = "xhpdskgehyuyfnvt")
suspend fun statefulExternalIps(vararg argument: suspend RegionInstanceGroupManagerStatefulExternalIpArgsBuilder.() -> Unit)
@JvmName(name = "swnqjvclhppefafv")
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.