ipv6Cidrs

@JvmName(name = "ffgncfwqloevdgta")
suspend fun ipv6Cidrs(value: Output<List<String>>)
@JvmName(name = "mliiynfexgptpwjc")
suspend fun ipv6Cidrs(value: List<String>?)

Parameters

value

The IPv6 address, or range of IPv6 addresses (in CIDR notation) that are allowed to connect to an instance through the ports, and the protocol. Only devices with an IPv6 address can connect to an instance through IPv6; otherwise, IPv4 should be used.

The cidrs parameter lists the IPv4 addresses that are allowed to connect to an instance.


@JvmName(name = "hslscrsqcnaxtqll")
suspend fun ipv6Cidrs(vararg values: Output<String>)


@JvmName(name = "iitbodqrolvxdybs")
suspend fun ipv6Cidrs(values: List<Output<String>>)
@JvmName(name = "lhmqoyuqfnuvpbyb")
suspend fun ipv6Cidrs(vararg values: String)

Parameters

values

The IPv6 address, or range of IPv6 addresses (in CIDR notation) that are allowed to connect to an instance through the ports, and the protocol. Only devices with an IPv6 address can connect to an instance through IPv6; otherwise, IPv4 should be used.

The cidrs parameter lists the IPv4 addresses that are allowed to connect to an instance.