ipv4Prefixes

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


@JvmName(name = "vremraxadktoltwc")
suspend fun ipv4Prefixes(values: List<Output<LaunchTemplateIpv4PrefixSpecificationArgs>>)
@JvmName(name = "ssgpmqfpfvqrounp")
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 = "nvqvkbaukpktbfod")
suspend fun ipv4Prefixes(argument: List<suspend LaunchTemplateIpv4PrefixSpecificationArgsBuilder.() -> Unit>)
@JvmName(name = "nysidexooawnihpa")
suspend fun ipv4Prefixes(vararg argument: suspend LaunchTemplateIpv4PrefixSpecificationArgsBuilder.() -> Unit)
@JvmName(name = "sdnvfuyevkpvqxhi")
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.