ipv6Addresses

@JvmName(name = "flaeqpbxnbbhlrcd")
suspend fun ipv6Addresses(value: Output<List<SpotFleetInstanceIpv6AddressArgs>>)
@JvmName(name = "sdtqkiqbyjfvgbfp")
suspend fun ipv6Addresses(value: List<SpotFleetInstanceIpv6AddressArgs>?)

Parameters

value

The IPv6 addresses to assign to the network interface. You cannot specify this option and the option to assign a number of IPv6 addresses in the same request. You cannot specify this option if you've specified a minimum number of instances to launch.


@JvmName(name = "wsuurssypxfayacg")
suspend fun ipv6Addresses(vararg values: Output<SpotFleetInstanceIpv6AddressArgs>)


@JvmName(name = "bnfmstyahduilxus")
suspend fun ipv6Addresses(values: List<Output<SpotFleetInstanceIpv6AddressArgs>>)
@JvmName(name = "qvnevikhpclswsub")
suspend fun ipv6Addresses(vararg values: SpotFleetInstanceIpv6AddressArgs)

Parameters

values

The IPv6 addresses to assign to the network interface. You cannot specify this option and the option to assign a number of IPv6 addresses in the same request. You cannot specify this option if you've specified a minimum number of instances to launch.


@JvmName(name = "ibqitwffrtrglqkg")
suspend fun ipv6Addresses(argument: List<suspend SpotFleetInstanceIpv6AddressArgsBuilder.() -> Unit>)
@JvmName(name = "gxopslcrgjwumhdg")
suspend fun ipv6Addresses(vararg argument: suspend SpotFleetInstanceIpv6AddressArgsBuilder.() -> Unit)
@JvmName(name = "hyeebxjybiphkwvr")
suspend fun ipv6Addresses(argument: suspend SpotFleetInstanceIpv6AddressArgsBuilder.() -> Unit)

Parameters

argument

The IPv6 addresses to assign to the network interface. You cannot specify this option and the option to assign a number of IPv6 addresses in the same request. You cannot specify this option if you've specified a minimum number of instances to launch.