AnalysisAclRule

Describes a network access control (ACL) rule.

Types

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

Properties

Link copied to clipboard
val cidr: String?

The IPv4 address range, in CIDR notation.

Link copied to clipboard

Indicates whether the rule is an outbound rule.

Link copied to clipboard

The range of ports.

Link copied to clipboard

The protocol.

Link copied to clipboard

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

Link copied to clipboard

The rule number.

Functions

Link copied to clipboard
inline fun copy(block: AnalysisAclRule.Builder.() -> Unit = {}): AnalysisAclRule
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