NetworkAclEntry

Describes an entry in a network ACL.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The IPv4 network range to allow or deny, in CIDR notation.

Link copied to clipboard

Indicates whether the rule is an egress rule (applied to traffic leaving the subnet).

Link copied to clipboard

ICMP protocol: The ICMP type and code.

Link copied to clipboard

The IPv6 network range to allow or deny, in CIDR notation.

Link copied to clipboard

TCP or UDP protocols: The range of ports the rule applies to.

Link copied to clipboard

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

Link copied to clipboard

Indicates whether to allow or deny the traffic that matches the rule.

Link copied to clipboard

The rule number for the entry. ACL entries are processed in ascending order by rule number.

Functions

Link copied to clipboard
inline fun copy(block: NetworkAclEntry.Builder.() -> Unit = {}): NetworkAclEntry
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String