ipv4Prefixes

@JvmName(name = "lygtcvebomoljpxn")
suspend fun ipv4Prefixes(value: Output<List<LaunchTemplateIpv4PrefixSpecificationArgs>>)
@JvmName(name = "poswabqwteccduxs")
suspend fun ipv4Prefixes(value: List<LaunchTemplateIpv4PrefixSpecificationArgs>?)

Parameters

value

One or more IPv4 prefixes to be assigned to the network interface. You cannot use this option if you use the `Ipv4PrefixCount` option.


@JvmName(name = "iqkwiostamyisryp")
suspend fun ipv4Prefixes(vararg values: Output<LaunchTemplateIpv4PrefixSpecificationArgs>)


@JvmName(name = "ablctfkfmmdeqlso")
suspend fun ipv4Prefixes(values: List<Output<LaunchTemplateIpv4PrefixSpecificationArgs>>)
@JvmName(name = "wlcflxkcndbaakax")
suspend fun ipv4Prefixes(vararg values: LaunchTemplateIpv4PrefixSpecificationArgs)

Parameters

values

One or more IPv4 prefixes to be assigned to the network interface. You cannot use this option if you use the `Ipv4PrefixCount` option.


@JvmName(name = "uwckopcuunxkumio")
suspend fun ipv4Prefixes(argument: List<suspend LaunchTemplateIpv4PrefixSpecificationArgsBuilder.() -> Unit>)
@JvmName(name = "mwkoapmygpkmirid")
suspend fun ipv4Prefixes(vararg argument: suspend LaunchTemplateIpv4PrefixSpecificationArgsBuilder.() -> Unit)
@JvmName(name = "wuxecobbetnfcqkn")
suspend fun ipv4Prefixes(argument: suspend LaunchTemplateIpv4PrefixSpecificationArgsBuilder.() -> Unit)

Parameters

argument

One or more IPv4 prefixes to be assigned to the network interface. You cannot use this option if you use the `Ipv4PrefixCount` option.