ports

@JvmName(name = "ubgnnwixuvocvbcl")
suspend fun ports(value: Output<List<Int>>)
@JvmName(name = "pqgmfmhpawcriumd")
suspend fun ports(value: List<Int>?)

Parameters

value

Array of ports on the provided LAN that will be included in the ACL. If no ports or port ranges are provided, communication on any port on this LAN is allowed.


@JvmName(name = "oudndikuyltlekab")
suspend fun ports(vararg values: Output<Int>)


@JvmName(name = "wkwyydwiheavwxvn")
suspend fun ports(values: List<Output<Int>>)
@JvmName(name = "xqypuahluewgjini")
suspend fun ports(vararg values: Int)

Parameters

values

Array of ports on the provided LAN that will be included in the ACL. If no ports or port ranges are provided, communication on any port on this LAN is allowed.