GetMagicTransitSiteAclsResult

data class GetMagicTransitSiteAclsResult(val description: String, val forwardLocally: Boolean, val id: String, val lan1: GetMagicTransitSiteAclsResultLan1, val lan2: GetMagicTransitSiteAclsResultLan2, val name: String, val protocols: List<String>, val unidirectional: Boolean)

Constructors

Link copied to clipboard
constructor(description: String, forwardLocally: Boolean, id: String, lan1: GetMagicTransitSiteAclsResultLan1, lan2: GetMagicTransitSiteAclsResultLan2, name: String, protocols: List<String>, unidirectional: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Description for the ACL.

Link copied to clipboard

The desired forwarding action for this ACL policy. If set to "false", the policy will forward traffic to Cloudflare. If set to "true", the policy will forward traffic locally on the Magic Connector. If not included in request, will default to false.

Link copied to clipboard
val id: String

Identifier

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

The name of the ACL.

Link copied to clipboard
Link copied to clipboard

The desired traffic direction for this ACL policy. If set to "false", the policy will allow bidirectional traffic. If set to "true", the policy will only allow traffic in one direction. If not included in request, will default to false.