PolicySecurityServicePolicyDataPolicyOptionNetworkAclCommonPolicyNetworkAclEntrySetFirstEntry

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val cidrBlock: String? = null

A string value containing the IPv4 network range to allow or deny, in CIDR notation.

Link copied to clipboard

A boolean value, if true Firewall Manager creates egress rule. If false Firewall Manager creates ingress rule.

Link copied to clipboard

A configuration block for ICMP protocol: The ICMP type and code. See the icmp_type_code block.

Link copied to clipboard
val ipv6CidrBlock: String? = null

A string value containing the IPv6 network range to allow or deny, in CIDR notation.

Link copied to clipboard

A configuration block for PortRange. See the port_range block.

Link copied to clipboard

The protocol number. A value of "-1" means all protocols.

Link copied to clipboard

A string value that indicates whether to allow or deny the traffic that matches the rule. Valid values: allow, deny.