cidrs

@JvmName(name = "fetlxmiorrssdetq")
suspend fun cidrs(value: Output<List<String>>)
@JvmName(name = "gtroffvofrgglysa")
suspend fun cidrs(value: List<String>?)

Parameters

value

The IPv4 address, or range of IPv4 addresses (in CIDR notation) that are allowed to connect to an instance through the ports, and the protocol.

The ipv6Cidrs parameter lists the IPv6 addresses that are allowed to connect to an instance. Examples:

  • To allow the IP address 192.0.2.44 , specify 192.0.2.44 or 192.0.2.44/32 .

  • To allow the IP addresses 192.0.2.0 to 192.0.2.255 , specify 192.0.2.0/24 .


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


@JvmName(name = "yiottnheidkurntm")
suspend fun cidrs(values: List<Output<String>>)
@JvmName(name = "avrhpxjiilbvpxeu")
suspend fun cidrs(vararg values: String)

Parameters

values

The IPv4 address, or range of IPv4 addresses (in CIDR notation) that are allowed to connect to an instance through the ports, and the protocol.

The ipv6Cidrs parameter lists the IPv6 addresses that are allowed to connect to an instance. Examples:

  • To allow the IP address 192.0.2.44 , specify 192.0.2.44 or 192.0.2.44/32 .

  • To allow the IP addresses 192.0.2.0 to 192.0.2.255 , specify 192.0.2.0/24 .