ipv6Addresses
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.
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.
suspend fun ipv6Addresses(argument: List<suspend NetworkInterfaceInstanceIpv6AddressArgsBuilder.() -> Unit>)
suspend fun ipv6Addresses(vararg argument: suspend NetworkInterfaceInstanceIpv6AddressArgsBuilder.() -> Unit)
suspend fun ipv6Addresses(argument: suspend NetworkInterfaceInstanceIpv6AddressArgsBuilder.() -> 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.