ipv4Prefixes

@JvmName(name = "yoirqwjpecnaosjn")
suspend fun ipv4Prefixes(value: Output<List<LaunchTemplateIpv4PrefixSpecificationArgs>>)
@JvmName(name = "yvthtatkkekpytsw")
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 = "cchtkggxplcqistu")
suspend fun ipv4Prefixes(vararg values: Output<LaunchTemplateIpv4PrefixSpecificationArgs>)


@JvmName(name = "wghyntcqwhsbfime")
suspend fun ipv4Prefixes(values: List<Output<LaunchTemplateIpv4PrefixSpecificationArgs>>)
@JvmName(name = "abkaybphhffpftkd")
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 = "ubsgyokdshsdrywd")
suspend fun ipv4Prefixes(argument: List<suspend LaunchTemplateIpv4PrefixSpecificationArgsBuilder.() -> Unit>)
@JvmName(name = "hqfjgoxsxwllunqb")
suspend fun ipv4Prefixes(vararg argument: suspend LaunchTemplateIpv4PrefixSpecificationArgsBuilder.() -> Unit)
@JvmName(name = "sdainwtqlomauesl")
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.