GetMagicTransitSiteAclLan1

data class GetMagicTransitSiteAclLan1(val lanId: String, val lanName: String, val portRanges: List<String>, val ports: List<Int>, val subnets: List<String>)

Constructors

Link copied to clipboard
constructor(lanId: String, lanName: String, portRanges: List<String>, ports: List<Int>, subnets: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The identifier for the LAN you want to create an ACL policy with.

Link copied to clipboard

The name of the LAN based on the provided lan_id.

Link copied to clipboard

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.

Link copied to clipboard
val ports: List<Int>

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.

Link copied to clipboard

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.