subnets

@JvmName(name = "gpoaluunqofbqtgc")
suspend fun subnets(value: Output<List<String>>)
@JvmName(name = "jsysfrayfkstbocp")
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 = "olxfglkusmrinrxf")
suspend fun subnets(vararg values: Output<String>)


@JvmName(name = "lndfimjqsyuusqrl")
suspend fun subnets(values: List<Output<String>>)
@JvmName(name = "agmeqgpcjhbysmsi")
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.