ipv6Addresses

@JvmName(name = "cmjdcubfbofbwvtj")
suspend fun ipv6Addresses(value: Output<List<SpotFleetInstanceIpv6AddressArgs>>)
@JvmName(name = "gxqofosuvvdiautp")
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 = "tnqlwrtpggvvvuwf")
suspend fun ipv6Addresses(vararg values: Output<SpotFleetInstanceIpv6AddressArgs>)


@JvmName(name = "dorvritxfusmgtkh")
suspend fun ipv6Addresses(values: List<Output<SpotFleetInstanceIpv6AddressArgs>>)
@JvmName(name = "oqhvfwdhddqyyohq")
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 = "yldrsouyvqgobvcn")
suspend fun ipv6Addresses(argument: List<suspend SpotFleetInstanceIpv6AddressArgsBuilder.() -> Unit>)
@JvmName(name = "bwygmdbabexlvmny")
suspend fun ipv6Addresses(vararg argument: suspend SpotFleetInstanceIpv6AddressArgsBuilder.() -> Unit)
@JvmName(name = "erjxoalyifynqvjs")
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.