data class MagicTransitSiteAclLan2Args(val lanId: Output<String>, val lanName: Output<String>? = null, val portRanges: Output<List<String>>? = null, val ports: Output<List<Int>>? = null, val subnets: Output<List<String>>? = null) : ConvertibleToJava<MagicTransitSiteAclLan2Args>
Array of port ranges on the provided LAN that will be included in the ACL. If no ports or port rangess are provided, communication on any port on this LAN is allowed.
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.