ipv6Addresses

@JvmName(name = "mhjjcfhqkwpnwimk")
suspend fun ipv6Addresses(value: Output<List<InstanceIpv6AddressArgs>>)
@JvmName(name = "vgkjbrlrkfeooxkh")
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 = "egouqobnchdjpbie")
suspend fun ipv6Addresses(vararg values: Output<InstanceIpv6AddressArgs>)


@JvmName(name = "jcnhqoitovxrdmto")
suspend fun ipv6Addresses(values: List<Output<InstanceIpv6AddressArgs>>)
@JvmName(name = "quvoyefnjlpujocb")
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 = "eyjxrxmnqfiqyhqn")
suspend fun ipv6Addresses(argument: List<suspend InstanceIpv6AddressArgsBuilder.() -> Unit>)
@JvmName(name = "dynmbigugwuttbsl")
suspend fun ipv6Addresses(vararg argument: suspend InstanceIpv6AddressArgsBuilder.() -> Unit)
@JvmName(name = "cpncejvtqlynxygf")
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.