ipv6Addresses

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


@JvmName(name = "taiounexanfbhunq")
suspend fun ipv6Addresses(values: List<Output<SpotFleetInstanceIpv6AddressArgs>>)
@JvmName(name = "qdrvlcsojwcjfifk")
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 = "qwvbwmhvwiwyvqgw")
suspend fun ipv6Addresses(argument: List<suspend SpotFleetInstanceIpv6AddressArgsBuilder.() -> Unit>)
@JvmName(name = "afhywemrotoyvbxf")
suspend fun ipv6Addresses(vararg argument: suspend SpotFleetInstanceIpv6AddressArgsBuilder.() -> Unit)
@JvmName(name = "xgmdsrqtfbhibhtn")
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.