ipv6Addresses

@JvmName(name = "ourftusypgdhheho")
suspend fun ipv6Addresses(value: Output<List<InstanceIpv6AddressArgs>>)
@JvmName(name = "nadxspswepgyrsrw")
suspend fun ipv6Addresses(value: List<InstanceIpv6AddressArgs>?)

Parameters

value

One or more specific IPv6 addresses from the IPv6 CIDR block range of your subnet to associate with the network interface. If you're specifying a number of IPv6 addresses, use the Ipv6AddressCount property and don't specify this property.


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


@JvmName(name = "xwyqdxobrlughocn")
suspend fun ipv6Addresses(values: List<Output<InstanceIpv6AddressArgs>>)
@JvmName(name = "gjqhkuwllxqxeujx")
suspend fun ipv6Addresses(vararg values: InstanceIpv6AddressArgs)

Parameters

values

One or more specific IPv6 addresses from the IPv6 CIDR block range of your subnet to associate with the network interface. If you're specifying a number of IPv6 addresses, use the Ipv6AddressCount property and don't specify this property.


@JvmName(name = "sfaqhayvmdmtowtp")
suspend fun ipv6Addresses(argument: List<suspend InstanceIpv6AddressArgsBuilder.() -> Unit>)
@JvmName(name = "jbeexjhabqedygke")
suspend fun ipv6Addresses(vararg argument: suspend InstanceIpv6AddressArgsBuilder.() -> Unit)
@JvmName(name = "knlfrwcyvgqmwtld")
suspend fun ipv6Addresses(argument: suspend InstanceIpv6AddressArgsBuilder.() -> Unit)

Parameters

argument

One or more specific IPv6 addresses from the IPv6 CIDR block range of your subnet to associate with the network interface. If you're specifying a number of IPv6 addresses, use the Ipv6AddressCount property and don't specify this property.