subnets

@JvmName(name = "eabweyloqkpdgwqa")
suspend fun subnets(value: Output<List<String>>)
@JvmName(name = "joxmaiyvgfbjdsvf")
suspend fun subnets(value: List<String>?)

Parameters

value

Array of subnet IPs within the LAN that will be included in the ACL. If no subnets are provided, communication on any subnets on this LAN are allowed.


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


@JvmName(name = "ksmdwsmaejnuupeq")
suspend fun subnets(values: List<Output<String>>)
@JvmName(name = "vihrcmhcidkbocrl")
suspend fun subnets(vararg values: String)

Parameters

values

Array of subnet IPs within the LAN that will be included in the ACL. If no subnets are provided, communication on any subnets on this LAN are allowed.